Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to turn off packet resend #163

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

FinnLinxxx
Copy link

My camera (Flea3 GigE Camera FL3-GE-14S3C-C) does not work properly with the current git/master. It is not able to turn on the packet_resend option as set by #97 (hardwired) ( Issue #158 ). This PR adds the option to turn off packet resend before runtime.

ex1

cd ~/devel/lib/pointgrey_camera_driver
./camera_node _packet_resend:=false

ex2

roslaunch pointgrey_camera_driver camera.launch packet_resend:=false

true is still the default value.

@Sindorman
Copy link

Sindorman commented Apr 29, 2018

@FinnLinxxx Would this help with issue #155 ? This PR will help us with our issue!

@Sindorman
Copy link

@mikepurvis Greetings, who can review and approve this pull request? This is very important change to my robosub team.

@mikepurvis
Copy link
Member

@Sindorman Change looks reasonable to me. Have you validated by running the driver from source that this change improves performance for you?

@Sindorman
Copy link

Sindorman commented May 1, 2018

@mikepurvis I have not. I will see if I can compile and run it. Interesting note: Flea3 GigE Camera FL3-GE-14S3C-C documentation says that Packet Resend is supported.

@Sindorman
Copy link

Sindorman commented May 24, 2018

@mikepurvis We have tested the branch source code, compiled and integrated with all ROS drivers, it works well!! I think it is good to go to be merged! Cameras live test shows everything works the same as on indigo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants