PX4BuildBot
d620436059
Update PX4 Firmware metadata Wed Jul 7 03:07:27 UTC 2021
4 years ago
PX4BuildBot
804c9701eb
Update PX4 Firmware metadata Wed Jul 7 02:18:34 UTC 2021
4 years ago
Daniel Agar
b99a3fbf0e
FirmwareUpgradeController add modalai_fc-v2, holybro_can-gps-v1, freefly_can-rtk-gps
4 years ago
PX4BuildBot
9e5d49a039
Update PX4 Firmware metadata Fri Jul 2 11:27:51 UTC 2021
4 years ago
PX4BuildBot
05498e688f
Update PX4 Firmware metadata Fri Jul 2 05:35:11 UTC 2021
4 years ago
alexklimaj
c4f2678c60
Add FMUV6X
4 years ago
DonLakeFlyer
03a40ad39c
Restart ArduPilot streams as needed
4 years ago
DonLakeFlyer
15426f6c0c
Fix resource compile running out of heap space
4 years ago
davidsastresas
b52c86cf1b
PhotoVideoControl.qml: fix Slider setting some facts to minimum:
...
Sliders with a non 0 minimum value have this
issue where the default minimum is 0, so if
setting a new minimum value changes, and thus
we have an onValueChanged, setting the value
of the slider to minimum even before
onCompleted, so if they need to be initialized
to something it doesn't work.
This commit fixes it setting a bool variable
so onValueChanged doesn't take effect until
initialized
4 years ago
Patrick José Pereira
3f46a65199
cmake: Turn MICROHARD and TAISYNC disabled by default
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
4 years ago
PX4BuildBot
62bb2dba5e
Update PX4 Firmware metadata Thu Jul 1 15:38:09 UTC 2021
4 years ago
Patrick José Pereira
71d7cf07a1
VideoManager: Add missing Q_UNUSED for arguments
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
4 years ago
Patrick José Pereira
1f3064c8e1
FirmwarePlugin: Add missing Q_UNUSED for arguments
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
4 years ago
PX4BuildBot
4c15039b2e
Update PX4 Firmware metadata Wed Jun 30 13:59:06 UTC 2021
4 years ago
DonLakeFlyer
3163c61ae2
Fix MissionController/VisualMissionItem lifecycle problems
4 years ago
DonLakeFlyer
e63dfdb31e
USe correct font family names
4 years ago
Keith Bennett
c34f58885c
`UnitTest::cleanup()` shall drain any remaining signals or events.
...
Any signals or events which do significant work (including deleting objects marked with `deleteLater()`) may cause segmentation faults or use-after-free errors.
4 years ago
WTPENGUIN
50e32ade20
Change VWorld URL and Add API Key
4 years ago
DonLakeFlyer
05d881a9ba
Fix json key name
4 years ago
PX4BuildBot
dd9c980425
Update PX4 Firmware metadata Fri Jun 25 09:35:57 UTC 2021
4 years ago
PX4BuildBot
565b84e9d6
Update PX4 Firmware metadata Fri Jun 25 09:07:19 UTC 2021
4 years ago
Keith Bennett
298f27775d
When splitting a polygon, update the selected vertex index if necessary.
4 years ago
DonLakeFlyer
8a08a00ade
Mavlink update
4 years ago
DonLakeFlyer
87f3cfa470
Don't use ardupilot dialect in unit tests
4 years ago
DonLakeFlyer
00613df067
Validate preset name, use new dialog system
4 years ago
Don Gagne
a2a3b57202
New translations qgc-json.ts (Chinese Simplified)
4 years ago
PX4BuildBot
4a64ae9065
Update PX4 Firmware metadata Tue Jun 22 18:02:20 UTC 2021
4 years ago
DonLakeFlyer
5b6c7ba633
Fix bugs with Terrain Frame plan loading and Terrain Profile
4 years ago
WTPENGUIN
0aa8b85539
Fix PlanMapItems typo error
4 years ago
kistlin
06160182cd
initialize member variables of class LogReplayLink
...
- fixes #9627
4 years ago
PX4BuildBot
52d0c078b5
Update PX4 Firmware metadata Sat Jun 12 16:32:04 UTC 2021
4 years ago
heeplr
a04f85bbc9
add libevents includes (fixes issue #9678 )
4 years ago
kistlin
e7beda989d
add missing ImageProtocolManager files added in PR #9671
4 years ago
kistlin
88204aff2f
fix SDL2 dll deployment on windows when using cmake
...
- move current SDL2 cmake code on windows to separate file
- add a step for dll deployment on windows
4 years ago
DonLakeFlyer
b7cd9c5560
Support terrain frame in TransectStyleComplexItem and TerrainProfile display
4 years ago
DonLakeFlyer
c82a2f3af6
Change from qDebug to correct qWarning
4 years ago
olliw42
36a7b06834
only accept attitude messages with the sysid & compid of the vehicle
4 years ago
AndKe
5e55b7f365
Added xTrackError fact
4 years ago
CUAVmengxiao
64ad26c3d8
Fix an error in the total battery voltage display after more than 10 batteries
4 years ago
Julian Oes
107aa37201
PX4FirmwarePlugin: ignore minimum takeoff altitude
...
The old behaviour adjusts the takeoff altitude set by the user with a
slider to be higher than the minimum takeoff altitude as definied by the
param MIS_TAKEOFF_ALT. This can be very confusing (and dangerous) as the
slider to enter the altitude does not reflect that. It always goes from
0m to 100m.
For example: the param is set to 10m. Now the user can command a takeoff
and set the slider to 1.5m. The drone will then takeoff and climb to 10m
completely without warning
I don't think it makes much sense to magically change the user input
without feedback. Therefore, I removed the adjustment.
With this change the drone will just go to the altitude commanded by the
slider.
4 years ago
DonLakeFlyer
746a7a1ea8
Fix swapped values
4 years ago
kistlin
e52a96be10
fixes due to latest addition of libevents and new classes
4 years ago
kistlin
746d158af7
fix and clean up cmake gstreamer on windows
...
- move sources of Microhard and Taisync into separate library
- add resource file that contains the application icon on windows
- qt5.natvis
- for better Qt variable visualization while debugging with MSVC (b7c1fb873c0cb7973200d1f7548c15e16473306f)
https://code.qt.io/cgit/qt-labs/vstools.git/tree/src/qtvstools/qt5.natvis.xml
- GL/glext.h (add missing OpenGL header on windows)
- https://stackoverflow.com/a/3939495/15862303
- https://www.khronos.org/registry/OpenGL/api/GL/glext.h
4 years ago
PX4BuildBot
7f05cc9fe1
Update PX4 Firmware metadata Fri Jun 11 13:33:44 UTC 2021
4 years ago
PX4BuildBot
a58178f481
Update PX4 Firmware metadata Wed Jun 9 16:57:02 UTC 2021
4 years ago
PX4BuildBot
4b2998d56f
Update PX4 Firmware metadata Fri Jun 4 14:27:27 UTC 2021
4 years ago
PX4BuildBot
84b69002d2
Update PX4 Firmware metadata Fri Jun 4 13:12:19 UTC 2021
4 years ago
PX4BuildBot
49852b1d49
Update PX4 Firmware metadata Fri Jun 4 01:50:32 UTC 2021
4 years ago
Luiz Kressin
9fd9e5bdcb
fix typo src planview qml
4 years ago
kistlin
c2fdac97d7
exclude some none windows compiler flags, make zlib include/linker files available
...
- cl : Command line error D8021 : invalid numeric argument '/Wno-missing-braces'
- ..\src\VehicleSetup\FirmwareUpgradeController.cc(29): fatal error C1083: Cannot open include file: 'zlib.h': No such file or directory
4 years ago