FARHANG
e52be1d245
Adds MAV_CMD_DO_CHANGE_SPEED support ( #10607 )
...
Ability to digest climb speed and descent speed with mavlink command MAV_CMD_DO_CHANGE_SPEED
2 years ago
PX4BuildBot
974e61488c
Update PX4 Firmware metadata Thu Mar 9 01:14:56 UTC 2023
2 years ago
PX4BuildBot
eca2614b6e
Update PX4 Firmware metadata Wed Mar 1 02:30:30 UTC 2023
2 years ago
AndKe
0cd981606f
Topomap of Svalbard
...
Adding a topografic map of Svalbard(and Norway)
2 years ago
Julian Oes
4d6685785e
Vehicle: use double precision for COMMAND_INT
...
The whole point of COMMAND_INTs is that they have better resolution for
coordinates leveraging int32 for degrees*10^7. This resolution is lost
if we use float while handling the data instead of double.
Signed-off-by: Julian Oes <julian@oes.ch>
2 years ago
Robbie Drage
4620599527
Fix use of QString::QString.asprintf()
...
asprintf is a static method and does not modify the calling object.
This fix assigns the returned QString to the calling object.
Fixes issue #10450
2 years ago
Don Gagne
fcd9cabd0c
Fix unit test running
...
Details here: https://github.com/mavlink/qgroundcontrol/pull/10602
2 years ago
davidsastresas
613a31bb1c
OfflineMapButton: fix text overlapping on long tileset descriptions
2 years ago
Don Gagne
aa7cdf96b9
Fix Analyze Page popup ownership
2 years ago
PX4BuildBot
d73d2cf438
Update PX4 Firmware metadata Wed Feb 22 01:56:40 UTC 2023
2 years ago
Julian Oes
014ac8e6b4
USBBoardInfo: show Cubes as CubePilot
...
Signed-off-by: Julian Oes <julian@oes.ch>
2 years ago
Julian Oes
3e3d54a300
FirmwareUpgrade: add CubeOrange+
...
This is according to
https://github.com/PX4/PX4-Bootloader/blob/main/board_types.txt
Signed-off-by: Julian Oes <julian@oes.ch>
2 years ago
PX4BuildBot
7f4f3b6253
Update PX4 Firmware metadata Wed Feb 15 03:23:08 UTC 2023
2 years ago
PX4BuildBot
8ed71df8b6
Update PX4 Firmware metadata Thu Feb 9 03:20:34 UTC 2023
2 years ago
PX4BuildBot
5478c39a7a
Update PX4 Firmware metadata Wed Feb 8 01:35:39 UTC 2023
2 years ago
Vincent Poon
63b9373413
Fix Kakute H7 v2 & Kakute H7 Mini Board ID error on QGC
...
Fix Board ID Mistake according to https://github.com/PX4/PX4-Bootloader/pull/224/files
2 years ago
Knut Hjorth
6f636e7891
Github actions: Remove android-33-ext4 from build image
...
Github workflow image ubuntu-20.04 version 20230109.1 have added Android
SDK Platform android-33-ext4. Something, possible the gradle version
bundled with qt does not parse this correctly, and sets
androidCompileSdkVersion in android-build/gradle.properties to "ext4"
instead of expected "33". This commit is a quick fix to the problem, so
the build will revert to android-33 wich was used before 20230109.1.
2 years ago
AndKe
3f9b60f65f
Display Rangefinder Distance
2 years ago
Vincent Poon
206518a0d2
Add Kakute H7 v2 & Kakute H7 Mini to QGC
...
Add Kakute H7 v2 & Kakute H7 Mini to QGC FirmwareUpgradeController.cc
2 years ago
PX4BuildBot
ad370d50b3
Update PX4 Firmware metadata Thu Feb 2 02:29:24 UTC 2023
2 years ago
PX4BuildBot
d6f77f65b3
Update PX4 Firmware metadata Thu Jan 26 05:53:28 UTC 2023
2 years ago
Patrick José Pereira
61f9c2cd02
src: FlyViewVideo: Remove Double-click text after 10 seconds
...
People wants to usue fullscreen without some text on the mididle of the screen,
10 seconds is enough to get the message.
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
2 years ago
Holden
b549bf8bcd
remove old qtlocation files
2 years ago
Philipp Borgers
e64fce5cb3
CI: Remove obsolete Jenkinsfile
...
We use github actions for CI now so Jenkins is obsolete. It is part of
the git history in case we need a backup.
2 years ago
murata
0cfe2537c9
uas: HTML symbol support
2 years ago
PX4BuildBot
7da819f369
Update PX4 Firmware metadata Fri Dec 30 06:49:42 UTC 2022
2 years ago
Patrick José Pereira
6543be6275
FactSystem: ParameterManager: Remove unused variables
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
2 years ago
murata
1c3451f0df
APM: Change the ZIGZAG in the flight mode list to one
2 years ago
Philipp Borgers
7480dc57ba
README: Remove gitter badge
2 years ago
Philipp Borgers
dec4210538
README: Remove obsolete badges
...
We use github actions for CI now. The travis and appveyor badges are
obsolete.
2 years ago
PX4BuildBot
232ba01983
Update PX4 Firmware metadata Tue Dec 20 22:58:07 UTC 2022
2 years ago
davidsastresas
838bcece4e
Fix issue for Ardupilot Vtols and start mission action:
...
The current code would set the vehicle to guided,
then arm, and if fixed wing, then switch to auto.
This small time it remained in guided, until QGC
received feedback of vehicle armed and changed to
auto, was enough to cause dangerous situations,
because when arming in guided mode, if the
vehicle is a tilt rotor vtol, it would arm the
rotors in forward flight position.
This commit changes the behaviour of start mission,
so if it is an Ardupilot fixed wing or VTOL it will
set auto mode, and then arm, which is the intended
way of dealing with this in Ardupilot
2 years ago
Willian Galvani
4c4548e970
ArduSubFirmwarePlugin: add GuidedModeCapability to Sub vehicles
2 years ago
PX4BuildBot
3e6b4c2a05
Update PX4 Firmware metadata Wed Dec 7 05:44:35 UTC 2022
2 years ago
Tim Nelson
00efd7d4fd
ParameterManagerTest.cc: initialize float with float value ( #10506 )
2 years ago
Philipp Borgers
8e11aa3769
Github actions: Fix deprecation warning for node12
...
"Node.js 12 actions are deprecated. For more information see:
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ .
Please update the following actions to use Node.js 16:
GabrielBB/xvfb-action@v1"
Replaces the obsolete action as suggested by @alisonatwork in
https://github.com/GabrielBB/xvfb-action/issues/30#issuecomment-1335389183
2 years ago
Patrick José Pereira
3baf555943
FirmwarePlugin: Use ArduPilot-Parameter-Repository
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
2 years ago
Patrick José Pereira
76656d0c75
Add ArduPilot-Parameter-Repository
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
2 years ago
PX4BuildBot
df33a8a707
Update PX4 Firmware metadata Thu Dec 1 05:13:38 UTC 2022
2 years ago
PX4BuildBot
b6935630e2
Update PX4 Firmware metadata Fri Nov 25 21:28:27 UTC 2022
2 years ago
PX4BuildBot
8463a9d629
Update PX4 Firmware metadata Tue Nov 22 20:28:13 UTC 2022
2 years ago
PX4BuildBot
b0d06dfc3b
Update PX4 Firmware metadata Tue Nov 22 17:10:17 UTC 2022
2 years ago
Patrick José Pereira
05e7669c57
FlightDisplayViewUVC: Fix wrong indentation
...
Added by #10349
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
2 years ago
Remek Zajac
7d801ad245
Addressing review comments: s/arm64/arm64-v8a
...
https://github.com/airmap/platform-sdk/issues/182#issuecomment-1258188025
qmake on aarch64 linux says: 'arm64' and not 'arm64-v8a' like Android does.
2 years ago
Remek Zajac
aa0bb2db3a
Unfortunatelly no support on Android yet. Android won't link.
...
But this https://github.com/airmap/platform-sdk/issues/182
confirms the published platform-sdk binaries do build/link for ArchLinuxARM
2 years ago
Remek Zajac
ecd3ae2004
Migrate the QGC build system to the upgraded (aarch64-supporting) AirMap
...
All I do here is ask qmake for the architecture and use it to download
the correct *.deb package. The rest of the changes is simply indentation.
I do not have an aarch64 linux so testing against Android NDK.
clang is slightly more picky with the unused 'this' captured by the
Airmap/services/*.cpp files
2 years ago
Philipp Borgers
ef55faba87
translation: Fix translation of Item #%1
...
Fixes translation issue reported in:
https://github.com/mavlink/qgroundcontrol/issues/10329
2 years ago
Zdanek
736ad397c9
Review fix: emit
2 years ago
Zdanek
4695cb3c5f
Refactor and fix Video manager issues #10348
2 years ago
olliw42
55200937f6
MAVFtp: Allow proper compId as default ( #10488 )
2 years ago