13 lines
432 B
XML
13 lines
432 B
XML
<launch>
|
|
<node name="rviz" pkg="rviz" type="rviz"/>
|
|
|
|
<!--Interface/-->
|
|
<!--NE PAS CHANGER SANS MODIFIER LE CODE PCL/-->
|
|
<rosparam param="object_names"> ["foo"]</rosparam>
|
|
<rosparam param="object_types"> [0]</rosparam>
|
|
<node name="RvizInterface" pkg="rviz_interface" type="RvizInterface"/>
|
|
<param name="object_center_topic" value="/object_center"/>
|
|
|
|
|
|
<node name="plannar_seg" pkg="pcl_tests" type="plannar_seg"/>
|
|
</launch>
|