forked from CMU-Robotics-Club/RoboBuggy2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
include velocity updater in CMakeList.txt
- Loading branch information
1 parent
441fbab
commit bdd8181
Showing
3 changed files
with
7 additions
and
15 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,18 @@ | ||
<launch> | ||
|
||
<node pkg="foxglove_bridge" exec="foxglove_bridge" name="foxglove" namespace="SC"/> | ||
<node pkg="buggy" exec="hello_world" name="hello_world" namespace="SC" /> | ||
<node pkg="buggy" exec="sim_single" name="SC_sim_single" namespace="SC"> | ||
<node pkg="buggy" exec="engine.py" name="SC_sim_single" namespace="SC"> | ||
<param name="velocity" value="12"/> | ||
<param name="pose" value="Hill1_SC"/> | ||
</node> | ||
<node pkg="buggy" exec="sim_single" name="NAND_sim_single" namespace="NAND"> | ||
<param name="velocity" value="12"/> | ||
<param name="pose" value="Hill1_NAND"/> | ||
<node pkg="buggy" exec="buggy_state_converter.py" name="SC_state_converter" namespace="SC"/> | ||
<node pkg="buggy" exec="controller_node.py" name="SC_controller" namespace="SC"> | ||
<param name="dist" value="0.0"/> | ||
<param name="traj_name" value="buggycourse_safe.json"/> | ||
<param name="controller" value="stanley"/> | ||
</node> | ||
|
||
<!-- velocity ui or updater nodes --> | ||
<!-- <node pkg="buggy" exec="velocity_ui" name="SC_velocity_ui" namespace="SC"> | ||
<param name="init_vel" value="12"/> | ||
<param name="buggy_name" value="SC"/> | ||
</node> --> | ||
<node pkg="buggy" exec="velocity_updater" name="SC_velocity_updater" namespace="SC"> | ||
<param name="init_vel" value="12"/> | ||
<param name="buggy_name" value="SC"/> | ||
</node> | ||
|
||
<!-- <node name="foxglove" pkg="foxglove_bridge" type="foxglove_bridge" /> | ||
<node name="hello_world" pkg="buggy" type="hello_world" /> --> | ||
</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