-
Notifications
You must be signed in to change notification settings - Fork 178
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
base: master
Are you sure you want to change the base?
Conversation
@FinnLinxxx Would this help with issue #155 ? This PR will help us with our issue! |
@mikepurvis Greetings, who can review and approve this pull request? This is very important change to my robosub team. |
@Sindorman Change looks reasonable to me. Have you validated by running the driver from source that this change improves performance for you? |
@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. |
@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. |
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
ex2
true is still the default value.