$search
#include <ros/ros.h>
#include <art_msgs/PilotState.h>
#include <art_pilot/PilotConfig.h>
#include "device_interface.h"
#include <art_msgs/DriverState.h>
Go to the source code of this file.
Classes | |
class | pilot::AccelBase |
Namespaces | |
namespace | pilot |
Typedefs | |
typedef boost::shared_ptr < AccelBase > | pilot::AccelBasePtr |
Functions | |
AccelBasePtr | pilot::allocAccel (art_pilot::PilotConfig &config) |
static float | pilot::clamp (float lower, float value, float upper) |
static float | pilot::signum (float value) |
ART pilot acceleration controller abstract base class.
Definition in file accel.h.