BaxterInterface/rviz_interface/launch/interface_plannar_seg.launch

12 lines
323 B
Text
Raw Normal View History

2018-07-03 11:24:58 +02:00
<launch>
<node name="rviz" pkg="rviz" type="rviz"/>
<!--Interface/-->
<rosparam param="object_names"> ["6DOF"]</rosparam>
<rosparam param="object_types"> [0]</rosparam>
2018-07-03 11:24:58 +02:00
<node name="RvizInterface" pkg="rviz_interface" type="RvizInterface"/>
2018-07-03 11:24:58 +02:00
<node name="plannar_seg" pkg="pcl_tests" type="plannar_seg"/>
</launch>