mirror of
https://github.com/caperren/school_archives.git
synced 2025-11-09 21:51:15 +00:00
Added new coursework, cleaned up structure
This commit is contained in:
BIN
OSU Coursework/ROB 456 - Intelligent Robotics/Homework 3 - Part 1 - Occupancy Grids/launch/.DS_Store
vendored
Normal file
BIN
OSU Coursework/ROB 456 - Intelligent Robotics/Homework 3 - Part 1 - Occupancy Grids/launch/.DS_Store
vendored
Normal file
Binary file not shown.
@@ -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>
|
||||
Reference in New Issue
Block a user