Paparazzi UAS
v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
|
Vertical control using total energy control for fixed wing vehicles. More...
Go to the source code of this file.
Vertical control using total energy control for fixed wing vehicles.
Definition in file energy_ctrl.h.
float ac_char_climb_max |
Definition at line 170 of file energy_ctrl.c.
float ac_char_climb_pitch |
Definition at line 169 of file energy_ctrl.c.
float ac_char_cruise_pitch |
Definition at line 176 of file energy_ctrl.c.
float ac_char_cruise_throttle |
Definition at line 175 of file energy_ctrl.c.
float ac_char_descend_max |
Definition at line 173 of file energy_ctrl.c.
float ac_char_descend_pitch |
Definition at line 172 of file energy_ctrl.c.
float v_ctl_airspeed_pgain |
Definition at line 91 of file energy_ctrl.c.
Referenced by v_ctl_climb_loop(), and v_ctl_init().
float v_ctl_altitude_pgain |
Definition at line 90 of file energy_ctrl.c.
float v_ctl_altitude_pre_climb |
Path Angle.
Definition at line 89 of file energy_ctrl.c.
float v_ctl_altitude_setpoint |
in meters above MSL
Definition at line 88 of file energy_ctrl.c.
float v_ctl_auto_airspeed_setpoint |
in meters per second
Definition at line 121 of file energy_ctrl.c.
Referenced by flight_benchmark_periodic(), gls_run(), send_airspeed(), send_desired(), v_ctl_altitude_loop(), v_ctl_climb_loop(), and v_ctl_init().
float v_ctl_auto_groundspeed_igain |
Definition at line 127 of file energy_ctrl.c.
Referenced by v_ctl_climb_loop(), and v_ctl_init().
float v_ctl_auto_groundspeed_pgain |
Definition at line 126 of file energy_ctrl.c.
Referenced by v_ctl_climb_loop(), and v_ctl_init().
float v_ctl_auto_groundspeed_sum_err |
Definition at line 128 of file energy_ctrl.c.
Referenced by v_ctl_climb_loop(), and v_ctl_init().
float v_ctl_auto_pitch_of_airspeed_dgain |
Definition at line 113 of file energy_ctrl.c.
Referenced by v_ctl_climb_loop(), and v_ctl_init().
float v_ctl_auto_pitch_of_airspeed_igain |
Definition at line 112 of file energy_ctrl.c.
Referenced by v_ctl_climb_loop(), and v_ctl_init().
float v_ctl_auto_pitch_of_airspeed_pgain |
Definition at line 111 of file energy_ctrl.c.
Referenced by v_ctl_climb_loop(), and v_ctl_init().
float v_ctl_auto_throttle_climb_throttle_increment |
Definition at line 106 of file energy_ctrl.c.
float v_ctl_auto_throttle_nominal_cruise_pitch |
Definition at line 105 of file energy_ctrl.c.
Referenced by v_ctl_climb_loop(), and v_ctl_init().
float v_ctl_auto_throttle_nominal_cruise_throttle |
Definition at line 104 of file energy_ctrl.c.
float v_ctl_auto_throttle_of_airspeed_igain |
Definition at line 110 of file energy_ctrl.c.
Referenced by v_ctl_climb_loop(), and v_ctl_init().
float v_ctl_auto_throttle_of_airspeed_pgain |
Definition at line 109 of file energy_ctrl.c.
Referenced by v_ctl_climb_loop(), and v_ctl_init().
float v_ctl_auto_throttle_pitch_of_vz_pgain |
Definition at line 107 of file energy_ctrl.c.
float v_ctl_desired_acceleration |
Definition at line 101 of file energy_ctrl.c.
Referenced by v_ctl_climb_loop().
float v_ctl_energy_diff_igain |
Definition at line 119 of file energy_ctrl.c.
Referenced by v_ctl_climb_loop(), and v_ctl_init().
float v_ctl_energy_diff_pgain |
Definition at line 118 of file energy_ctrl.c.
Referenced by v_ctl_climb_loop(), and v_ctl_init().
float v_ctl_energy_total_igain |
Definition at line 116 of file energy_ctrl.c.
Referenced by v_ctl_climb_loop(), and v_ctl_init().
float v_ctl_energy_total_pgain |
Definition at line 115 of file energy_ctrl.c.
Referenced by v_ctl_climb_loop(), and v_ctl_init().
float v_ctl_max_acceleration |
Definition at line 95 of file energy_ctrl.c.
Referenced by v_ctl_climb_loop(), and v_ctl_init().
float v_ctl_max_climb |
Definition at line 94 of file energy_ctrl.c.
Referenced by v_ctl_altitude_loop(), and v_ctl_init().