Browse Source

commander_params: COM_RC_IN_MODE - comment out of date (#19634)

main
Hamish Willee 3 years ago committed by GitHub
parent
commit
5f953fd1da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      src/modules/commander/commander_params.c

9
src/modules/commander/commander_params.c

@ -185,10 +185,11 @@ PARAM_DEFINE_INT32(COM_HOME_IN_AIR, 0);
/** /**
* RC control input mode * RC control input mode
* *
* The default value of 0 requires a valid RC transmitter setup. * A value of 0 enables RC transmitter control (only). A valid RC transmitter calibration is required.
* Setting this to 1 allows joystick control and disables RC input handling and the associated checks. A value of * A value of 1 allows joystick control only. RC input handling and the associated checks are disabled.
* 2 will generate RC control data from manual input received via MAVLink instead * A value of 2 allows either RC Transmitter or Joystick input. The first valid input is used, will fallback to other sources if the input stream becomes invalid.
* of directly forwarding the manual input data. * A value of 3 allows either input from RC or joystick. The first available source is selected and used until reboot.
* A value of 4 ignores any stick input.
* *
* @group Commander * @group Commander
* @min 0 * @min 0

Loading…
Cancel
Save