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

F200 initial support #76

Merged
merged 3 commits into from
Jul 27, 2016

Conversation

reaganlo
Copy link

@reaganlo reaganlo commented Jul 22, 2016

Fixes Issue: #15 #65

Changes proposed in this pull request:

  • Publish Depth, Color and IR data for F200 camera
  • Enable dynamic reconfigure for supported F200 camera options
  • Automated unit tests for F200 camera

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)
Copy link

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.

@mdhorn
Copy link

mdhorn commented Jul 22, 2016

My previous comments were addressed.
We may look at refactoring the launch and test files with the addition of the next camera.

Approved. 👍

@rjingar
Copy link

rjingar commented Jul 22, 2016

Approved.

@reaganlo reaganlo force-pushed the f200-initial-support branch from a6a4a74 to 1b6011c Compare July 22, 2016 20:37
@reaganlo
Copy link
Author

Thanks for your review comments. FYI, I have updated the README with the F200 related information.

@reaganlo reaganlo force-pushed the f200-initial-support branch from 1b6011c to 2b80783 Compare July 25, 2016 23:24
@reaganlo reaganlo merged commit 0f30725 into IntelRealSense:indigo-devel Jul 27, 2016
@reaganlo reaganlo deleted the f200-initial-support branch August 3, 2016 21:45
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.

3 participants