Skip to content

Commit

Permalink
Update SwerveConfig.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Rvistix authored Mar 19, 2024
1 parent 58468c6 commit e227842
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/include/SwerveConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ const double MAX_DRIVE_SPEED_FPS = 18.0;
const double MAX_ANGULAR_VELOCITY_DEGPS = 540.0;
const double CONTROLLER_DEADZONE = 0.1;
const int TURN_MOTOR_CURRENT_LIMIT = 20;
const int DRIVE_MOTOR_CURRENT_LIMIT = 55;
const int DRIVE_MOTOR_CURRENT_LIMIT = 69;
const double SWERVE_VOLTAGE_COMPENSATION = 10.5;
const bool IS_DRIVE_IN_COAST = false;
const bool IS_ROBOT_ORIENTED_DRIVE = false;
const bool IS_ROBOT_ORIENTED_DRIVE = false;

0 comments on commit e227842

Please sign in to comment.