#include "Beobot/BeobotAction.H"
#include "Beobot/BeobotConfig.H"
#include "Devices/BeoChip.H"
#include "Component/ModelComponent.H"
#include "Component/ModelParam.H"
#include "Util/Timer.H"
#include "Util/Types.H"
#include <pthread.h>
Go to the source code of this file.
Classes | |
class | BeobotControl |
Enumerations | |
enum | SpeedRampType { SPEED_RAMP_LINEAR = 0, SPEED_RAMP_SIGMOID = 1 } |
Speed ramping options. More... |
controls the movement of the Beobot via passed in BeoChip
Definition in file BeobotControl.H.
enum SpeedRampType |
Speed ramping options.
Definition at line 64 of file BeobotControl.H.