Skip to content

Commit

Permalink
Fix skill issue
Browse files Browse the repository at this point in the history
  • Loading branch information
CL16gtgh committed May 22, 2024
1 parent 9facf9e commit b736169
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/MCU_rev15_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const float STEERING_RANGE_DEGREES = 253.0f; // 256.05f;
const float STEERING_IIR_ALPHA = 0.7f; // shaves off around 1 deg of max discrepancy

// TC parameters
const float SIMPLE_TC_REAR_TORQUE_SCALE = 0.4;
const float SIMPLE_TC_REGEN_TORQUE_SCALE = 1.0;
const float SIMPLE_TC_REAR_TORQUE_SCALE = 1.0;
const float SIMPLE_TC_REGEN_TORQUE_SCALE = 0.4;

#endif /* __MCU15_H__ */

0 comments on commit b736169

Please sign in to comment.