]> defiant.homedns.org Git - ros_roboint.git/blob - explorer_configuration.launch
navigation stack seems to work now
[ros_roboint.git] / explorer_configuration.launch
1 <launch>
2         <node pkg="roboint" type="libft_adapter" name="libft_adapter" output="screen">
3                 <param name="odom_param" value="param_value" />
4         </node>
5
6         <node pkg="roboint" type="robo_explorer.py" name="robo_explorer" output="screen">
7                 <param name="sensor_param" value="param_value" />
8         </node>
9 </launch>