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.
9 years ago
Don Gagne
23eb60d374
Merge pull request #4327 from bluerobotics/compassIcon
...
Change airplane compass icon to generic arrow icon
9 years ago
Don Gagne
d4b272eb11
Merge pull request #4315 from bluerobotics/nullpointerCrash
...
Null pointer issue
9 years ago
Don Gagne
f7f8044338
Merge pull request #4337 from yl5006/master
...
the message handleAltitude
9 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.
9 years ago
Rustom Jehangir
54c158c8b5
Update map vehicle icon to match new compass arrow icon.
9 years ago
Rustom Jehangir
aff2247ff7
Thicken compass arrow icon for better visibility.
9 years ago
Don Gagne
3e4218355a
Merge pull request #4311 from DonLakeFlyer/Battery.current
...
Change battery.current to float with 2 decimal places
9 years ago
Don Gagne
5598105bb1
Merge pull request #4310 from NaterGator/wintextfix
...
Fix most (all?) QML font rendering glitches on Windows
9 years ago
Gus Grubba
dafd936331
Merge pull request #4331 from dogmaphobic/tilesServerProxy
...
Handling proxies when fetching tiles.
9 years ago
Gus Grubba
d2a7447853
Handling proxies when fetching tiles.
9 years ago
Gus Grubba
b8a2ef1ba2
Merge pull request #4330 from dogmaphobic/charting
...
Charting Tweaks
9 years ago
Gus Grubba
3262f6fc0a
Charting Tweaks
9 years ago
Rustom Jehangir
0cc2ce2853
Change airplane compass icon to generic arrow icon.
9 years ago
Gus Grubba
940a87b52a
Merge pull request #4319 from bkueng/disable_automatic_logstreaming
...
MAVLinkLogManager: disable automatic start of log streaming
9 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)
9 years ago
Gus Grubba
39dbb7aa24
Merge pull request #4317 from dogmaphobic/MAVLinkLogging
...
Updated MAVLink logging to the new “flightreport" form upload.
9 years ago
Gus Grubba
51e1fe0d7f
Updated MAVLink logging to the new “flightreport" form upload.
9 years ago
Rustom Jehangir
8f1aac18db
Check for null pointer to avoid crash.
9 years ago
Don Gagne
43ad0f5634
Change battery.current to float with 2 decimal places
9 years ago
Don Gagne
36ce0c1df6
Merge pull request #4308 from DonLakeFlyer/SendMavTimer
...
Vehicle::sendMavCommand Incorrect setSingleShot
9 years ago
Nate Weibley
a0c1f8c08d
Fix most (all?) QML font rendering glitches on Windows
9 years ago
Don Gagne
19a80ae1da
Merge pull request #4306 from DonLakeFlyer/CorrectMavlinkHandling
...
Correct message handling: GPS_RAW_INT, GLOBAL_POSITION_INT, VFR_HUD, ALTITUDE
9 years ago
Don Gagne
47f18d80c0
Incorrect setSingleShow
9 years ago
Don Gagne
004bda505b
Correct guided mode AMSL versus Relative handling
9 years ago
Don Gagne
099fe046c4
Remove unused code
...
* Some code moved to Vehicle
9 years ago
Don Gagne
8c548e56c4
Satellite count should be int
9 years ago
Don Gagne
12e5dd7145
Correct handling of GPS_RAW_INT, GLOBAL_POSITION_INT, VFR_HUD
...
* Moved from UAS
* Remove unused code
9 years ago
Don Gagne
23d3eb50ea
Merge pull request #4301 from DonLakeFlyer/MainToolbarIndicators
...
Toolbar: Remove global property usage
9 years ago
Don Gagne
c916dc1de3
Merge pull request #4300 from DonLakeFlyer/sendMavCommandFixes
...
Vehicle::sendMavCommand fixes
9 years ago
Don Gagne
e57d3c7c77
Merge pull request #4299 from DonLakeFlyer/FlightDisplayViewVideoQmldir
...
Add missing FlightDisplayViewVideo to qmldir
9 years ago
Gus Grubba
000a4e265c
Merge pull request #4302 from dogmaphobic/crashGuard
...
Adding a crash guard for when a command resend timeout occurs with an…
9 years ago
Gus Grubba
fe5234694c
Adding a crash guard for when a command resend timeout occurs with an empty command queue.
9 years ago
Don Gagne
9fc8a127f1
Remove global property usage
...
* Make MainToolbarIndicators reusable by other views
* Change to font based ratio sizing
9 years ago
Don Gagne
506ed73b3f
Fix non android serial port code
9 years ago
Don Gagne
fa0d4719ef
Correct usage of Vehicle::sendMavCommand
9 years ago
Don Gagne
9f1c81e6df
Add missing FlightDisplayViewVideo
9 years ago
Don Gagne
064be228a9
Merge pull request #4298 from DonLakeFlyer/Vehicle.Battery.Current
...
Change Vehicle.Battery.current to Amps units
9 years ago
Don Gagne
5ecd804954
Merge pull request #4297 from DonLakeFlyer/FenceVisibility
...
Update fence visibility flags
9 years ago
Don Gagne
a0f3e65878
Merge pull request #4295 from DonLakeFlyer/MavCommandRetryWork
...
Mav command retry work
9 years ago
Don Gagne
ee061d436b
Change Vehicle.Battery.current to Amps units
9 years ago
Don Gagne
15d2036756
Update fence visibility flags
9 years ago
Don Gagne
eebbd61356
Fix typo
9 years ago
Don Gagne
a3b4f2fee9
Vehicle::sendMavCommand unit test
9 years ago
Don Gagne
b2835e7d53
Fix timer stop bug
9 years ago
Don Gagne
159e12cd4e
Update to new mavCommandResult signature
9 years ago
Don Gagne
2732e9a52e
Merge pull request #4289 from DonLakeFlyer/AndroidSerial
...
Android build stop serial probe after first connect
9 years ago
Don Gagne
d84dd7e42d
New Vehicle::sendMavCommand - Queued MAV_CMD with retry
9 years ago
Don Gagne
2135a25d9a
Android build stop serial probe after first connect
9 years ago
Don Gagne
7266bb3c54
Merge pull request #4287 from DonLakeFlyer/MissionInProgress
...
MissionManager: Fix read transaction flag
9 years ago