- Jul 26, 2020
-
-
DonLakeFlyer authored
Cleanup duplicated magic numbers in joystick code
-
- Jun 13, 2020
-
-
DonLakeFlyer authored
LinkInterface and Vehicle uses mutexes to synchronize writing bytes to the link instead of queued signals
-
- May 25, 2020
-
-
DoinLakeFlyer authored
Cherry pick joystick fixes from stable and fixup merge
-
- Apr 15, 2020
-
-
DoinLakeFlyer authored
Add support for multi-press joystick buttons
-
- Mar 25, 2020
-
-
Philipp Borgers authored
This commit adds the emergency stop as button action to the joystick. Enables a user to map emergency stop to a button of the joystick.
-
- Feb 01, 2020
-
-
Gus Grubba authored
-
- Jan 03, 2020
-
-
DoinLakeFlyer authored
Allow plugin to add flight modes to joystick button actions
-
- Jul 30, 2019
-
-
Gus Grubba authored
-
Gus Grubba authored
-
- Jul 27, 2019
-
-
Gus Grubba authored
-
- Jul 26, 2019
-
-
Gus Grubba authored
-
Gus Grubba authored
-
- Jul 25, 2019
-
-
Gus Grubba authored
-
- Jul 19, 2019
-
-
Gus Grubba authored
-
- Jul 18, 2019
-
-
Gus Grubba authored
Support up to 64 buttons, not limit to 16 Send a single button command and not a stream of commands at 25Hz Send button commands through signals (it's coming from a different thread) Hide gimbal support through analog channels (there are no MAVLink messages to handle it)
-
- Jul 17, 2019
-
-
Gus Grubba authored
Map gimbal controls Keep track of gimbal position within Vehicle
-
Gus Grubba authored
Add gimbal to external control signal
-
- Jul 16, 2019
-
-
Gus Grubba authored
-
- Jul 15, 2019
-
-
Gus Grubba authored
Add camera trigger Add video start/stop/toggle recording Add gimbal pitch and yaw
-
- Jan 20, 2019
-
-
Don Gagne authored
Default to ThrottleModeDownZero
-
- Jan 06, 2019
-
-
Gus Grubba authored
-
- Jan 04, 2019
- Apr 04, 2018
-
-
Gus Grubba authored
-
- Mar 31, 2018
-
-
nanthony21 authored
-
nanthony21 authored
-
- Mar 30, 2018
-
-
Patrick José Pereira authored
Signed-off-by:
Patrick José Pereira <patrickelectric@gmail.com>
-
- Mar 13, 2018
-
-
Patrick José Pereira authored
Some digital joysticks have already this correction Add habilit to add or removecircle correction Signed-off-by:
Patrick José Pereira <patrickelectric@gmail.com>
-
DonLakeFlyer authored
-
- Feb 06, 2018
-
-
nanthony21 authored
Joystick axes and buttons can now be monitored even when the joystick input is disabled.
-
- Sep 18, 2017
-
-
Jacob Walser authored
-
- Sep 12, 2017
-
-
khancyr authored
-
Pierre Kancir authored
-
- Mar 26, 2017
-
-
nanthony21 authored
Revert "Removed code that cut off the last 25% of joystick motion in either direction. I'm not sure what the original purpose of this code was." This reverts commit 4c34fb38.
-
- Mar 24, 2017
-
-
Nick Anthony authored
-
- Mar 14, 2017
-
-
nanthony21 authored
-
nanthony21 authored
Changed Joystick._exponential from bool to float. It can now be set between 0 and -0.5 by user using a slider.
-