BaxterInterface/rviz_interface/launch/interface.launch~
2018-08-13 12:24:33 +02:00

16 lines
562 B
Text

<launch>
<node name="rviz" pkg="rviz" type="rviz"/>
<!--Interface/-->
<!--Objects/-->
<rosparam param="object_names"> ["Foo", "KungFoo", "Panda", "Boo"]</rosparam>
<rosparam param="object_types"> [3, 2, 1, 0]</rosparam>
<!--Topics/-->
<param name="objective_topic" value="/RvizInterface/state_objective"/>
<param name="vizualization_topic" value="/RvizInterface/visual_marker"/>
<param name="config_topic" value="/RvizInterface/interface_config"/>
<node name="RvizInterface" pkg="rviz_interface" type="RvizInterface" output="screen"/>
</launch>