#include <Sbot.h>
Inheritance diagram for Enki::Sbot:
Only implement a subset of the camera
Public Member Functions | |
Sbot () | |
Constructor. | |
~Sbot () | |
Destructor. | |
virtual void | step (double dt) |
Set the real speed of the robot given leftSpeed and rightSpeed. Add noise. | |
Public Attributes | |
SbotCam | camera |
The omnidirectional linear camera. | |
SbotGlobalSound | sound |
the sound interaction, based on global frequencies | |
double | leftSpeed |
Speed of the robot. | |
double | rightSpeed |
Speed of the robot. |