mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 19:20:34 +08:00
Quadchute param update (#19351)
New parameter for actions after a quadchute (COM_QC_ACT) Co-authored-by: Jonas <jonas.perolini@rigi.tech> Co-authored-by: Matthias Grob <maetugr@gmail.com>
This commit is contained in:
@@ -2881,6 +2881,7 @@ Commander::run()
|
||||
_vehicle_land_detected.landed,
|
||||
static_cast<link_loss_actions_t>(_param_nav_rcl_act.get()),
|
||||
static_cast<offboard_loss_actions_t>(_param_com_obl_act.get()),
|
||||
static_cast<quadchute_actions_t>(_param_com_qc_act.get()),
|
||||
static_cast<offboard_loss_rc_actions_t>(_param_com_obl_rc_act.get()),
|
||||
static_cast<position_nav_loss_actions_t>(_param_com_posctl_navl.get()),
|
||||
_param_com_rcl_act_t.get(),
|
||||
|
||||
Reference in New Issue
Block a user