42 #ifndef STABILISATION_COPTER_DEFAULT_CONFIG_H_
43 #define STABILISATION_COPTER_DEFAULT_CONFIG_H_
49 #include "stabilisation_copter.h"
55 .motor_layout = QUADCOPTER_MOTOR_LAYOUT_DIAG,
85 .soft_zone_width = 0.0f
109 .soft_zone_width = 0.0f
133 .soft_zone_width = 0.0f
158 .soft_zone_width = 0.0f
164 .rpy = {0.0f, 0.0f, 0.0f},
166 .tvel = {0.0f, 0.0f, 0.0f},
168 .control_mode = RATE_COMMAND_MODE,
169 .yaw_mode = YAW_RELATIVE
177 .attitude_stabiliser={
201 .soft_zone_width = 0.0f
225 .soft_zone_width = 0.0f
249 .soft_zone_width = 0.0f
274 .soft_zone_width = 0.0f
280 .rpy = {0.0f, 0.0f, 0.0f},
282 .tvel = {0.0f, 0.0f, 0.0f},
284 .control_mode = RATE_COMMAND_MODE,
285 .yaw_mode = YAW_RELATIVE
293 .velocity_stabiliser={
317 .soft_zone_width = 0.2f
341 .soft_zone_width = 0.2f
365 .soft_zone_width = 0.0f
390 .soft_zone_width = 0.2f
396 .rpy = {0.0f, 0.0f, 0.0f},
398 .tvel = {0.0f, 0.0f, 0.0f},
400 .control_mode = RATE_COMMAND_MODE,
401 .yaw_mode = YAW_RELATIVE
409 .position_stabiliser={
433 .soft_zone_width = 0.2f
457 .soft_zone_width = 0.2f
481 .soft_zone_width = 0.0f
506 .soft_zone_width = 0.2f
512 .rpy = {0.0f, 0.0f, 0.0f},
514 .tvel = {0.0f, 0.0f, 0.0f},
516 .control_mode = RATE_COMMAND_MODE,
517 .yaw_mode = YAW_RELATIVE
525 .yaw_coordination_velocity=1.5f
Structure containing the configuration data.
Definition: stabilisation_copter.h:97
float thrust_hover_point
The hover point of the thrust.
Definition: stabilisation_copter.h:99