mirror of
https://gitlab.com/yikestone/qt_pi.git
synced 2025-08-03 21:54:12 +05:30
8 lines
270 B
XML
8 lines
270 B
XML
<launch>
|
|
<remap from="image" to="kinect2/sd/image_depth_rect"/>
|
|
<node name="depthimage_to_laserscan" pkg="depthimage_to_laserscan" type="depthimage_to_laserscan">
|
|
<param name="scan_height" value="1" />
|
|
<param name="range_max" value="12" />
|
|
</node>
|
|
</launch>
|