Skip to content

Commit

Permalink
fixed config
Browse files Browse the repository at this point in the history
  • Loading branch information
Buggy committed Sep 14, 2024
1 parent 910c4aa commit 7c01859
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rb_ws/src/buggy/launch/ghost_auton.launch
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<!-- roslaunch buggy main.launch -->

<launch>
<arg name="controller" default="mpc" />
<arg name="controller" default="stanley" />
<arg name="start_dist" default="0.0" />
<arg name="path" default="buggycourse_raceline.json" />
<arg name="path" default="truckweekend_raceline.json" />

<!-- run a sim with name = NAND at velocity ~= 0 -->
<arg name="starting_pose" default="PASS_PT" />
<arg name="starting_pose" default="RACELINE_PASS" />
<arg name="velocity" default="0.0001" />
<arg name="buggy_name" default="NAND" />

Expand Down

0 comments on commit 7c01859

Please sign in to comment.