Go to the documentation of this file.
37 virtual void setAngle(
int angle) = 0;
49 virtual void setSpeed(
int speed) = 0;
const int kMinControlSpeed
const int kIdleControlSpeed
const int kMaxControlAngle
virtual void setSpeed(int speed)=0
Sets the driving speed as percentage of the total motor speed where the sign represents the direction...
const int kMaxControlSpeed
virtual void setAngle(int angle)=0
Sets the driving angle in degrees [-90, 90].
virtual ~Control()=default
const int kMinControlAngle
const int kIdleControlAngle
virtual void overrideMotorSpeed(int firstMotorSpeed, int secondMotorSpeed)=0
Set the motor speed individually as a percentage of the motors` total power.