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

Release 1.2.0 #62

Merged
merged 5 commits into from
Jul 1, 2016
Merged

Release 1.2.0 #62

merged 5 commits into from
Jul 1, 2016

Conversation

mdhorn
Copy link

@mdhorn mdhorn commented Jul 1, 2016

Fixes Issue: #48

Changes proposed in this pull request:

  • Update for ROS librealsense Package Release
  • Added navigation package changes related to camera package refactor
  • Updated artifacts to disable native pointcloud by default
  • Refactored R200 code into derived class (Refactor code to easily support additional cameras #48)
  • Added polling for camera
  • Refactored launch and test files

rjingar and others added 5 commits June 30, 2016 19:03
Refactored the code to create an R200 derived class
and moved R200 logic out of base class
  Test code updated remove code duplication
  Constants moved to a single include header file
  Refactored enabling and disabling streams

Refactored the infrared terms to be consistent

Added polling for camera
  Nodelet will now poll in a loop and try to connect to the
  specified camera every 5 seconds until the camera is found

Refactored launch and test files
  realsense_r200_nodelet.launch.xml ==> nodelet_rgbd.launch.xml
  realsense_r200_multiple_cameras.launch.xml ==> nodelet.launch.xml
  realsense_r200_nodelet_standalone_preset.launch ==> r200_nodelet_default.launch
  realsense_r200_nodelet_standalone_manual.launch ==> r200_nodelet_modify_params.launch
  realsense_r200_rgbd.launch ==> r200_nodelet_rgbd.launch
  realsense_r200_multiple_cameras.launch ==> r200_nodelet_multiple_cameras.launch
  Removed realsense_r200_navigation.launch
  realsense_r200_color_only.test ==> r200_nodelet_disable_depth.test
  realsense_r200_depth_only.test ==> r200_nodelet_disable_color.test
  realsense_r200_rgbd.test ==> r200_nodelet_rgbd.test
  realsense_r200_resolution.test ==> r200_nodelet_resolution.test
  realsense_r200_stream_options_params.launch ==> r200_nodelet_modify_params.test
  realsense_r200_static_camera_options_params.launch ==> r200_nodelet_static_params.launch
  realsense_r200_dynamic_camera_options_params.launch ==> r200_nodelet_dynamic_params.launch
Due to performance issues, native pointcloud has been disbaled by default.
Migrate package.xml to format 2.

Update the package dependencies.
@mdhorn
Copy link
Author

mdhorn commented Jul 1, 2016

All CI passing

@mdhorn mdhorn merged commit f02295e into IntelRealSense:indigo-devel Jul 1, 2016
@mdhorn mdhorn deleted the release branch July 1, 2016 02:35
mdhorn pushed a commit to mdhorn/realsense that referenced this pull request Jul 13, 2016
…aunch-test-files

Refactored launch and test files
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