Go to the source code of this file.
Classes | |
class | SpeedControl |
class | SpeedControlMatrix |
class | SpeedControlPID |
Defines | |
#define | EPSILON_BRAKE 0.01 |
#define | EPSILON_THROTTLE 0.01 |
ART autonomous vehicle speed controller interface.
SpeedControl -- virtual base speed controller class
SpeedControlMatrix -- speed control using acceleration matrix
SpeedControlPID -- speed control using direct PID of throttle and brake
Definition in file speed.h.
#define EPSILON_BRAKE 0.01 |
#define EPSILON_THROTTLE 0.01 |