7namespace RoboidControl {
A Motor is a Thing which can move parts of the Roboid.
Definition Motor.h:11
virtual float GetSpeed()
Get the current target speed of the motor.
Definition Motor.cpp:8
Direction
Motor turning direction.
Definition Motor.h:17
float currentTargetSpeed
Definition Motor.h:31
Direction direction
The forward turning direction of the motor.
Definition Motor.h:19
Motor()
Default constructor for the Motor.
Definition Motor.cpp:4
virtual void SetSpeed(float speed)
Set the target motor speed.
Definition Motor.cpp:12
A thing is a functional component on a robot.
Definition Thing.h:7