Skip to content

Commit

Permalink
Added a lot of comments to drive.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ssejrog committed Sep 7, 2024
1 parent cee639e commit 8b5d126
Show file tree
Hide file tree
Showing 4 changed files with 1,019 additions and 210 deletions.
3 changes: 3 additions & 0 deletions EZ-Template-Example-Project/src/autons.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ void default_constants() {
// - if you have tracking wheels, you can run this lower
chassis.odom_turn_bias_set(1.375);

// This sets the maximum distance away from target that the carrot point can be
chassis.odom_boomerang_distance_set(12_in);

// Defaults the turn behavior to always go the shortest way
chassis.pid_angle_behavior_set(ez::shortest);
}
Expand Down
Loading

0 comments on commit 8b5d126

Please sign in to comment.