ArduPilot / ardupilot

ArduPlane, ArduCopter, ArduRover, ArduSub source
http://ardupilot.org/
GNU General Public License v3.0
11.02k stars 17.57k forks source link

Copter: Cannot ARM/DISARM in MODE2 using the game controller #28647

Open muramura opened 1 day ago

muramura commented 1 day ago

Bug report

Issue details

Game controller PS4 DUALSHOCK 4 is calibrated in MODE 2 and does not ARM or DISARM when operating ARM or DISARM with the stick

Version

ArduCopter V4.6.0-dev

Platform [ ] All [ ] AntennaTracker [X] Copter [ ] Plane [ ] Rover [ ] Submarine

Airframe type

QUAD/X

Hardware type

STAMPFLY

Logs

NONE

tpwrules commented 13 hours ago

The problem with game controllers is that they generally can't output minimum throttle and maximum yaw at the same time due to the circular aperture. I'm not sure this is Copter's fault, though the thresholds are fixed.

The software reading the controller and converting it into commands can calibrate or map differently to resolve this, though I don't know if any software supports that.