forked from Archive/PX4-Autopilot
Remove sim configs default to joystick in
This commit is contained in:
parent
999982a033
commit
e3ea42a0c4
|
@ -39,8 +39,5 @@ 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,7 +11,4 @@ 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,7 +11,4 @@ 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,7 +11,4 @@ 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,8 +36,5 @@ 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