Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

commander_params: COM_RC_IN_MODE - comment out of date #19634

Merged
merged 7 commits into from
Jul 13, 2022
9 changes: 5 additions & 4 deletions src/modules/commander/commander_params.c
Original file line number Diff line number Diff line change
Expand Up @@ -228,10 +228,11 @@ PARAM_DEFINE_INT32(COM_HOME_IN_AIR, 0);
/**
* RC control input mode
*
* The default value of 0 requires a valid RC transmitter setup.
* Setting this to 1 allows joystick control and disables RC input handling and the associated checks. A value of
* 2 will generate RC control data from manual input received via MAVLink instead
* of directly forwarding the manual input data.
* With value 0 a valid RC transmitter calibration is required.
hamishwillee marked this conversation as resolved.
Show resolved Hide resolved
* A value of 1 allows joystick control only and disables RC input handling and the associated checks.
hamishwillee marked this conversation as resolved.
Show resolved Hide resolved
* A value of 2 allows both sources and will fall back to the next valid one once the stream in use gets invalid.
hamishwillee marked this conversation as resolved.
Show resolved Hide resolved
* A value of 3 allows either input from RC or joystick. The first available source is kept until reboot.
hamishwillee marked this conversation as resolved.
Show resolved Hide resolved
* A value of 4 ignores any stick input.
*
* @group Commander
* @min 0
Expand Down