Gus Grubba
9f41c6eaf5
Build fix due to MAVLink update.
8 years ago
Gus Grubba
52160d8019
MAVLink signing (WIP)
8 years ago
Gus Grubba
2826dc7247
Fixing uninitialized variable warning.
8 years ago
Gus Grubba
3c95e7b8c5
Merge branch 'Stable_V3.2' of https://github.com/mavlink/qgroundcontrol into cameraControl
...
# Conflicts:
# src/MissionManager/CameraSection.FactMetaData.json
Fixed missing "Survey" mode.
8 years ago
Don Gagne
2e155a4c47
Merge pull request #5596 from DonLakeFlyer/Rename
...
Rename camera modes for usability
8 years ago
DonLakeFlyer
3c7c305491
Rename modes for usability
8 years ago
Don Gagne
2449895c3a
Merge pull request #5595 from DonLakeFlyer/Fixes
...
Flight Speed changes were not flowing through rest of mission items
8 years ago
DonLakeFlyer
01a49a4ce3
Anal logging to track down resume mission state problem
8 years ago
DonLakeFlyer
bfe6d60998
Fix flight speed signaling to update further mission items
8 years ago
Gus Grubba
bd872361c2
Merge branch 'Stable_V3.2' of https://github.com/mavlink/qgroundcontrol into cameraControl
8 years ago
Don Gagne
ee83b76bf6
Merge pull request #5592 from DonLakeFlyer/ResumeMission
...
Resume mission fixes
8 years ago
DonLakeFlyer
a476cf58d9
Fix resume mission generation and crashes
...
* Resume index adjust to previous coordinate command
* Takeoff always added to resume mission
* Remove camera id checks which are no longer part of spec
* Simplified de-dup logic
8 years ago
DonLakeFlyer
aee8ac12c2
Stop noisy logging
8 years ago
Don Gagne
bad9ed5787
Merge pull request #5587 from DonLakeFlyer/SurvetFixes
...
Survey fixes
8 years ago
DonLakeFlyer
fc25bd3ebd
Fix camera shot calculation
8 years ago
DonLakeFlyer
16657ae439
Add missing settings to Manual grid
8 years ago
DonLakeFlyer
ae5b704d94
Remove extra plugin
8 years ago
Gus Grubba
dbf4cd4dd8
Make slots protected instead of private.
8 years ago
Gus Grubba
0446c70d38
Merge pull request #5580 from DonLakeFlyer/SurveyMode
...
CAMERA_MODE_IMAGE_SURVEY support
8 years ago
DonLakeFlyer
e1fb25c6aa
CAMERA_MODE_IMAGE_SURVEY support
8 years ago
Gus Grubba
f10ac35f5b
Mavlink update (picking up the new CAMERA_MODE_IMAGE_SURVEY enum for MAV_CMD_SET_CAMERA_MODE.
8 years ago
Don Gagne
a38d8e2360
Merge pull request #5566 from DonLakeFlyer/AndroidDebuggable
...
Android: Add debuggable to manifest
8 years ago
Don Gagne
82e01bb997
Merge pull request #5565 from mavlink/DNSLookup
...
Split internet test into separate DNS lookup and connection.
8 years ago
DonLakeFlyer
cc1fa95942
Add debuggable to manifest
8 years ago
Gus Grubba
9dcfa761c3
Merge branch 'DNSLookup' of https://github.com/mavlink/qgroundcontrol into cameraControl
8 years ago
Gus Grubba
09fcec3343
Forgot to initialize variable when copying/pasting from another branch.
8 years ago
Gus Grubba
587c6f9cc6
Split internet test into separate DNS lookup and connection.
8 years ago
Don Gagne
18371abe04
Merge pull request #5560 from DonLakeFlyer/InstrumentWidgetAlternateSetup
...
Intrument Widget alternate control: Fix broken settings dialog display
8 years ago
Don Gagne
d54d5bbd6b
Merge pull request #5562 from DonLakeFlyer/BufferOverrun
...
Stable: Buffer overrun in UAS.cc
8 years ago
Don Gagne
3da7cf57ef
Merge pull request #5561 from DonLakeFlyer/OfflineMap
...
Offline map: Use FlightMap as base
8 years ago
Gus Grubba
9e04bc163b
Merge branch 'textToSpeech' of https://github.com/mavlink/qgroundcontrol into cameraControl
8 years ago
Gus Grubba
f384be7ee4
Buffer overrun in UAS.cc
8 years ago
DonLakeFlyer
0f53ef5cf7
Use FlightMap as base for offline map
...
This way:
* GCS location is shown
* It follows same centering semantics of FlightMap
* Note: Vehicle is not shown
8 years ago
DonLakeFlyer
9036f90481
Fix broken settings dialog display
8 years ago
Don Gagne
a3490362d5
Merge pull request #5546 from DonLakeFlyer/ForceSaveResetDefaultAdvanced
...
Parameter force save and default disabled in non-advanced mode
8 years ago
Gus Grubba
dec4ee1f1b
Postpone parameter updates for a bit.
8 years ago
Gus Grubba
d9baef94d5
Instead of resetting all parameters when some parameter change, explicitly define list of parameters that must be requested when a given parameter change.
8 years ago
DonLakeFlyer
d2b7b785bc
Parameter force save and default disabled in non-advanced mode
8 years ago
Gus Grubba
696cf7c826
Allow derived classes to process and validate incoming parameters.
...
Retry requests for storage and capture info.
8 years ago
Don Gagne
bb25081bbe
Merge pull request #5543 from DonLakeFlyer/Fixes
...
Fixes: Mission linux libs, Console save to file
8 years ago
DonLakeFlyer
6e132728c5
Fix console save to file
8 years ago
DonLakeFlyer
0a16a1fe29
Add missing Linux libs
8 years ago
Gus Grubba
2a777cc84f
Merge branch 'Stable_V3.2' of https://github.com/mavlink/qgroundcontrol into cameraControl
8 years ago
Gus Grubba
aa490d2c6e
Added the concept of a read only parameter.
...
Removed guess work from what parameters must be refreshed/updated when some other parameter changes. Added a "reset" flag that indicates when a certain parameter changes, the list must be reloaded.
Don't send a signal when setting a fact if the new value is the same.
8 years ago
Don Gagne
bd28760771
Merge pull request #5537 from DonLakeFlyer/ResumeMissionFail
...
Better handling of resume mission upload failures
8 years ago
Don Gagne
595fb58e43
Merge pull request #5538 from DonLakeFlyer/MapInternetTest
...
Internet availability test fixes
8 years ago
DonLakeFlyer
62d3098e69
Internet availability test fixes
8 years ago
DonLakeFlyer
2cbbcdadc9
Better handling of resume mission upload failures
8 years ago
Gus Grubba
c5fc519e51
Do not try to set limited option. Firmware must handle it on its own. Request new option instead.
8 years ago
Gus Grubba
daa2502a5a
Updating MAVLink
...
Fixed inverse logic in camera parameter retry count
Skip close timeout if not Windows
8 years ago