#include <Khepera.h>
Public Types | |
| enum | Capabilities { CAPABILITIY_NONE = 0, CAPABILITIY_BASIC_SENSORS = 0x1, CAPABILITY_CAMERA = 0x2 } |
| The bot's capabilities. You can simply select a predefined set of sensors. These correspond to the different extension modules that exist for the Khepera. More... | |
Public Member Functions | |
| Khepera (unsigned capabilities=CAPABILITIY_BASIC_SENSORS) | |
| Create a Khepera with certain modules aka capabilities (basic). | |
Public Attributes | |
| IRSensor | infraredSensor0 |
| The infrared sensor 0 (left). | |
| IRSensor | infraredSensor1 |
| The infrared sensor 1 (front-left). | |
| IRSensor | infraredSensor2 |
| The infrared sensor 2 (front). | |
| IRSensor | infraredSensor3 |
| The infrared sensor 3 (front). | |
| IRSensor | infraredSensor4 |
| The infrared sensor 4 (front-right). | |
| IRSensor | infraredSensor5 |
| The infrared sensor 5 (right). | |
| IRSensor | infraredSensor6 |
| The infrared sensor 6 (back). | |
| IRSensor | infraredSensor7 |
| The infrared sensor 7 (back). | |
| CircularCam | camera |
| Linear camera. | |
The bot's capabilities. You can simply select a predefined set of sensors. These correspond to the different extension modules that exist for the Khepera.
1.5.1