9 #ifndef CONF_PLATFORM_H_
10 #define CONF_PLATFORM_H_
13 #include "conf_imu_rev4.h"
15 #define MAVLINK_SYS_ID 9
20 #define M_FRONT_LEFT 1
21 #define M_FRONT_RIGHT 2
22 #define M_REAR_RIGHT 3
34 #define M_FRONT_DIR ( 1)
35 #define M_RIGHT_DIR (-1)
36 #define M_REAR_DIR ( 1)
37 #define M_LEFT_DIR (-1)
39 #define MIN_THRUST -0.9
40 #define MAX_THRUST 1.0