WUT Velma robot API
pose_int_marker.launch
Go to the documentation of this file.
1 <?xml version="1.0"?>
2 <launch>
3  <arg name="frame_id" />
4 
5  <node
6  name="pose_int_marker_$(arg frame_id)"
7  pkg="rcprg_ros_utils" type="pose_int_marker.py" output="screen">
8  <param name="frame_id" value="$(arg frame_id)" />
9  </node>
10 </launch>