Lorenz Meier
c6f0dfd53f
Update PX4 meta
9 years ago
Don Gagne
bcade36575
Rover radio cal fixes
...
Throttle trim must be center throttle
9 years ago
Don Gagne
269ce5215a
Don't force guided mode on GoToLocation
9 years ago
Don Gagne
d90e7aa06d
Merge pull request #3610 from DonLakeFlyer/UseCompass
...
Support for "Use compass" params
9 years ago
Don Gagne
dfaafee238
Merge pull request #3606 from DonLakeFlyer/MissionLoad
...
Plan: Mission loads from vehicle automatically
9 years ago
Don Gagne
d23621eb3b
Merge pull request #3620 from DonLakeFlyer/RoverFixes
...
Rover fixes
9 years ago
Don Gagne
5350467e77
Merge pull request #3618 from DonLakeFlyer/ParamLoadFixes
...
Parameter loader fixes
9 years ago
Don Gagne
500892893a
Rover fixes
9 years ago
Don Gagne
ca438f8895
Performance fixes
...
- Cache only supported on PX4. Solo sends param updates at a high rate
to update gimbal values. This was causing the cache to update itself at
too high of a rate, killing performance, especially on iOS.
- Fixed read/write index usage to provide correct progress bar updates
9 years ago
Don Gagne
8af1668753
Arrival of secondary components can't be guaranteed
...
They may show up after parameters ready is signaled. No way around this
since this is a protocol problem. So can’t test secondary component.
9 years ago
Don Gagne
e791c3d6d4
Parameter support changes
...
- Now responds to request_list using a worker routine to send out
params one at a time
- Support for failure modes for unit testing
9 years ago
Don Gagne
901f6f6617
Fix bad type values
9 years ago
Don Gagne
8e6e066852
Add new ParameterLoader unit test
9 years ago
Don Gagne
9507d24cf9
Updated unit test support
9 years ago
Lorenz Meier
53a49fdcd2
Update PX4 param meta
9 years ago
Don Gagne
90cfe9db8b
Update to latest behavior
9 years ago
Don Gagne
cafffba657
Support for "Use compass" params
9 years ago
Don Gagne
9ccb906b1c
Correct single transaction checking
9 years ago
Don Gagne
3d12ff8d0e
Change mission loading model
...
Vehicle change: All items removed
Vehicle add: Request sync is not already in progress
9 years ago
Don Gagne
a982044a18
Cosmetic changes
9 years ago
Peter Barker
504d55a9a4
Vagrant fixes ( #3598 )
...
* Qt5.5.1 link corrected.
* Qt5.5.1 tarball saves to project's root directory
since qt_deps_tarball used to have prefix of /vagrant.
* Add requests to update machine setup for both Travis and Vagrant
* Vagrant: use config variable in place of static string
* Vagrant: init and update submodules
9 years ago
Don Gagne
4609fbe576
Merge pull request #3595 from NaterGator/missionedit
...
Defer loading and binding of mission editing QML components
9 years ago
Don Gagne
5166854967
Merge pull request #3597 from DonLakeFlyer/3.0Fixes
...
3.0 fixes
9 years ago
Don Gagne
3ad8eb43a2
Merge pull request #3594 from NaterGator/master
...
Removing duplicated QGCQGeoCoordinate
9 years ago
Don Gagne
6805ee2bce
Fix altitude slider min/max
9 years ago
Don Gagne
5c19516e7b
Fix checkbox alignment
9 years ago
Don Gagne
d535a6328c
Fix settings prompt on clean install
9 years ago
Nate Weibley
94abe381ca
Defer loading and binding of mission editing QML components, fix editor view syncs
9 years ago
Don Gagne
cfc673618c
Merge pull request #3593 from DonLakeFlyer/OrientationDlg
...
Don't show board orientation after compass cal
9 years ago
Don Gagne
b06f1030d7
Merge pull request #3592 from DonLakeFlyer/APMHomePosition
...
Disregard spurious MISSION_ITEM
9 years ago
Don Gagne
0245f6f7b7
Merge pull request #3584 from NaterGator/missionperformance
...
Rework mission lines + various mission-related bug fixes
9 years ago
Nate Weibley
876abd8d82
Removing duplicated QGCQGeoCoordinate
9 years ago
Don Gagne
f17a25f313
Don't show board orientation after compass cal
9 years ago
Don Gagne
8144e36227
Disregard spurious MISSION_ITEM
9 years ago
Nate Weibley
d5ab9686ce
More descriptive signal parameter for MissionItemEditor insert
9 years ago
Don Gagne
65c163f35b
Merge pull request #3589 from NaterGator/missionabbrev
...
Fixes ardupilot abbreviations for #3588
9 years ago
Don Gagne
f565f29016
Merge pull request #3585 from DonLakeFlyer/FlashingYield
...
Remove animation to save perf
9 years ago
Nate Weibley
2371b335b6
Fixes ardupilot abbreviations for #3588
9 years ago
Nate Weibley
deb279bf46
Correct camelCase
9 years ago
Don Gagne
fb4e7b39b9
Remove animation to save perf
9 years ago
Don Gagne
fdb13156c0
Merge pull request #3580 from DonLakeFlyer/JoystickSettle
...
Bump joystick settle constant
9 years ago
Nate Weibley
970e41aa07
Update the MissionController line model to a much faster and less expensive implementation
9 years ago
Nate Weibley
e7044bd2ce
Fix waypoint insertion so it actually works
9 years ago
Nate Weibley
be2fe6eab7
Add insert back in. Somehow it snuck out
9 years ago
Nate Weibley
25c709b49f
Fix mission editor QML does not properly reflect home is selected on mission load from disk
9 years ago
Nate Weibley
6f64b236ad
Use QGroundControlQmlGlobal::offlineEditingFirmwareType to load offline mission type
...
Instantiating QSettings on the stack is quite expensive (full file read+parse each time) and this was done in a tight loop with mission items as they were dragged. Very slow.
9 years ago
Nate Weibley
386b34f666
Bind direction to QGeoCoordinates
9 years ago
Nate Weibley
5171223693
Make VisualMissionItems much less noisy when the same values are computed repeatedly
9 years ago
Nate Weibley
6240302be8
Updating CoordinateVector to be less noisy and easier to bind to VisualMissionItems
9 years ago
Nate Weibley
b669753da0
Add QmlObjectListModel method to replace an entire model's data in one step
9 years ago