mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-12 17:40:36 +08:00
Commander: allow disabling RC loss failsafe for mission, hold, offboard independently
This commit is contained in:
@@ -2575,7 +2575,8 @@ Commander::run()
|
||||
static_cast<offboard_loss_actions_t>(_param_com_obl_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());
|
||||
_param_com_rcl_act_t.get(),
|
||||
_param_com_rcl_except.get());
|
||||
|
||||
if (nav_state_changed) {
|
||||
_status.nav_state_timestamp = hrt_absolute_time();
|
||||
|
||||
Reference in New Issue
Block a user