Skip to content

Commit

Permalink
commander_params: enable RC override by default
Browse files Browse the repository at this point in the history
exclude the feature on the deltaquad upon request
  • Loading branch information
MaEtUgR committed Jul 16, 2019
1 parent c6253e2 commit 8c3aa65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ROMFS/px4fmu_common/init.d/airframes/13013_deltaquad
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ then
param set VT_TRANS_TIMEOUT 22
param set VT_F_TRANS_RAMP 4

param set COM_RC_OVERRIDE 0
fi

set MAV_TYPE 22
Expand Down
2 changes: 1 addition & 1 deletion src/modules/commander/commander_params.c
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ PARAM_DEFINE_FLOAT(COM_ARM_MAG, 0.15f);
* @boolean
* @group Commander
*/
PARAM_DEFINE_INT32(COM_RC_OVERRIDE, 0);
PARAM_DEFINE_INT32(COM_RC_OVERRIDE, 1);

/**
* Require valid mission to arm
Expand Down

0 comments on commit 8c3aa65

Please sign in to comment.