Added new coursework, cleaned up structure

This commit is contained in:
2017-11-29 10:11:54 -08:00
parent b300c76103
commit 808a0f1724
345 changed files with 126653 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<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>