#include <Marxbot.h>
Only implement distance sensors, both short and long range, using an omnicam. The virtual bumper values are extracted out of the omnicam data. This is not very precise but very efficient.
Public Member Functions | |
| Marxbot () | |
| Constructor. | |
| ~Marxbot () | |
| Destructor. | |
| double | getVirtualBumper (unsigned number) |
| Return the value of a virtual bumper. | |
Public Attributes | |
| OmniCam | rotatingDistanceSensor |
| The rotating, long range distance sensor. | |
1.5.1