forked from Archive/PX4-Autopilot
Enable RC gamepad input in all HIL configs by default
This commit is contained in:
parent
283bca90d6
commit
c00b9885b5
|
@ -39,5 +39,8 @@ then
|
|||
param set FW_RR_P 0.3
|
||||
fi
|
||||
|
||||
# Enable gamepad / joystick support
|
||||
param set COM_RC_IN_MODE 2
|
||||
|
||||
set HIL yes
|
||||
set MIXER AERT
|
||||
|
|
|
@ -11,4 +11,7 @@ sh /etc/init.d/rc.mc_defaults
|
|||
|
||||
set MIXER quad_x
|
||||
|
||||
# Enable gamepad / joystick support
|
||||
param set COM_RC_IN_MODE 2
|
||||
|
||||
set HIL yes
|
||||
|
|
|
@ -11,4 +11,7 @@ sh /etc/init.d/rc.mc_defaults
|
|||
|
||||
set MIXER quad_+
|
||||
|
||||
# Enable gamepad / joystick support
|
||||
param set COM_RC_IN_MODE 2
|
||||
|
||||
set HIL yes
|
||||
|
|
|
@ -11,4 +11,7 @@ sh /etc/init.d/rc.fw_defaults
|
|||
|
||||
set HIL yes
|
||||
|
||||
# Enable gamepad / joystick support
|
||||
param set COM_RC_IN_MODE 2
|
||||
|
||||
set MIXER AERT
|
||||
|
|
|
@ -36,5 +36,8 @@ fi
|
|||
|
||||
set HIL yes
|
||||
|
||||
# Enable gamepad / joystick support
|
||||
param set COM_RC_IN_MODE 2
|
||||
|
||||
# Set the AERT mixer for HIL (even if the malolo is a flying wing)
|
||||
set MIXER AERT
|
||||
|
|
Loading…
Reference in New Issue