You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a ROS user, I should be able to select a different default value for the R200 Depth Control Preset from a launch file by setting parameter' r200_dc_preset'. <param name="$(arg camera)/driver/r200_dc_preset" type="int" value="3" />
When the parameter is added to a launch file: <param name="$(arg camera)/driver/r200_dc_preset" type="int" value="3" />
the new preset value is set, but the individual depth control values are left as the defaults from the dynamic reconfiguration defaults.
System Configuration
Expected Behavior
As a ROS user, I should be able to select a different default value for the R200 Depth Control Preset from a launch file by setting parameter' r200_dc_preset'.
<param name="$(arg camera)/driver/r200_dc_preset" type="int" value="3" />
Actual Behavior
When the parameter is added to a launch file:
<param name="$(arg camera)/driver/r200_dc_preset" type="int" value="3" />
the new preset value is set, but the individual depth control values are left as the defaults from the dynamic reconfiguration defaults.
Steps to Reproduce
Create r200_nodelet_dc_preset.launch
roslaunch realsense_camera r200_nodelet_dc_preset.launch
The text was updated successfully, but these errors were encountered: