Hi!
I’m using my hexacopter with Mavproxy commands and python code. For instance, I want my UAV to take off so I use the following command:
python takeoff.py 10
There isn’t problem with that but I can’t control it with my RC during the process.
Is it possible to add a line to the aim to override the MavProxy process and let the RC handle?
I’ve already seen solutions with downgrading the MavProxy version.
Note: I only can use the ermegency switch.
Thanks!