Beat Küng
339006bf64
pid tuning: show automatic flight mode change only for rate tuning
...
and stop the plot when enabling the option
4 years ago
Beat Küng
128f22dd2c
pid tuning: add MPC_POS_MODE, MC_AIRMODE and THR_MDL_FAC params
4 years ago
Beat Küng
4adc57a518
pid tuning: add mouse wheel zooming
4 years ago
Beat Küng
98507f78be
mc pid tuning: add tab for velocity controller
4 years ago
Beat Küng
a282a08b01
Vehicle: add POSITION_TARGET_LOCAL_NED and LOCAL_POSITION_NED mavlink streams
4 years ago
Beat Küng
30cff8084f
refactor PIDTuning: make it more generic, allowing to configure plot axes
4 years ago
Beat Küng
13fce52f25
refactor Vehicle: move MAVLink stream rate overrides into separate class
4 years ago
Matthias Grob
3d1339bb67
Revert "Add setup script to build QGC on arch linux"
...
This reverts commit d63b6ef621
.
4 years ago
PX4BuildBot
88b2b8f538
Update PX4 Firmware metadata Tue Feb 23 18:27:51 UTC 2021
4 years ago
PX4BuildBot
91da9c0371
Update PX4 Firmware metadata Tue Feb 23 00:43:27 UTC 2021
4 years ago
DonLakeFlyer
b9566e443b
Fix Takeoff.Pitch/Yaw usage by vehicle type
4 years ago
DonLakeFlyer
03cf52d5d1
Fix frame selection when using Mixed Modes for altitudes.
4 years ago
DonLakeFlyer
7d25fb1ed0
Fix display of vertical instrument panel
4 years ago
DonLakeFlyer
9d24ab590f
Better item spacing
4 years ago
DonLakeFlyer
c86fff814c
Better item spacing
4 years ago
DonLakeFlyer
fed7ccf20c
Position flight mode menu below toolbar to prevent double-click mode change
4 years ago
DonLakeFlyer
7f05a23803
Fix pause and change alt command sequencing
...
Work
4 years ago
DonLakeFlyer
59eba1b132
Fix double send of MAV_CMD_PREFLIGHT_CALIBRATION
4 years ago
DonLakeFlyer
84dd94b5a3
Fix crash on descent rate calc
4 years ago
PX4BuildBot
f7206a22e8
Update PX4 Firmware metadata Mon Feb 22 16:08:38 UTC 2021
4 years ago
PX4BuildBot
68743970bf
Update PX4 Firmware metadata Mon Feb 22 08:10:35 UTC 2021
4 years ago
david sastre
4b88a13670
TelemetryValuesBar: change panel from transparent to opaque
4 years ago
DonLakeFlyer
8cc9037088
Change Tool Drawer to Dialog
4 years ago
Patrick José Pereira
6bdb7c6bf5
MissiongManager: ComplexMissionItem: Save preset as CborValue variant
...
Fix #9423
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
4 years ago
david sastre
2a1de00211
Vehicle: don't update _coordinate from GPS2
4 years ago
Don Gagne
73cb69ebb6
Revert "TelemetryValuesBar: custom transparency by settings"
...
This reverts commit 671943640d
.
4 years ago
AndKe
45d35b02fc
Video: added preset for Yuneec Mantis G
4 years ago
Willian Galvani
6f8311b89f
Vehicle: hide 'No GPS Lock' message if GPS is not present
4 years ago
Beat Küng
437f1f72ae
fix joystick: avoid accessing invalid pointer after vehicle is destroyed
...
Joystick::_activeVehicle was still pointing to a vehicle after it got
destroyed (e.g. on disconnect) and the thread continued to access it.
Ideally Joystick::_activeVehicle would be changed to a weak pointer.
4 years ago
PX4BuildBot
48ff090b3a
Update PX4 Firmware metadata Wed Feb 17 19:19:37 UTC 2021
4 years ago
PX4BuildBot
2ca2cfeed3
Update PX4 Firmware metadata Wed Feb 17 14:24:41 UTC 2021
4 years ago
Yun Lin
7c42fecfe4
update Gstreamer version in readme to 1.18.1
...
(cherry picked from commit 7552c560bb7fc5eab1478edfdd3b78ab8c89c1c6)
4 years ago
david sastre
671943640d
TelemetryValuesBar: custom transparency by settings
...
Under some basemaps the default alpha value
for this panel was too transparent for the
user to see clearly the values. This commit
makes this alpha channel variable by a
setting under appsetings
4 years ago
Beat Küng
cbcc0db5e6
PX4AutoPilotPlugin: C-style cast -> static_cast
4 years ago
Beat Küng
7bca160575
fix PX4AutoPilotPlugin: avoid memory leaks
4 years ago
Beat Küng
77a0420a00
MC PX4: add flight behavior config page
4 years ago
Patrick José Pereira
0375698763
FTPManager: Fix struct definition
...
This fix a warning message in clang 11.
Moves from C struct definition to C++ standard style.
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
4 years ago
david sastre
b3f8b40d8a
Support for mavlink GPS2_RAW message
4 years ago
Matthias Grob
cc95825594
PostLink: only stage icu 56 if it exists
...
otherwise use the installed version.
E.g. at the time of writing latest version 68 works great.
4 years ago
Matthias Grob
d63b6ef621
Add setup script to build QGC on arch linux
4 years ago
Christoffer Björnram
2307567d4a
All iPhone app icons made square
...
The iPad app icons already was square, but the iPhone icons was rounded leading to black/white corners showing on the home screen.
4 years ago
PX4BuildBot
36f7c2212f
Update PX4 Firmware metadata Sat Feb 6 00:32:56 UTC 2021
4 years ago
Daniel Agar
d720591859
cmake updates and fixes
...
- use any Qt 5.12.x or 5.15.x version found
- prefers 5.12 over 5.15
- overridden by setting QT_VERSION
- add Compression (and XZ_EMBEDDED) to build
4 years ago
PX4BuildBot
bd97a60d82
Update PX4 Firmware metadata Thu Feb 4 10:17:00 UTC 2021
4 years ago
PX4BuildBot
8c0f7d8949
Update PX4 Firmware metadata Thu Feb 4 10:01:30 UTC 2021
4 years ago
Beat Küng
ebab8def79
metadata: remove unused gz files
4 years ago
Beat Küng
1a3e01bb3f
QGCCLZMA: use xz-embedded lib
4 years ago
Beat Küng
050961bf43
libs: add xz-embedded lzma decoding library
...
Using a mirror, because CI had problems cloning from the
original source:
gnutls_handshake() failed: Handshake failed
4 years ago
DonLakeFlyer
14a4e74db2
Switch COMPONENT_INFORMATION compression to lzma
4 years ago
PX4BuildBot
6174cf5ca3
Update PX4 Firmware metadata Wed Feb 3 21:01:37 UTC 2021
4 years ago