11 .inverter_torque_limit = {0.0, 0.0, 0.0, 0.0}};
Base class for all controllers, which define drivetrain command containing different variations of
virtual TorqueControllerOutput_s evaluate(const SharedCarState_s &state)=0
This mehod must be implemented by every controller in the Tc Muxer. This is called in the Muxer whene...
defines namespace for definition of a drivetrain command with no torque for clearer code in the Muxer...
const DrivetrainCommand_s TC_COMMAND_NO_TORQUE
Stores setpoints for a command to the Drivetrain, containing speed and torque setpoints for each moto...
float speeds_rpm[NUM_MOTORS]
car state struct that contains state of everything about the car including
Packages drivetrain command with ready boolean to give feedback on controller successfully evaluating...