34 #ifndef __ENKI_KHEPERA_H 35 #define __ENKI_KHEPERA_H A simple model of the Khepera robot.
Definition: Khepera.h:49
Camera: add a linear camera.
Definition: Khepera.h:80
Definition: DifferentialWheeled.h:45
CircularCam camera
Linear camera.
Definition: Khepera.h:69
IRSensor infraredSensor2
The infrared sensor 2 (front)
Definition: Khepera.h:57
Enki is the namespace of the Enki simulator. All Enki functions and classes excepted the math one are...
Definition: BluetoothBase.cpp:44
Header of the generic infrared sensor.
IRSensor infraredSensor6
The infrared sensor 6 (back)
Definition: Khepera.h:65
IRSensor infraredSensor5
The infrared sensor 5 (right)
Definition: Khepera.h:63
IRSensor infraredSensor4
The infrared sensor 4 (front-right)
Definition: Khepera.h:61
IRSensor infraredSensor3
The infrared sensor 3 (front)
Definition: Khepera.h:59
Header of the features of differential wheeled robots.
A generic infrared sensor.
Definition: IRSensor.h:86
IRSensor infraredSensor7
The infrared sensor 7 (back)
Definition: Khepera.h:67
Basic_Sensors: Just the 8 IRSensors of the base module.
Definition: Khepera.h:78
IRSensor infraredSensor0
The infrared sensor 0 (left)
Definition: Khepera.h:53
Header of the 1D circular camera.
Khepera(unsigned capabilities=CAPABILITIY_BASIC_SENSORS)
Create a Khepera with certain modules aka capabilities (basic)
Definition: Khepera.cpp:41
IRSensor infraredSensor1
The infrared sensor 1 (front-left)
Definition: Khepera.h:55
No sensor: not very useful.
Definition: Khepera.h:76
Capabilities
The bot's capabilities. You can simply select a predefined set of sensors. These correspond to the di...
Definition: Khepera.h:73
1D Circular camera
Definition: CircularCam.h:67