Definition at line 10 of file MobileRobot.hpp.
Public Member Functions | |
| MobileRobot (double v=0.1, double w=0.0) | |
| Create new mobile robot. | |
| virtual | ~MobileRobot () |
| Destructor. | |
| void | move () |
| Move the robot to its position at the next time step. | |
| aux::vector | measure () |
| Take a measurement from the system. | |
| const aux::vector & | getState () |
| Get the current actual state of the robot. | |
| MobileRobot | ( | double | v = 0.1, |
|
| double | w = 0.0 | |||
| ) |
Create new mobile robot.
| v | Translational velocity. | |
| w | Angular velocity. |
Definition at line 8 of file MobileRobot.cpp.
| ~MobileRobot | ( | ) | [virtual] |
| void move | ( | ) |
Move the robot to its position at the next time step.
Definition at line 48 of file MobileRobot.cpp.
| aux::vector measure | ( | ) |
| const aux::vector & getState | ( | ) |
1.5.3