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
DonLakeFlyer
76dec5f72e
Fix libevents build failure
4 years ago
DonLakeFlyer
9d27181989
Rework Altitude Mode internals and ui
4 years ago
PX4BuildBot
0fccc7b794
Update PX4 Firmware metadata Fri May 28 13:18:03 UTC 2021
4 years ago
PX4BuildBot
3b0d3b2341
Update PX4 Firmware metadata Thu May 27 02:09:54 UTC 2021
4 years ago
Patrick José Pereira
a423972e3e
deploy: docker: Remove git submodule update
...
Breaks git internall when executed inside docker
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
4 years ago
Patrick José Pereira
1bb5243fee
deploy: docker: Add default user
...
Do not run docker as root user, uses a default 1000 user
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
4 years ago
acxz
ef5c4164f4
fix for range-loop-construct
4 years ago
DonLakeFlyer
3b7360e8dc
Add missing Shapes lib
4 years ago
Don Gagne
fcf4fccd24
Deprecate some travis builds, use GitHub actions instead
4 years ago
Don Gagne
0391b86eaa
Split into separate workflows, add Windows ( #9674 )
4 years ago
DonLakeFlyer
39c9615d1e
Fix calibration dialog sequence
4 years ago
DonLakeFlyer
5f5712127c
Add support for enable/disable of accept/reject buttons
4 years ago
DonLakeFlyer
50422504aa
Return correct AUTOPILOT_VERSION info
4 years ago
DonLakeFlyer
8e2e9023f3
Change showMessageDialog to use qml dialog
4 years ago
PX4BuildBot
e96f90e7ee
Update PX4 Firmware metadata Mon May 24 23:46:18 UTC 2021
4 years ago
Ljung323
bb35a2779a
use containsMouse
4 years ago
Ljung323
cf2e161893
show message to exit video fullscreen mode
4 years ago
DonLakeFlyer
0480a72075
Fix multitude of bugs in Analyze popout support
4 years ago
DonLakeFlyer
d3dbf5230b
Rewrite Mavlink image protocol supportt and fix bugs
4 years ago
DonLakeFlyer
bde5d7ccae
Better calibration logging
4 years ago
Hunter522
e14d4a9ba5
Draggable radius adjustment for Loiter mission items (attempt 2) ( #9580 )
...
* Draggable radius adjustment for Loiter mission items
* Revert usage of MainRootWindow activeVehicle
* Various changes to loiter visuals
- remove TerrainStatus loiter radius
- make loiter map visual dynamic
- use _planMasterController.controllerVehicle
- move some of the visibility logic out of QML to CPP
- get rid of placeholderMapCircle in FlyViewMap
4 years ago
Beat Küng
de44dba05d
mavlink: add events interface protocol
4 years ago