WUT Velma robot API
show_collisions.launch
Go to the documentation of this file.
1 <?xml version="1.0"?>
2 <launch>
3  <node
4  name="show_velma_collisions"
5  pkg="common_core_cs_components" type="show_collisions" output="screen" >
6  <param name="subsystem_name" value="velma_core_cs" />
7  <param name="component_names" value="ColDetRep ColDetRepJntImp" />
8  </node>
9 </launch>
10