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
Gus Grubba
94504df906
Handle parameter out of bounds when setting options change.
...
Increase param ack timeout.
Retry when param set failed.
8 years ago
Gus Grubba
c4407d148d
Remove external TTS dependencies.
8 years ago
Gus Grubba
e685642b63
Move Text To Speech to QTextToSpeech
...
This needs Qt 5.9. Do not merge it yet.
8 years ago
Don Gagne
eb1fcc590b
Merge pull request #5516 from DonLakeFlyer/WriteMission
...
Mission upload: Extra paranoia around write index list
8 years ago
Don Gagne
dc0cd5fa73
Extra paranoia around write index list
8 years ago
Gus Grubba
82484b49ef
Merge branch 'Stable_V3.2' into cameraControl
...
* Stable_V3.2:
Better handling a mission altitude default
Change to fixed value is altitude when switching to Manual grid
New coloring for child indicators
Add new map indicator colors
Correct hiding of heading on TAKEOFF command
Home Position reset while in edit mode
8 years ago
Don Gagne
878d443cdf
Merge pull request #5508 from DonLakeFlyer/Fixes
...
Mission/Survey related fixes
8 years ago
DonLakeFlyer
579b7b0707
Better handling a mission altitude default
...
* If new Survey is set to altitude fixed value then use mission default
altitude
* If the user applies a new altitude to the entire mission change
surveys to fixed altitude and apply altitude
8 years ago
DonLakeFlyer
3aadceca15
Change to fixed value is altitude when switching to Manual grid
...
This way if the user switches away from manual the altitude is preserved
8 years ago
DonLakeFlyer
37bcff0d7d
New coloring for child indicators
8 years ago
DonLakeFlyer
45056a5479
Add new map indicator colors
8 years ago
Gus Grubba
7c243a53dc
Camera Manager instance management.
...
Remove/comment off debug output pollution
8 years ago
Gus Grubba
b9355226e8
Storage in MiB instead of kiB
8 years ago
Gus Grubba
65514a8f1a
Some crazy shit in UAS.cc was using an array of 256 bytes to handle received messages and mapping them to components. Well, any message ID over 255 would cause a buffer overrun.
8 years ago
Gus Grubba
1703a30c7e
c++ ownership and memory guards
8 years ago
Gus Grubba
d2964086d4
Removing old garbage
8 years ago
Don Gagne
26ee7f8989
Merge pull request #5495 from DonLakeFlyer/TakeoffFix
...
Correct hiding of heading on TAKEOFF command
8 years ago
Gus Grubba
51112deb5a
Rename CAMERA_MODE to avoid conflict with mavlink enum
...
Remove debug output
Fact enumStrings and enumValues can not be changed independently. Therefore you only need one signal.
8 years ago
DonLakeFlyer
1c29cbfd99
Correct hiding of heading on TAKEOFF command
8 years ago
Don Gagne
f9fb25e214
Merge pull request #5494 from DonLakeFlyer/HomeFix
...
Plan: Update home position when loading plan after vehicle already connected
8 years ago
Gus Grubba
94624aa312
Various fixes and optimizations.
8 years ago
DonLakeFlyer
2d1f2d193e
Home Position reset while in edit mode
8 years ago
Gus Grubba
3065d1a9d8
Pulling mavlink with a reversal for the CAMERA_IMAGE_CAPTURED message. It's now back as it was so it won't break existing code.
...
The pull also brought changes to the GPS_RAW_INT message. Only MockLink uses. I entered zeros for all new fields.
8 years ago
Gus Grubba
868adb9e78
Typos and updating mavlink.
8 years ago
Gus Grubba
25d43fd762
MAVLink cleanup
8 years ago
Gus Grubba
5856f8699f
Camera parameters caching.
8 years ago
Gus Grubba
62c380c610
Missing header under Linux
8 years ago
Gus Grubba
b2eb65ca87
Use signals instead.
8 years ago
Gus Grubba
2995ae9f89
Broadcast camera parameter loading done.
8 years ago