Skip to content

Commit

Permalink
config: fix "Not Ready" status by changing COM_RC_IN_MODE to 4. Not i…
Browse files Browse the repository at this point in the history
…t is "Ready To Fly"
  • Loading branch information
PonomarevDA committed Mar 17, 2024
1 parent 5d98537 commit b12360f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/px4/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ CBRK_SUPPLY_CHK: 894281
COM_ARM_CHK_ESCS: 0
CBRK_IO_SAFETY: 22027
SYS_BOARD_SENS: 0
COM_RC_IN_MODE: 1
COM_RC_IN_MODE: 4 # Stick input disabled (it used to be 1 and the vehicle was Not ready).
FD_ACT_EN: 0 # Enable Actuator Failure check

WV_EN: 0 # Weather vane. By default Enabled.
Expand Down

0 comments on commit b12360f

Please sign in to comment.