mirror of
https://gitlab.com/yikestone/qt_pi.git
synced 2025-08-03 13:44:12 +05:30
18 lines
621 B
XML
18 lines
621 B
XML
<launch>
|
|
<node name="arduino" pkg="qt_pi" type="arduino_node.py" output="screen">
|
|
<rosparam file="$(find qt_pi)/config/qt_pi_arduino_params.yaml" command="load" />
|
|
</node>
|
|
|
|
<node name="kinect2_bridge_1455208236617866858" pkg="kinect2_bridge" type="kinect2_bridge">
|
|
</node>
|
|
|
|
<node name="depthimage_to_laserscan" pkg="depthimage_to_laserscan" type="depthimage_to_laserscan">
|
|
<param name="image" value="kinect2/sd/image_depth_rect" />
|
|
</node>
|
|
|
|
<node name="gmapping" pkg="gmapping" type="slam_gmapping">
|
|
<param name="base_frame" value="base_link" type="string" />
|
|
</node>
|
|
|
|
</launch>
|