mirror of
https://github.com/OSURoboticsClub/Rover_2017_2018.git
synced 2025-11-09 10:41:15 +00:00
Changed layout for organizational coherence.
This commit is contained in:
7
software/rover/drive_test/launch/drive_test.launch
Normal file
7
software/rover/drive_test/launch/drive_test.launch
Normal file
@@ -0,0 +1,7 @@
|
||||
<launch>
|
||||
<node pkg="stage_ros" type="stageros" name="simulator" args="$(find drive_test)/worlds/manyDots.world"/>
|
||||
<node pkg="drive_test" type="drive_test.py" name="hw2" output="screen">
|
||||
<param name="goalX" value="20" />
|
||||
<param name="goalY" value="-20" />
|
||||
</node>
|
||||
</launch>
|
||||
Reference in New Issue
Block a user