ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Another way without using dynamic reconfigure is to use this in your top level launch file:
<include file="$(find openni_launch)/launch/openni.launch">
<arg name="depth_registration" default="true" />
</include>
2 | No.2 Revision |
Another way without using dynamic reconfigure is to use this in your top level launch file:
<include file="$(find openni_launch)/launch/openni.launch">
<arg name="depth_registration" default="true" />
</include></include>