1#ifndef __FAKE_CONTROLLER_TYPE_H__
2#define __FAKE_CONTROLLER_TYPE_H__
Base class for all controllers, which define drivetrain command containing different variations of
TorqueControllerOutput_s evaluate(const SharedCarState_s &state) override
This mehod must be implemented by every controller in the Tc Muxer. This is called in the Muxer whene...
TorqueControllerOutput_s output
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...