mirror of
https://gitlab.com/yikestone/qt_pi.git
synced 2025-08-02 21:24:12 +05:30
10 lines
410 B
XML
10 lines
410 B
XML
<launch>
|
|
|
|
<include file="$(find gazebo_ros)/launch/empty_world.launch">
|
|
<arg name="world_name" value="$(find qt_pi_gazebo_sim)/worlds/qt_pi_laser.world"/>
|
|
</include>
|
|
<!-- <include file="$(find qt_pi_gazebo_sim)/launch/depth_to_laser.launch"/> -->
|
|
<include file="$(find qt_pi_gazebo_sim)/launch/static_tf.launch"/>
|
|
<include file="$(find qt_pi_gazebo_sim)/launch/move_base_amcl.launch"/>
|
|
</launch>
|