43 #ifndef SIMULATION_DEFAULT_CONFIG_H_
44 #define SIMULATION_DEFAULT_CONFIG_H_
51 #include "simulation.h"
57 .rotor_rpm_gain = 4000.0f,
58 .rotor_rpm_offset = -1.0f,
61 .rotor_diameter = 0.14f,
62 .rotor_foil_area = 0.18f * 0.015f,
65 .vehicle_drag = 0.01f,
66 .roll_pitch_momentum = 0.1f * 0.17f / 1.4142f,
67 .yaw_momentum = 0.1f * 0.17f ,
68 .rotor_momentum = 0.005f * 0.03f,
69 .rotor_arm_length = 0.17f,
73 .home_coordinates[X] = 46.51852236174565f,
74 .home_coordinates[Y] = 6.566044801857777f,
75 .home_coordinates[Z] = 400.0f,
83 #endif // SIMULATION_DEFAULT_CONFIG_H_
float rotor_lpf
The low-pass filtered response of the rotors to simulate inertia and lag.
Definition: simulation.h:71
The vehicle simulation model structure definition.
Definition: simulation.h:69