I would like to have the motor emergency stop feature in ardupilot with long press on button A and D, is there a way to do this? previously, I have have been using two switches on a futaba radio which are mixed to one channel which again activates the emergency stop, but as far as I know, this is not possible to do with Herelink.
It could be that I was not specific enough. I would like to push and hold BOTH button A and D for the motors to stop, and I think that if going the SBUS way, the Herelink would need to have some mixing functionality to make it work.
The mavlink way might work, but I guess I will need to write a LUA script for the autopilot where
it pics up both channels which long press A and D is picked up, and if True, it sends the mavlink command to shut down the motors.
Is it possible to add a mixer functionallity to future herelink versions?
Hi Oyvin, did you get to the bottom of this? I spent 2 days trying this exact button combo before stumbling on your thread. Long press/ short press, non-latch…without luck. I thought of a lua script but wasn’t sure it would be enough of a failsafe.