Skip to content

Commit

Permalink
drive motor current limit upped to 55a, may need to increase more, po…
Browse files Browse the repository at this point in the history
…wer issues should be resolved
  • Loading branch information
jiarong6 authored Mar 20, 2024
1 parent 99fa1c0 commit dd3958e
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 = 20;
const int DRIVE_MOTOR_CURRENT_LIMIT = 55;
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 dd3958e

Please sign in to comment.