qgroundcontrol
qgroundcontrol copied to clipboard
joystick button action for gear
It would be nice to have a button configuration for gear lif/down when using joystick
I don't believe PX4 currently has a way to control landing gear over mavlink. MAV_CMD_AIRFRAME_CONFIGURATION sounds appropriate.
Then on the QGC side we should expand the set of predefined commands the are available for joystick. Things like gear, camera control, etc.
I wanted to use retracts but there is no current way to do it except using the AUX controls in the mixer and then automate it with set servo...
It would be nice to have landing retracts option.
The other problem I see is there is no good implementation for RC Joystick control exchange. In the current implementation there is no way you can use RC and Joystick in parallel, which means you have to only use Joystick if you want your Joystick buttons to work properly. Otherwise the RC is having the control all the time.
Because we are using a pro ground station we can test a lot the Joystick operations in parallel to RC. There is definitely a room for improvement in this area. Our idea was to have a software toggle switch in QGC that can be used to transfer the control between the two.
I don't believe PX4 currently has a way to control landing gear over mavlink. MAV_CMD_AIRFRAME_CONFIGURATION sounds appropriate.
Then on the QGC side we should expand the set of predefined commands the are available for joystick. Things like gear, camera control, etc.
ArduPilot supports MAV_CMD_AIRFRAME_CONFIGURATION
@dagar , could you check PR #10325 ?