9 #ifndef CONF_SIM_MODEL_H_
10 #define CONF_SIM_MODEL_H_
11 #include "simulation.h"
15 #define HOME_LONGITUDE 6.566044801857777
16 #define HOME_LATITUDE 46.51852236174565
17 #define HOME_ALTITUDE 398.0
19 #define AIR_DENSITY 1.2
23 .rotor_rpm_gain = 3500.0,
24 .rotor_rpm_offset = -1.0,
28 .rotor_diameter = 0.14,
29 .rotor_foil_area = 0.18 * 0.015,
32 .roll_pitch_momentum= 0.05 * 0.17 / 1.4142,
33 .yaw_momentum = 0.1 * 0.17 ,
34 .rotor_momentum = 0.003*0.03,
35 .rotor_arm_length = 0.17
The simulation model structure definition.
Definition: simulation.h:99