I am flying the copter using a RasPi as a companion computer which I SSH into from my laptop over an AdHoc wifi connection. Mavproxy is run on the companion computer.
I am able to perform most tasks I need.
However when I attempt to perform AutoTune I get the following error:
AP: Mode change to AUTOTUNE failed: initialisation failed
the process I am following is:
arm and take off to 2
mode loiter (OK)
mode AutoTune
LOITER> Got COMMAND_ACK: DO_SET_MODE: FAILED
AP: Mode change to AUTOTUNE failed: initialisation failed
AP: EKF3 IMU0 MAG0 in-flight yaw alignment complete
AP: EKF3 IMU1 MAG0 in-flight yaw alignment complete
mode AutoTune
LOITER> Got COMMAND_ACK: DO_SET_MODE: FAILED
on other attempts I just get:
LOITER> Got COMMAND_ACK: DO_SET_MODE: FAILED
AP: Mode change to AUTOTUNE failed: initialisation failed
on an earlier attempt I also got:
AP: Mode change to AUTOTUNE failed: initialisation failed
AP: Battery 1 is low 10.33V used 68 mAh
AP: Battery Failsafe
The battery was 90% charge at the time and it was reported at 80% at the end of the flight.
Is it even possible to perform Autotune without a controller, and just using Mavproxy?