Don Gagne
4bcaa8b83b
Don't query fence/rally on high latency links ( #9262 )
4 years ago
DonLakeFlyer
dd871cdefc
Fix all sorts of terrain profile bugs
4 years ago
DonLakeFlyer
5cbfdac96b
Add missing horizontal/vertical units support
4 years ago
DonLakeFlyer
97b27b5cf5
Fix debug output
4 years ago
pestophagous
fcc543af58
create_linux_appimage.sh: stop trying to wget from not-found URL(s) ( #9253 )
4 years ago
Don Gagne
c98a5cceb9
Fix min amsl alt calculation ( #9261 )
4 years ago
Beat Küng
b8a8db61c1
fix MavlinkConsoleController: weakLink.expired() logic was inverted ( #9259 )
...
And removes the extra expired() call (less atomic ops).
4 years ago
Don Gagne
d2e5cfdb1a
Terrain unit test back on ( #9257 )
...
* Cleanup for better readability
* Turn follow terrain unit test back one
4 years ago
Phillip Kocmoud
fcd68aff68
USBBoardInfo.json: Add support for mRo flight controllers ( #9254 )
4 years ago
Anton Erasmus
f3e48e718d
Add airspeed sensor to airship ( #9235 )
4 years ago
Willian Galvani
8ad94d6872
Sub motor test fixes ( #9243 )
...
* APMSubMotorComponent.qml: do not send motor test messages after disarm command
* Vehicle: Change signature of motorTest to allow not showing errors
* APMMotorComponent.qml: Update to use new signature of motorTest()
* APMSubMotorComponent.qml: Update to use new signature of motorTest() with showErrors=false
* MotorComponent.qml: Update to use new signature of motorTest()
4 years ago
PX4BuildBot
a65067e223
Update PX4 Firmware metadata Wed Dec 16 07:59:00 UTC 2020
4 years ago
Don Gagne
9e261b5659
Plan: Support terrain adjustment in turn segments ( #9249 )
...
* Terrain: Use average within four points for elevation
* Rework tool strip buttons to fix big pile of bugs
* Fix log name
* Rework terrain code to support terrain adjustment in turn segments
* Temporary disable of terrain unit test
* Fix bugs found by unit tests
4 years ago
Patrick José Pereira
ca03468333
appveyor: Fix download links for gstreamer ( #9248 )
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
4 years ago
PX4BuildBot
7feb77a1c7
Update PX4 Firmware metadata Fri Dec 11 21:26:50 UTC 2020
4 years ago
PX4BuildBot
abc8996f7e
Update PX4 Firmware metadata Fri Dec 11 20:54:59 UTC 2020
4 years ago
Daniel Agar
d0fba30c3e
VehicleSetup: firmware upgrade use static map of px4 boards names ( #9221 )
4 years ago
Jacob Walser
465836c4bc
Upgrade gstreamer to 1.18.1 ( #9099 )
...
* appveyor: use gstreamer 1.18.1 for windows build
* VideoReceiver.pri: update for gstreamer 1.18
4 years ago
PX4BuildBot
6814405606
Update PX4 Firmware metadata Wed Dec 9 17:38:21 UTC 2020
4 years ago
Patrick José Pereira
6afd4178d4
Update android to use gstreamer 1.18.1 ( #9229 )
...
* VideoReceiver: Update to use gstreamer 1.18.1
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
* travis: Use gstreamer 1.18.1 for android
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
* VideoReceiver: Update README with the new android gstreamer version 1.18.1
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
4 years ago
Don Gagne
9deba0bd8c
Fix fuzzyCompare boolean comparison ( #9241 )
4 years ago
PX4BuildBot
4f32b8d46a
Update PX4 Firmware metadata Mon Dec 7 15:45:48 UTC 2020
4 years ago
Don Gagne
c86d3fa64e
Android Target SDK 28->29 ( #9238 )
...
Co-authored-by: Don Gagne <dongagne@outlook.com>
4 years ago
Patrick José Pereira
c61538174f
UDPLink: Remove lost debug code ( #9232 )
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
4 years ago
Patrick José Pereira
3cbf80b6e1
GstVideoReceiver: Fix video size signal ( #9231 )
...
Extracting video size from decoderValve is more guaranteed.
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
4 years ago
Patrick José Pereira
c6a90f3818
VideoReceiverApp: Fix gradle file and use https over http ( #9230 )
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
4 years ago
Patrick José Pereira
8e841773f2
qgroundcontrol: Remove print support ( #9223 )
...
Project is not using QPrint* classes or QPageSetupDialog and QAbstractPrintDialog
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
4 years ago
Jacob Dahl
bcd2b281c5
moved start of timer for sending GCS heartbeat to setToolbox() after _mavlinkProtocol object is initialized. Added check for null on linkConfiguration before use. ( #9233 )
4 years ago
Don Gagne
4b50ffd48b
mavlinkftp:// -> mftp://, add support for comp id in uri ( #9225 )
4 years ago
Beat Küng
1389ec6b79
gps drivers: update submodule ( #9222 )
4 years ago
Remek Zajac
257f5e075d
Save coordinates on every, settled viewport change ( #9220 )
...
* Save coordinates on every, settled viewport change, not just on app exit.
App often (esp. Android) don't exit gracefully.
* on every set
4 years ago
Willian Galvani
735d6f69b3
VirtualJoystick: remove sub from yAxisPositiveRangeOnly condition ( #9204 )
...
Sub currently handles throttle in the 0-1000 range
https://github.com/ArduPilot/ardupilot/issues/8818
4 years ago
Don Gagne
c9377de140
Fact value grid fixes ( #9218 )
...
* Remove debugging output
* Fix bug where settings where not saved
* Rework control to remove qml complaint spew. This also fixes add/remove button positioning bugs.
4 years ago
Patrick José Pereira
ac6bd022d0
travis: Update gstreamer version to 1.18.1 for mac ( #9203 )
...
* travis: Update gstreamer version to 1.18.1 for mac
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
* VideoReceiver: Update README with new gst version for macos
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
4 years ago
Don Gagne
3051f2eaf1
Fly View: Photo/Video widget simple camera DIGICAM_CONTROL support ( #9216 )
...
* No need to create special radio button properties
* Add simple camera support to photo/video widget
* Update
4 years ago
PX4BuildBot
1e6e1c6e43
Update PX4 Firmware metadata Fri Nov 27 07:05:15 UTC 2020
4 years ago
PX4BuildBot
a1ba78870b
Update PX4 Firmware metadata Thu Nov 26 10:21:38 UTC 2020
4 years ago
Don Gagne
6ca2b21e24
Adjust battery_current from cA to A ( #9205 )
4 years ago
brad112358
3b7dd6e87c
Take MulticastLock on Android to ensure broadcast packets can be received ( #9199 )
...
* Take MulticastLock on Android to ensure broadcast packets can be received. This may belong in Qt for Android. See QTBUG-73138
* Use a more descriptive name for the WiFiManager Multicast Lock
4 years ago
Don Gagne
f62900a40b
Virtual joystick defaults to auto-center ( #9201 )
...
* Fix ability to click on hat when not recentered
* Default auto-center to on for safety
4 years ago
Patrick José Pereira
29c0c7a08b
FlyView: Fix pipoverlay logic when widget goes in window state ( #9183 )
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
4 years ago
Willian Galvani
59e99794cd
ParameterEditor: mention that it resets sensors calibration and frame setup ( #9175 )
4 years ago
Don Gagne
e34bed37ab
Don't retry arming. Remove double error popups for arming errors. ( #9198 )
4 years ago
Don Gagne
8bf2128abe
Give user hint about Solo needs app restart ( #9197 )
4 years ago
Don Gagne
5d401e5592
Fix Pre-Flight checklist ( #9194 )
...
* Fix for multi-battery changes
* Change to QGCPopupDialog and Control 2 fixes
4 years ago
Don Gagne
092a5e0e9f
Fix SiK Radio flash ( #9189 )
4 years ago
Remek Zajac
9743954f0d
Ensure showGimbalOnlyWhenSet as custom builds may have other defaults ( #9001 )
4 years ago
Patrick José Pereira
894370efee
Fix map scale behaviour ( #9178 )
...
* FlyViewWidgetLayer: Fix check for fullState condition
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
* FlyViewMap: Add MapScale when map is in windowState
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
4 years ago
Willian Galvani
13dd7a50d1
QGCMAVLink: add missing class for Sub ( #9163 )
4 years ago
Don Gagne
a2200c74ef
Changes to FactValueGrid usage for reading settings only ( #9182 )
4 years ago