mirror of
https://github.com/westonrobot/scout_ros.git
synced 2026-01-12 11:20:02 +08:00
saved work, odom not right, to be fixed
This commit is contained in:
16
scout_robot/launch/gmapping.launch
Normal file
16
scout_robot/launch/gmapping.launch
Normal file
@@ -0,0 +1,16 @@
|
||||
<!-- -->
|
||||
<launch>
|
||||
|
||||
<!-- ************** Global Parameters *************** -->
|
||||
<param name="/use_sim_time" value="true"/>
|
||||
|
||||
<!-- ************** Gmapping *************** -->
|
||||
<node name="slam_gmapping" pkg="gmapping" type="slam_gmapping">
|
||||
<remap from="scan" to="/scan"/>
|
||||
<param name="base_link" value="base_footprint"/>
|
||||
</node>
|
||||
|
||||
<!-- **************** Visualisation **************** -->
|
||||
<node name="rviz" pkg="rviz" type="rviz" args="-d $(find scout_robot)/rviz/mapping.rviz"/>
|
||||
|
||||
</launch>
|
||||
Reference in New Issue
Block a user