#include <ros/ros.h>#include <art/pid2.h>#include <art_pilot/PilotConfig.h>

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.