ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

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>

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>