Skip to content

Commit

Permalink
finished single config
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulgoel873 committed Jan 9, 2025
1 parent 2db3439 commit 67ac75e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
10 changes: 8 additions & 2 deletions rb_ws/src/buggy/config/sim_single_sc.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
/SC/SC_sim_single:
ros__parameters:
velocity: 1
pose: "Hill1_SC"
velocity: 12
pose: "Hill1_SC"

/SC/SC_controller:
ros__parameters:
dist: 10.0
traj_name: "buggycourse_safe.json"
controller: "stanley"
7 changes: 2 additions & 5 deletions rb_ws/src/buggy/launch/sim_2d_single.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,10 @@
<node pkg="foxglove_bridge" exec="foxglove_bridge" name="foxglove" 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"/>
<param from="$(var config_file)"/>
</node>
<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"/>
<param from="$(var config_file)"/>
</node>
</launch>

0 comments on commit 67ac75e

Please sign in to comment.