|
Paparazzi UAS
v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
|
Go to the documentation of this file.
34 #ifndef STABILIZATION_INDI_SIMPLE_H
35 #define STABILIZATION_INDI_SIMPLE_H
struct FloatRates u_act_dyn
void stabilization_indi_attitude_run(struct Int32Quat quat_sp, bool in_flight)
runs stabilization indi
void stabilization_indi_read_rc(bool in_flight, bool in_carefree, bool coordinated_turn)
This function reads rc commands.
struct Int32Quat stab_att_sp_quat
with INT32_QUAT_FRAC
Second order low pass filter structure.
void stabilization_indi_init(void)
Function that initializes important values upon engaging INDI.
float max_rate
Maximum rate in rate control in rad/s.
void stabilization_indi_set_failsafe_setpoint(void)
Function that calculates the failsafe setpoint.
Butterworth2LowPass rate[3]
bool adaptive
Enable adataptive estimation.
struct FloatRates angular_accel_ref
struct Int32Eulers stab_att_sp_euler
with INT32_ANGLE_FRAC
void stabilization_indi_rate_run(struct FloatRates rates_sp, bool in_flight)
Does the INDI calculations.
struct IndiEstimation est
Estimation parameters for adaptive INDI.
void stabilization_indi_set_earth_cmd_i(struct Int32Vect2 *cmd, int32_t heading)
Set attitude setpoint from command in earth axes.
Butterworth2LowPass rate[3]
float attitude_max_yaw_rate
Maximum yaw rate in atttiude control in rad/s.
struct IndiVariables indi
void stabilization_indi_enter(void)
Function that resets important values upon engaging INDI.
void stabilization_indi_set_rpy_setpoint_i(struct Int32Eulers *rpy)
Set attitude quaternion setpoint from rpy.
Simple first order low pass filter with bilinear transform.