|
1 | 1 | # Parameters for using a Fixedwing with ROSflight firmware. |
2 | 2 |
|
3 | | -- {name: MOTOR_PWM_UPDATE, type: 6, value: 50} # Set pwm update rate for motor. |
4 | 3 | - {name: ARM_SPIN_MOTORS, type: 6, value: 0} # Do not set motors to spin when armed. |
5 | 4 | - {name: MOTOR_IDLE_THR, type: 9, value: .1} # Set motor to not idle at zero throttle. |
6 | | -- {name: ARM_CHANNEL, type: 6, value: 4} # Set to desired arm channel. |
| 5 | +- {name: RC_ARM_CHN, type: 6, value: 4} # Set to desired arm channel. |
7 | 6 | - {name: FIXED_WING, type: 6, value: 1} # Configure firmware for fixedwing. |
8 | 7 | - {name: PRIMARY_MIXER, type: 6, value: 10} # Set mixer to inverted vtail mixer |
9 | | -- {name: ELEVATOR_REV, type: 6, value: 1} # Option to reverse elevator. |
10 | | -- {name: AIL_REV, type: 6, value: 0} # Option to reverse Aileron. |
11 | | -- {name: RUDDER_REV, type: 6, value: 0} # Option to reverse rudder. |
12 | | -- {name: CAL_GYRO_ARM, type: 6, value: 0} # Option to calibrate gyro when arming (generally only for multi-rotors). |
| 8 | +- {name: REV_ELEVATOR, type: 6, value: 1} # Option to reverse elevator. |
| 9 | +- {name: REV_AILERON, type: 6, value: 0} # Option to reverse Aileron. |
| 10 | +- {name: REV_RUDDER, type: 6, value: 0} # Option to reverse rudder. |
| 11 | +- {name: ARM_CAL_GYRO, type: 6, value: 0} # Option to calibrate gyro when arming (generally only for multi-rotors). |
13 | 12 | - {name: RC_THR_OVRD_CHN, type: 6, value: 5} # Set pilot override channel for throttle control. |
14 | 13 | - {name: RC_ATT_OVRD_CHN, type: 6, value: 5} # Set pilot override channel for attitude control. |
15 | 14 | - {name: RC_ATT_CTRL_CHN, type: 6, value: 8} # TODO this should not be 8. |
16 | | -- {name: MIN_THROTTLE, type: 6, value: 0} # Set to not take the minimum of the commanded throttles. |
| 15 | +- {name: TAKE_MIN_THR, type: 6, value: 0} # Set to not take the minimum of the commanded throttles. |
17 | 16 | - {name: RC_OVRD_DEV, type: 9, value: 1.0} # Ignore any stick inputs when override is enabled. |
18 | 17 | - {name: RC_NUM_CHN, type: 6, value: 8} # Set the number of RC channels to max. |
19 | 18 | - {name: RC_F_AXIS, type: 6, value: 0} # Set the RC F axis (for the RC pilot) to be the x axis |
0 commit comments