Go to the documentation of this file.
25 #ifndef __ROBOT_PRIMA_H_
26 #define __ROBOT_PRIMA_H_
28 #define PRIMA_WHEEL_DIAMETER 56
29 #define PRIMA_WHEEL_AXIAL_LENGTH 83
30 #define PRIMA_SAMPLING_RATE 100
31 #define PRIMA_WHEEL_GEAR_RATIO 100
32 #define PRIMA_MAX_NAV_POINTS 20
34 #define PRIMA_TOUCH_SENSOR IN_1
35 #define PRIMA_SOUND_SENSOR IN_2
36 #define PRIMA_LIGHT_SENSOR IN_3
37 #define PRIMA_RANGE_SENSOR IN_4