11 if (accelRequest >= 0.0)
float frontRegenTorqueScale_
TorqueControllerOutput_s writeout_
void tick(const PedalsSystemData_s &pedalsData)
calculates torque output based off max torque and simple torque scaling metric defined in constructor...
TorqueControllerOutput_s evaluate(const SharedCarState_s &state) override
float rearRegenTorqueScale_
const float AMK_MAX_TORQUE
const float MAX_REGEN_TORQUE
float inverter_torque_limit[NUM_MOTORS]
float speeds_rpm[NUM_MOTORS]
car state struct that contains state of everything about the car including
PedalsSystemData_s pedals_data
Packages drivetrain command with ready boolean to give feedback on controller successfully evaluating...
DrivetrainCommand_s command