-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
F200 initial support #76
F200 initial support #76
Conversation
Added the functionality to check for camera type while connecting Refactored the init function Modified the data structure for enabling streams Removed looping for stream related functions Added a common function for setting streams Refactored functions to enable inheritance Renamed functions to reflect ROS terminologies Reordered the function definitions in their calling order Refactored the function to set static camera options Fixed coding standards Added pointcloud flag in test Automated test for camera options Updated comments Refactor of README file is pending
gen = ParameterGenerator() | ||
|
||
# Name Type Level Description Default Min Max | ||
gen.add("enable_depth", bool_t, 0, "Enable Depth", True) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you try dynamic enable/disable color stream for F200? If its working, we should add that too.
My previous comments were addressed. Approved. 👍 |
Approved. |
a6a4a74
to
1b6011c
Compare
Thanks for your review comments. FYI, I have updated the README with the F200 related information. |
1b6011c
to
2b80783
Compare
Fixes Issue: #15 #65
Changes proposed in this pull request: