Skip to content

Commit

Permalink
little bit more juice
Browse files Browse the repository at this point in the history
max was for some reason at 20Nm isntead of 21
  • Loading branch information
shaynoorani committed Apr 8, 2024
1 parent a41fe11 commit ee5b975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/systems/include/TorqueControllerMux.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class TorqueControllerMux
std::unordered_map<TorqueLimit_e, float> torqueLimitMap_ = {
{TorqueLimit_e::TCMUX_LOW_TORQUE, 10.0},
{TorqueLimit_e::TCMUX_MID_TORQUE, 15.0},
{TorqueLimit_e::TCMUX_FULL_TORQUE, 20.0}
{TorqueLimit_e::TCMUX_FULL_TORQUE, 21.4}
};

TorqueController_e muxMode_ = TorqueController_e::TC_NO_CONTROLLER;
Expand Down

0 comments on commit ee5b975

Please sign in to comment.