Don Gagne
944d7224f8
Merge pull request #4350 from DonLakeFlyer/APMOnboardCal
...
ArduPilot: Onboard compass cal support
8 years ago
Don Gagne
d3174b1c6d
Bug fix
8 years ago
Don Gagne
465999bf2a
Ardupilot onboard compass cal support
8 years ago
Don Gagne
b317b17cd3
Remove unused signal/slot
8 years ago
Don Gagne
9f8e053028
Plugin resource restructuring
8 years ago
Don Gagne
7af82baf1d
Merge pull request #4349 from DonLakeFlyer/LinkReference
...
LinkInterface/LinkConfiguration now reference counter using QSharedPointer
8 years ago
Don Gagne
3b8a69ad9e
Update android build to LinkReference changes
8 years ago
Don Gagne
fd6a2f9064
Remove xbee
8 years ago
Don Gagne
2374891c3e
Remove XBee support
...
Even though it hasn't been supported forever, the files where still
being compiled
8 years ago
Don Gagne
d7f2c8f548
Fix compiler errors
8 years ago
Don Gagne
76677481f6
Reference counting for LinkInterface, LinkConfiguration
...
Prevent shutdown ordering crashes
8 years ago
Don Gagne
5040e3d933
Use ArduPilot for testing
...
PX4 doesn't retry commands by default
8 years ago
Don Gagne
e6d7a3d886
Merge pull request #4346 from DonLakeFlyer/UseNaN
...
Change priority of messages from which altitude comes from
8 years ago
Don Gagne
2f3d27bd55
Change priority of messages from which altitude comes from
...
Also changed GPS FactGroup values to use NaN appropriately to show
unavailable values.
8 years ago
Don Gagne
e4f91c4a71
Merge pull request #4340 from DonLakeFlyer/CommLinksDynamic
...
Don't show dynamic links in Comm Links
8 years ago
Don Gagne
d67ecc8e2b
Merge pull request #4339 from DonLakeFlyer/PX4CommandRetry
...
Turn off command retry logic for PX4 Stack
8 years ago
Don Gagne
0ac444d9b5
Naming changes
...
No need to add dynamic MockLink comm links
8 years ago
Don Gagne
4f5346de2a
Naming change
8 years ago
Don Gagne
5d2503d52c
Hide dynamic links
8 years ago
Don Gagne
57eb94e062
Turn off command retry logic for PX4 Stack
8 years ago
Don Gagne
23eb60d374
Merge pull request #4327 from bluerobotics/compassIcon
...
Change airplane compass icon to generic arrow icon
8 years ago
Don Gagne
d4b272eb11
Merge pull request #4315 from bluerobotics/nullpointerCrash
...
Null pointer issue
8 years ago
Don Gagne
f7f8044338
Merge pull request #4337 from yl5006/master
...
the message handleAltitude
8 years ago
yaoling
1ead374cf0
the message handleAltitude
...
altitudeAMSL and altitudeRelative do not need divide 1000,the unit is meter and float format。 can you use _handleGlobalPositionInt message for altitudeAMSL and altitudeRelative? because _handleGlobalPositionInt is default 5Hz and _handleAltitude is 1Hz.
8 years ago
Rustom Jehangir
54c158c8b5
Update map vehicle icon to match new compass arrow icon.
8 years ago
Rustom Jehangir
aff2247ff7
Thicken compass arrow icon for better visibility.
8 years ago
Don Gagne
3e4218355a
Merge pull request #4311 from DonLakeFlyer/Battery.current
...
Change battery.current to float with 2 decimal places
8 years ago
Don Gagne
5598105bb1
Merge pull request #4310 from NaterGator/wintextfix
...
Fix most (all?) QML font rendering glitches on Windows
8 years ago
Gus Grubba
dafd936331
Merge pull request #4331 from dogmaphobic/tilesServerProxy
...
Handling proxies when fetching tiles.
8 years ago
Gus Grubba
d2a7447853
Handling proxies when fetching tiles.
8 years ago
Gus Grubba
b8a2ef1ba2
Merge pull request #4330 from dogmaphobic/charting
...
Charting Tweaks
8 years ago
Gus Grubba
3262f6fc0a
Charting Tweaks
8 years ago
Rustom Jehangir
0cc2ce2853
Change airplane compass icon to generic arrow icon.
8 years ago
Gus Grubba
940a87b52a
Merge pull request #4319 from bkueng/disable_automatic_logstreaming
...
MAVLinkLogManager: disable automatic start of log streaming
8 years ago
Beat Küng
5db16aec23
MAVLinkLogManager: disable automatic start of log streaming
...
It's not desired to have automatic log streaming for several reasons:
- There's already SD logging (which is the case for the majority of the
users)
- The link does not provide the necessary bandwidth (eg. wireless telemetry)
8 years ago
Gus Grubba
39dbb7aa24
Merge pull request #4317 from dogmaphobic/MAVLinkLogging
...
Updated MAVLink logging to the new “flightreport" form upload.
8 years ago
Gus Grubba
51e1fe0d7f
Updated MAVLink logging to the new “flightreport" form upload.
8 years ago
Rustom Jehangir
8f1aac18db
Check for null pointer to avoid crash.
8 years ago
Don Gagne
43ad0f5634
Change battery.current to float with 2 decimal places
8 years ago
Don Gagne
36ce0c1df6
Merge pull request #4308 from DonLakeFlyer/SendMavTimer
...
Vehicle::sendMavCommand Incorrect setSingleShot
8 years ago
Nate Weibley
a0c1f8c08d
Fix most (all?) QML font rendering glitches on Windows
8 years ago
Don Gagne
19a80ae1da
Merge pull request #4306 from DonLakeFlyer/CorrectMavlinkHandling
...
Correct message handling: GPS_RAW_INT, GLOBAL_POSITION_INT, VFR_HUD, ALTITUDE
8 years ago
Don Gagne
47f18d80c0
Incorrect setSingleShow
8 years ago
Don Gagne
004bda505b
Correct guided mode AMSL versus Relative handling
8 years ago
Don Gagne
099fe046c4
Remove unused code
...
* Some code moved to Vehicle
8 years ago
Don Gagne
8c548e56c4
Satellite count should be int
8 years ago
Don Gagne
12e5dd7145
Correct handling of GPS_RAW_INT, GLOBAL_POSITION_INT, VFR_HUD
...
* Moved from UAS
* Remove unused code
8 years ago
Don Gagne
23d3eb50ea
Merge pull request #4301 from DonLakeFlyer/MainToolbarIndicators
...
Toolbar: Remove global property usage
8 years ago
Don Gagne
c916dc1de3
Merge pull request #4300 from DonLakeFlyer/sendMavCommandFixes
...
Vehicle::sendMavCommand fixes
8 years ago
Don Gagne
e57d3c7c77
Merge pull request #4299 from DonLakeFlyer/FlightDisplayViewVideoQmldir
...
Add missing FlightDisplayViewVideo to qmldir
8 years ago