Skip to content

Commit

Permalink
Reduced drive mtr current limit to 20.
Browse files Browse the repository at this point in the history
  • Loading branch information
NottheIRS committed Feb 18, 2024
1 parent 7785f61 commit 6d29ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 = 40;
const int DRIVE_MOTOR_CURRENT_LIMIT = 20;
const double SWERVE_VOLTAGE_COMPENSATION = 10.5;
const bool IS_DRIVE_IN_COAST = false;
const bool IS_ROBOT_ORIENTED_DRIVE = false;

0 comments on commit 6d29ccb

Please sign in to comment.