Skip to content

Commit

Permalink
Added TCSVelThreshold back in
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke-kC committed May 25, 2024
1 parent 6bd7ba4 commit b0124a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/systems/include/CASESystem.tpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ DrivetrainCommand_s CASESystem<message_queue>::evaluate(
in.usePIDPowerLimit = config_.usePIDPowerLimit;
in.useLaunch = config_.useLaunch;

in.TCSVelThreshold = config_.tcsVelThreshold;

in.Vy_B = vn_data.velocity_y;

in.YawPIDConfig[0] = config_.yaw_pid_p;
Expand Down

0 comments on commit b0124a8

Please sign in to comment.