PX4BuildBot
35ab63c0ce
Update PX4 Firmware metadata Wed Mar 23 19:30:12 UTC 2022
3 years ago
Andrew Tridgell
3ba3449d97
make the name less confusing in actions
3 years ago
Willian Galvani
559421576b
CI: unify android workflows
3 years ago
Willian Galvani
c2cc8ffe92
JoystickConfigButtons.qml: fix indexing of firmware functions
3 years ago
Willian Galvani
171f1a89d5
qgroundcontrol.qrc: add missing MockLinkOptionsDlg.qml entry
3 years ago
Willian Galvani
f6cf2fede2
CI: fix artifact deployment for Android 64bit
3 years ago
Willian Galvani
ffdc157982
CI: fix artifact deployment for Android 32bit
3 years ago
PX4BuildBot
da767a4689
Update PX4 Firmware metadata Sat Mar 19 19:42:29 UTC 2022
3 years ago
PX4BuildBot
5664b4d8d3
Update PX4 Firmware metadata Fri Mar 18 11:10:40 UTC 2022
3 years ago
PX4BuildBot
2644798607
Update PX4 Firmware metadata Fri Mar 18 10:09:23 UTC 2022
3 years ago
PX4BuildBot
b69e0072ec
Update PX4 Firmware metadata Tue Mar 15 15:01:06 UTC 2022
3 years ago
PX4BuildBot
0a871e5d4b
Update PX4 Firmware metadata Tue Mar 15 10:11:11 UTC 2022
3 years ago
Don Gagne
fb56cb60e6
New translations qgc.ts (Turkish)
3 years ago
PX4BuildBot
122f7e77a9
Update PX4 Firmware metadata Wed Mar 9 08:26:58 UTC 2022
3 years ago
Holden
930c0edaec
Fix APM Power Component warnings
3 years ago
Holden
94bd479f92
fix structure scan editor display
3 years ago
RomanBapst
2c19a68eeb
only show speed change action if speed limits are known
...
Signed-off-by: RomanBapst <bapstroman@gmail.com>
3 years ago
RomanBapst
98d5ef3e56
addressed review comments
...
Signed-off-by: RomanBapst <bapstroman@gmail.com>
3 years ago
RomanBapst
e51a859b49
support speed changes from the flyview
...
- allow changing maximum horizontal cruise speed for multirotors
- allow changing equivalent airspeed setpoint for fixed wings
Signed-off-by: RomanBapst <bapstroman@gmail.com>
3 years ago
RomanBapst
452e5ac589
GuidedAltitudeSlider: refactored to become generic value slider
...
- added option for linear range
- customize display text
Signed-off-by: RomanBapst <bapstroman@gmail.com>
3 years ago
Beat Küng
85ebf0d601
PX4/PowerComponent: remove deprecated BAT_*, use BAT1_* instead
3 years ago
Beat Küng
d0ea985890
PX4: remove AdvancedFlightModes UI
...
Got deprecated in https://github.com/PX4/PX4-Autopilot/pull/16444 , and
led to a segfault when trying to be activated due to the removal of the
param RC_ASSIST_TH.
3 years ago
Beat Küng
bc49454792
ParameterEditorController: fix incorrect cast
...
This lead to a segfault when importing params
3 years ago
Andrew Tridgell
e3c4827e5b
allow follow to work with ardupilot copter and rover ( #10187 )
3 years ago
holden-zenith
b50495537a
Center Version on Select Tool popup ( #10161 )
3 years ago
Peter Barker
0beae93472
Vagrantfile: install patchelf package ( #10155 )
3 years ago
PX4BuildBot
29c51803d5
Update PX4 Firmware metadata Tue Feb 22 07:24:11 UTC 2022
3 years ago
Bartek Zdanowski
aa727a3b04
ADSB: Fix and improve messages parsing and displaying
...
Fixes #10143 (#10170 )
3 years ago
PX4BuildBot
d32f19d5f5
Update PX4 Firmware metadata Sun Feb 20 21:49:21 UTC 2022
3 years ago
PX4BuildBot
e9fff94aa0
Update PX4 Firmware metadata Fri Feb 18 20:17:49 UTC 2022
3 years ago
RomanBapst
22208c2093
CorridorScanComplexItem: fixed camera triggering during return leg
...
- entry and exit coordinate types needed to be swapped when vertices are reversed
otherwise we start the leg with an exit and finish with an entry which messes
up camera triggering
Signed-off-by: RomanBapst <bapstroman@gmail.com>
3 years ago
Beat Küng
30b2d97ab0
Actuators: add dropdown for axis configuration if all 3 axis configs are set
...
simplifies configuration
hide whole column if none of the configuration instances is visible
3 years ago
Beat Küng
6209be944f
Actuators: add help url and title
3 years ago
julled
ac97ce43c2
add option to update home position ( #10085 )
...
and add MAV_CMD_DO_SET_HOME to the list of supported PX4 commands
Co-authored-by: petrosilius <petrosilius@posteo.de>
3 years ago
PX4BuildBot
7d54e57380
Update PX4 Firmware metadata Thu Feb 17 07:58:14 UTC 2022
3 years ago
PX4BuildBot
f449ea6f18
Update PX4 Firmware metadata Tue Feb 15 14:36:46 UTC 2022
3 years ago
Beat Küng
ffb603b197
linux-fixup-rpaths.bash: fix shellcheck warning
...
Line 52:
if [ ! -e "$library.stamp" -o "$library" -nt "$library.stamp" ]; then
^-- [SC2166](https://github.com/koalaman/shellcheck/wiki/SC2166 ) (warning): Prefer [ p ] || [ q ] as [ p -o q ] is not well defined.
3 years ago
PX4BuildBot
76b7b73c49
Update PX4 Firmware metadata Sat Feb 12 04:23:01 UTC 2022
3 years ago
PX4BuildBot
bfedd781e2
Update PX4 Firmware metadata Wed Feb 9 22:21:29 UTC 2022
3 years ago
PX4BuildBot
e0a060db57
Update PX4 Firmware metadata Wed Feb 9 09:36:09 UTC 2022
3 years ago
WTPENGUIN
0eaecd8ccd
Added exceptions for features not supported by APM 4.1 earlier ( #10131 )
3 years ago
holden-zenith
b9189f8e04
add missing mav_sys_status_sensor_propulsion ( #10145 )
3 years ago
Beat Küng
fa55d98657
Linux: incremental build speedup ( #10147 )
...
* qgroundcontrol.pro: use gold linker if available (on linux)
Speeds up linking by ~4s on my machine.
* linux-fixup-rpaths.bash: use timestamp file to avoid unnecessary re-evaluation
Speeds up incremental builds, this step takes ~17s.
3 years ago
holden-zenith
6a96c48feb
fix gpsrtkindicator warning ( #10149 )
3 years ago
holden-zenith
376cab8a11
Fix vibrationPage id ( #10150 )
3 years ago
PX4BuildBot
5a6f32f7ca
Update PX4 Firmware metadata Tue Feb 8 00:48:06 UTC 2022
3 years ago
PX4BuildBot
a44575491c
Update PX4 Firmware metadata Sat Feb 5 03:35:33 UTC 2022
3 years ago
PX4BuildBot
9cd09d431c
Update PX4 Firmware metadata Wed Feb 2 07:06:34 UTC 2022
3 years ago
PX4BuildBot
891f3dc45b
Update PX4 Firmware metadata Tue Feb 1 23:21:23 UTC 2022
3 years ago
PX4BuildBot
f224863e50
Update PX4 Firmware metadata Tue Feb 1 03:01:55 UTC 2022
3 years ago