-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #500 from CMU-Robotics-Club/vivaan_sim
Full System Simulator
- Loading branch information
Showing
9 changed files
with
1,205 additions
and
12 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
Software/real_time/ROS_RoboBuggy/src/robobuggy/launch/full_system_sim.launch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<launch> | ||
|
||
<include file="$(find mapviz)/launch/mapviz.launch"/> | ||
<node pkg="robobuggy" name="data_map_plot" type="data_map_plot.py" output="screen"></node> | ||
<node pkg="robobuggy" name="full_system_sim" type="full_system_sim.py" output="screen"></node> | ||
|
||
<node name="Transistor_Localizer" pkg="robobuggy" type="Transistor_Localizer" required="true" output="screen"> | ||
</node> | ||
|
||
<node name="Transistor_Controller" pkg="robobuggy" type="Transistor_Controller" required="true" output="screen"> | ||
</node> | ||
|
||
</launch> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.