mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-30 01:10:34 +08:00
ManualControlSelector: Allow disabling stick input
This commit is contained in:
committed by
Daniel Agar
parent
300e439144
commit
897775f38d
@@ -252,11 +252,12 @@ PARAM_DEFINE_INT32(COM_HOME_IN_AIR, 0);
|
||||
*
|
||||
* @group Commander
|
||||
* @min 0
|
||||
* @max 3
|
||||
* @max 4
|
||||
* @value 0 RC Transmitter only
|
||||
* @value 1 Joystick only
|
||||
* @value 2 RC and Joystick with fallback
|
||||
* @value 3 RC or Joystick keep first
|
||||
* @value 4 Stick input disabled
|
||||
*/
|
||||
PARAM_DEFINE_INT32(COM_RC_IN_MODE, 3);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user