nanthony21
|
2e7789d6ad
|
Since a new vehicle begins joystick polling when it becomes active it makes sense
that it should also end joystick polling when it becomes inactive. Otherwise we
may have stray threads hangin around.
|
7 years ago |
nanthony21
|
2569fef554
|
Separate startJoystick from enableJoystick. Just because the joystick is not enabled doesn't mean that we don't want to be able to monitor its behavior
|
7 years ago |
nanthony21
|
328ad9eeee
|
joystick.outputMode is redundant since the vehicle class has its own "joystickEnabled"
|
7 years ago |
Don Gagne
|
3e759cfae5
|
Merge pull request #6285 from arwagoner/pr-rally-points-fix
rally point upload and download functionality
|
7 years ago |
amy wagoner
|
0e60829f87
|
Cleanup
|
7 years ago |
amy wagoner
|
5af0b35bea
|
Added rally point upload and download functionality
|
7 years ago |
Patrick José Pereira
|
08d11fd9ce
|
Joystick: Make circle correction on by default
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
|
7 years ago |
Don Gagne
|
858af395e5
|
Merge pull request #6279 from DonLakeFlyer/StableMerge
Stable merge
|
7 years ago |
Don Gagne
|
c4ff7197dd
|
Merge pull request #6275 from DonLakeFlyer/SerialEdit
Serial comm link: Allow editing of disconnected port
|
7 years ago |
Don Gagne
|
d2a1bb6f8c
|
Merge pull request #6283 from mavlink/revert-6280-pr-master_fix
Revert "PX4 PowerComponent add missing override"
|
7 years ago |
Don Gagne
|
8ddc18b9da
|
Revert "PX4 PowerComponent add missing override"
This reverts commit 0507fb9bdb .
|
7 years ago |
Daniel Agar
|
0507fb9bdb
|
PX4 PowerComponent add missing override
|
7 years ago |
DonLakeFlyer
|
47c6c032f6
|
Fix override
|
7 years ago |
DonLakeFlyer
|
0e3233da41
|
Merge branch 'Stable_V3.3' of https://github.com/mavlink/qgroundcontrol into StableMerge
|
7 years ago |
Don Gagne
|
a088a33068
|
Merge pull request #6276 from DonLakeFlyer/LogDownload
Log Download: Fix erase all
|
7 years ago |
DonLakeFlyer
|
a5ddd1e3b4
|
Fix virtual versus override
|
7 years ago |
DonLakeFlyer
|
4268b36498
|
Fix erase all
|
7 years ago |
DonLakeFlyer
|
42c5240239
|
Allow editing of disconnected port
|
7 years ago |
Don Gagne
|
07805f1694
|
Merge pull request #6274 from DonLakeFlyer/allowSetupWhileFlying
Power components allow setup while armed but not flying
|
7 years ago |
DonLakeFlyer
|
ad48fda2cb
|
Power components allow setup while armed but not flying
|
7 years ago |
Don Gagne
|
e8c6509d37
|
Merge pull request #6272 from DonLakeFlyer/FW_ARSP_MODE
Allow type coercion for FW_ARSP_MODE param
|
7 years ago |
DonLakeFlyer
|
479d8de266
|
Allow type coercion for FW_ARSP_MODE param
|
7 years ago |
Don Gagne
|
31582d6fc9
|
Merge pull request #6268 from DonLakeFlyer/CorridorScanCrash
Fix Corridor Scan crash
|
7 years ago |
DonLakeFlyer
|
d55ff903c3
|
Fix Windows compiler complaints
|
7 years ago |
DonLakeFlyer
|
00d3af4e4e
|
Fix strange Qml complaint causing crash
|
7 years ago |
Don Gagne
|
a40a857c35
|
Merge pull request #6260 from DonLakeFlyer/TerrainQueryLog
Terrain Query: Better logging
|
7 years ago |
Don Gagne
|
c0fa493fb6
|
Merge pull request #6259 from DonLakeFlyer/VertexReference
Corridor Scan: Fix bad Vertex reference
|
7 years ago |
DonLakeFlyer
|
1233726e12
|
Better logging
|
7 years ago |
Don Gagne
|
e156e8a8c0
|
Merge pull request #6254 from DonLakeFlyer/DisableGuidedActions
Allow custom build to disable guided actions on no RC
|
7 years ago |
DonLakeFlyer
|
3b255a8b1d
|
Better log output
|
7 years ago |
DonLakeFlyer
|
f57d805c3b
|
Handle no polygon case
|
7 years ago |
DonLakeFlyer
|
aab7795930
|
Typo
|
7 years ago |
PX4 Jenkins
|
159bf92310
|
Update PX4 Firmware metadata Sun Mar 25 00:37:06 EDT 2018
|
7 years ago |
Don Gagne
|
0d9f4025d6
|
Merge pull request #6253 from DonLakeFlyer/GlideSlope
Fixed Wing Landing pattern: Change from Descent Rate to Glide slope
|
7 years ago |
DonLakeFlyer
|
008da78c87
|
Allow custom build to disable guided actions on no RC
|
7 years ago |
DonLakeFlyer
|
825ba9e45e
|
Fix v1/v2 load semantics
|
7 years ago |
DonLakeFlyer
|
cf237be6f1
|
Fix radio button value setting
|
7 years ago |
Don Gagne
|
bda9e6dcff
|
Merge pull request #6250 from DonLakeFlyer/Fixes
Pile 'o bug fixes
|
7 years ago |
Don Gagne
|
1ac6cd32e1
|
FW Landing Glide Slope support
|
7 years ago |
PX4 Jenkins
|
1513ec55ba
|
Update PX4 Firmware metadata Fri Mar 23 00:37:06 EDT 2018
|
7 years ago |
Don Gagne
|
f09fedfc56
|
Merge pull request #6249 from DonLakeFlyer/DeprecatedWidget
Remove deprecated widget menu item
|
7 years ago |
DonLakeFlyer
|
908fe5db98
|
Fix wind direction to be positive
|
7 years ago |
DonLakeFlyer
|
2e6dc3ddea
|
Not parameter reset for ArduPilot
|
7 years ago |
DonLakeFlyer
|
e9293adb2b
|
Remove MavlinkQmlSingleton
|
7 years ago |
DonLakeFlyer
|
4c0ec79f50
|
Remove deprecated widget menu item
|
7 years ago |
Don Gagne
|
6ea50d34e9
|
Merge pull request #6248 from DonLakeFlyer/Stats
Make reusable Stats control for TransectStyleComplexItem
|
7 years ago |
DonLakeFlyer
|
cb901e7166
|
Make reusable Stats control for TransectStyleComplexItem
|
7 years ago |
Andreas Bircher
|
9b71c8fea3
|
Switch over to offline cachable queries for coordinate and path
|
7 years ago |
Don Gagne
|
9b9b9d7492
|
Merge pull request #6247 from DonLakeFlyer/Fixes
Random fixes
|
7 years ago |
Don Gagne
|
b59e014994
|
Merge pull request #6245 from DonLakeFlyer/RCCal
RC Cal: Fix mode 1 roll left/right images
|
7 years ago |