- Increased max limits of some parameters so that it works for rc_viscore as well as rc_visard
- Replaced parameter camera_exp_auto by camera_exp_control and added camera_gamma
- check device version before ready
- Add exposure_adapt_timeout parameter
- update parameter description with enum values in square brackets
- fix line_source and add more extra_data to CameraParam
- Controlling PtpEnable as optional so that this driver also works for rc_cube
- Using parameter PtpEnable instead of deprecated parameter GevIEEE1588
For supporting the rc_sgm_producer:
- Adding support for RGB color format
Other fixes:
- Fixed rounding when converting color to monochrome
- Increased tolerance for alternate exposure mode to 1 second
- Fixed warnings during compilation
- Relaxed some non-critical parameters to be optional
- Accept devices of vendor Roboception or if model name that starts with rc_visard or rc_cube
- Publish images without filtering on image_rect(_color) topics
- Added new parameter depth_double_shot
- Renaming of adaptive_out1_reduction to out1_reduction
- Added new auto exposure mode Out1High
- Added reporting test flag, out1 reduction and brightness in camera parameter messages
- Update README
- Removed parameter disprange and controlling disparity range via mindepth and maxdepth
- Changed log output from ROS_ to NODELET_
- Initial stable release, based on rc_visard_driver