mirror of
https://gitlab.com/yikestone/qt_pi.git
synced 2025-08-03 05:34:13 +05:30
11 lines
395 B
XML
11 lines
395 B
XML
<launch>
|
|
|
|
<include file="$(find gazebo_ros)/launch/empty_world.launch">
|
|
<arg name="world_name" value="$(find qt_pi_gazebo_sim)/worlds/playground.world"/>
|
|
</include>
|
|
<include file="$(find qt_pi_gazebo_sim)/launch/static_tf.launch"/>
|
|
<include file="$(find qt_pi_gazebo_sim)/launch/depth_to_laser.launch"/>
|
|
<include file="$(find qt_pi_gazebo_sim)/launch/gmapping.launch"/>
|
|
|
|
</launch>
|