mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-10 06:59:54 +08:00
fix extra parameter
This commit is contained in:
@@ -162,7 +162,8 @@ void guidance_v_run(bool_t in_flight) {
|
||||
if (in_flight) {
|
||||
// we should use something after the supervision!!! fuck!!!
|
||||
int32_t cmd_hack = Chop(stabilization_cmd[COMMAND_THRUST], SUPERVISION_MIN_MOTOR, SUPERVISION_MAX_MOTOR);
|
||||
gv_adapt_run(ins_ltp_accel.z, cmd_hack, guidance_v_zd_ref);
|
||||
gv_adapt_run(ins_ltp_accel.z, cmd_hack);
|
||||
//gv_adapt_run(ins_ltp_accel.z, cmd_hack, guidance_v_zd_ref);
|
||||
}
|
||||
else {
|
||||
// reset vertical filter until takeoff
|
||||
|
||||
Reference in New Issue
Block a user