]> defiant.homedns.org Git - arm_ros_conn.git/blob - arm.launch
Merge branch 'master' of ssh://vontaene/home/erik_alt/git/arm_ros_conn
[arm_ros_conn.git] / arm.launch
1 <?xml version="1.0"?>
2 <launch>
3         <include file="$(find openni2_launch)/launch/openni2.launch" />
4
5         <node pkg="depthimage_to_laserscan" type="depthimage_to_laserscan" name="depthimage_to_laserscan" output="screen">
6                 <remap from="image" to="/camera/depth/image_raw"/>
7                 <remap from="camera_info" to="/camera/depth/camera_info"/>
8                 <param name="output_frame_id" value="/scan" />
9         </node>
10 </launch>