HelloI'm using a pixhawk with arducopter 3.2.1 firmware and a frsky taranis RC. I want that the RC failsafe that is built in the firmware to activate not immediately when the RC signal is lost but lets say 10 seconds after the RC connection loss.Is…
For people who participated in development of autonomous flight using Pixhawk.I wish to collect some statistics: Where your code is located?1) Inside the Pixhawk's firmware.2) The whole code is running on external computer.3) On both sides.
"Hey Nicolas-Michael,
Thank you for your response!
I managed to send those commands. And it work!
But my aim is to control the quad on a lower level via MAVLink commands (like MANUAL_CONTROL, RC_CHANNELS_OVERRIDE..)
And about vibration of the video.…"
"That's an interesting question.
I am running MAVProxy on the on-board PC, and I changed the code of the MAVProxy a little. It runs a FLASK server, and it receives messages from the remote user in a string format like "arm throttle" or "rc 3 1500".…"
"Hey Nicolas-Michael!
I am making pretty same project as you do, and I am also trying to deal with same problem of controlling PixHawk from on-board computer.
The solution which I am trying to implement now is like this:I am connecting via MavProxy…"