Skip to content

Commit

Permalink
reduced power limit for endurance. flashed at comp in pits
Browse files Browse the repository at this point in the history
  • Loading branch information
RCMast3r committed Jun 15, 2024
1 parent ffe5e12 commit c407d2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/systems/include/TorqueControllers.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/* CONTROLLER CONSTANTS */

const float MAX_POWER_LIMIT = 56500.0; // max mechanical power limit in KW
const float MAX_POWER_LIMIT = 51500.0; // max mechanical power limit in KW

/* MOTOR CONSTANTS */

Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ CASEConfiguration case_config = {
.useTorqueBias = true,
.DriveTorquePercentFront = 0.5, // DON'T TOUCH UNTIL LOAD CELL ADHERES TO DRIVE BIAS
.BrakeTorquePercentFront = 0.6,
.MechPowerMaxkW =56.5, // kW
.MechPowerMaxkW =51.5, // kW
.launchLeftRightMaxDiff = 2.0, // N-m
.tcs_pid_lower_rpm_front = 0.0, // RPM
.tcs_pid_upper_rpm_front = 5000.0, // RPM
Expand Down

0 comments on commit c407d2c

Please sign in to comment.