WUT Velma robot API
show_kinect_frustum.launch
Go to the documentation of this file.
1 <?xml version="1.0"?>
2 <launch>
3  <node
4  name="publish_velma_kinect_frustum"
5  pkg="rcprg_ros_utils" type="publish_camera_frustum.py" output="screen">
6  <param name="horizontal_fov" value="1.047" />
7  <param name="aspect_w_h" value="1.33333" />
8  <param name="min_z" value="0.5" />
9  <param name="max_z" value="3.0" />
10  <param name="frame_id" value="head_kinect_rgb_optical_frame" />
11  </node>
12 </launch>