mirror of
https://github.com/caperren/school_archives.git
synced 2025-11-09 13:41:13 +00:00
14 lines
553 B
XML
14 lines
553 B
XML
<launch>
|
|
<node pkg="stage_ros" type="stageros" name="simulator" args="$(find rob456_hw3)/worlds/manyDotsNoisyOdom.world"/>
|
|
<node pkg="rob456_hw3" type="hw3.py" name="lab3" output="screen" />
|
|
|
|
<!-- Insert a call to the slam_gmapping node -->
|
|
<node pkg="gmapping" type="slam_gmapping" name="slam">
|
|
<remap from="scan" to="base_scan"/>
|
|
</node>
|
|
|
|
<!-- Insert a call to rviz (optional) -->
|
|
<node pkg="rviz" type="rviz" name="rviz" args="-d $(find rob456_hw3)/rvizsetup.rviz"/>
|
|
<!-- args="-d $(find rob456_hw3)/rvizsetup.rviz" -->
|
|
</launch>
|