Skip to content

Commit

Permalink
NAND can only use stanley controller
Browse files Browse the repository at this point in the history
  • Loading branch information
PatXue committed Mar 18, 2024
1 parent 44a3711 commit 403c7c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rb_ws/src/buggy/launch/nand-main.launch
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!-- roslaunch buggy main.launch -->

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

<include file="$(find microstrain_inertial_driver)/launch/microstrain.launch">
<arg name="params_file" value="/rb_ws/src/buggy/INS_params.yml"/>
Expand Down

0 comments on commit 403c7c6

Please sign in to comment.