2018-08-10 11:48:56 +02:00
|
|
|
<launch>
|
|
|
|
<node name="rviz" pkg="rviz" type="rviz"/>
|
|
|
|
|
|
|
|
<!--Interface/-->
|
2018-08-16 18:13:54 +02:00
|
|
|
<rosparam param="object_names"> ["foo"]</rosparam>
|
|
|
|
<rosparam param="object_types"> [0]</rosparam>
|
2018-08-10 11:48:56 +02:00
|
|
|
<node name="RvizInterface" pkg="rviz_interface" type="RvizInterface"/>
|
2018-08-16 18:13:54 +02:00
|
|
|
<param name="object_center_topic" value="/object_center"/>
|
2018-08-10 11:48:56 +02:00
|
|
|
|
|
|
|
|
|
|
|
<node name="plannar_seg" pkg="pcl_tests" type="plannar_seg"/>
|
|
|
|
</launch>
|