Skip to content

Commit

Permalink
Raceline creation (#105)
Browse files Browse the repository at this point in the history
* added raceline + added better ghost_nand

* fixed config

* updated raceline paths

---------

Co-authored-by: Buggy <[email protected]>
  • Loading branch information
mehulgoel873 and Buggy authored Sep 15, 2024
1 parent 72a04b3 commit 8ef5112
Show file tree
Hide file tree
Showing 3 changed files with 1,767 additions and 2,138 deletions.
4 changes: 2 additions & 2 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" />

<!-- 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
Loading

0 comments on commit 8ef5112

Please sign in to comment.