Julian Oes
a18746c2eb
VideoManager: support receiving the stream URI
...
With this change we support receiving the full URI for a UDP video
stream such as udp://127.0.0.1:5600. The previous case where only the
port number is sent as "URI" is still handled.
3 years ago
Keith Bennett
da3b9df1b0
`Vehicle` permits users to query if a command would be duplicated; also record firmware board vendor/product id
...
* `InitialConnectStateMachine` records the vendor/product reported from the autopilot version message
* `Vehicle::_initialConnectComplete()` has been made public to resolve a timing problem where a mocklink may (rarely) connect to the initial connect complete signal after it has been emitted
* Add `Vehicle::isMavCommandPending()` to query whether trying to send a particular mavlink command would immediately report a duplicate command error
3 years ago
Kirill Shilov
3e924e6e56
Added SmartAP board USB identifier
3 years ago
Patrick José Pereira
68f16f5d79
FlyViewWidgetLayer: Change layout based on layout option/state
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
3 years ago
Patrick José Pereira
f4caad6c9e
TelemetryValuesBar: Improve user experience with new edit and layout option
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
3 years ago
Patrick José Pereira
7e71f0ddd2
HorizontalFactValueGrid: Remove unnecessary lockItem
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
3 years ago
Patrick José Pereira
7cc97d51c6
resources: Add pencil icon
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
3 years ago
Patrick José Pereira
1584fada1e
HorizontalFactValueGrid: Add pointing hand cursor when over panel values
...
This makes clear that the user can click and edit them
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
3 years ago
Patrick José Pereira
8739d5a6ce
resources: Add layout-bottom and layout-right icons
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
3 years ago
Patrick José Pereira
e565fe54c7
HorizontalFactValueGrid: Remove lost code
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
3 years ago
damdam0
8ddddb2b0d
gps: update submodule
...
Co-authored-by: Damien Bourennane <d.bourennane@elistair.com>
3 years ago
Ramon Roche
7c0139dbf4
ci: setup python for ubuntu-18.04
3 years ago
Ramon Roche
2851849e87
Update Action to target ubuntu 18.04
3 years ago
PX4BuildBot
9543cb825e
Update PX4 Firmware metadata Tue Sep 14 08:07:09 UTC 2021
3 years ago
PX4BuildBot
841bd6d048
Update PX4 Firmware metadata Sat Sep 11 19:59:31 UTC 2021
4 years ago
PX4BuildBot
a4a054d8cd
Update PX4 Firmware metadata Wed Sep 8 20:32:14 UTC 2021
4 years ago
PX4BuildBot
4fef4fc8d4
Update PX4 Firmware metadata Wed Sep 8 18:09:54 UTC 2021
4 years ago
Patrick José Pereira
27533e57a8
github: Add android build
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
4 years ago
Remek Zajac
5aa27b5ba5
Migrate away from enums deprecated going from Qt5.12 to Qt5.15
...
In some instances (touched by this commit) QGC has been using enums deprecated
in Qt5.15. Enum deprecation itself appears to be a new thing (there in C++14, but
seemingly not there in C++11). We have since formally upgraded to C++17
(https://github.com/mavlink/qgroundcontrol/pull/9760 ), but presumably nobody
recompiled against Qt5.15 until I did, saw the errors and found myself needing
to propose this change.
The change itself is trivial and simply follows the migration notes found against
individual deprecated enums.
4 years ago
Daniel Agar
8279f04545
update mavlink to latest
4 years ago
PX4BuildBot
4d7c2839d7
Update PX4 Firmware metadata Mon Aug 23 15:38:05 UTC 2021
4 years ago
PX4BuildBot
afabb688fc
Update PX4 Firmware metadata Sun Aug 22 19:11:27 UTC 2021
4 years ago
PX4BuildBot
b831dcfc35
Update PX4 Firmware metadata Thu Aug 19 16:04:25 UTC 2021
4 years ago
PX4BuildBot
631205af1e
Update PX4 Firmware metadata Wed Aug 18 17:05:20 UTC 2021
4 years ago
PX4BuildBot
9ab6f16470
Update PX4 Firmware metadata Wed Aug 18 00:10:03 UTC 2021
4 years ago
PX4BuildBot
13c495b6c7
Update PX4 Firmware metadata Sun Aug 15 15:42:52 UTC 2021
4 years ago
PX4BuildBot
3d18ce8999
Update PX4 Firmware metadata Sat Aug 14 19:14:46 UTC 2021
4 years ago
Patrick José Pereira
048081c445
toolbar: JoystickIndicator: Turn joystick yellow if it's not enabled ( #9823 )
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
4 years ago
Patrick José Pereira
e653281654
README: Remove trailing spaces ( #9821 )
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
4 years ago
Brandon Lampert
3b812c5ed8
Settings for the Workswell Wiris Security ( #9813 )
...
* Added settings for the Workswell Wiris Security
modified: src/FirmwarePlugin/FirmwarePlugin.cc
* Corrected minimum trigger interval based on Workswell customer support
modified: src/FirmwarePlugin/FirmwarePlugin.cc
4 years ago
Ryan Meagher
ba3ca90c79
Update PX4FirmwarePlugin.cc
...
Add negative thrust For UUV vehicle types in PX4
4 years ago
Patrick José Pereira
230126c5dc
QGCDeploy: Fix mac deployment
...
- Do not deploy when compiling QGC
- Deploy with the custom command dmg
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
4 years ago
Ramon Roche
0ed94504b2
BoardInfo: Update PX4 FMUv5X Vendor ID ( #9816 )
4 years ago
Patrick José Pereira
4345840adc
JoystickConfigButton: Disable joystick buttons that can't be used with vehicle
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
4 years ago
Joe Dinius, PhD
8b4f8900a8
add working gstreamer udp sink example to README
...
I couldn't get the example in the VideoReceiver README.md to work properly on Windows 10. I found a command that worked for me and so that the next user doesn't lose 2 hours trying to solve the same problem, I'm adding it here.
4 years ago
Patrick José Pereira
550623e304
QGCApplication: Remove lost includes
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
4 years ago
Patrick José Pereira
6e3130059b
QGCDockWidget: Remove lost file
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
4 years ago
Patrick José Pereira
15a72ce494
SetupView: Add joystick icon to joystick page
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
4 years ago
Patrick José Pereira
4a993e84ef
Images: Fix battery icon xml
...
Fix error Qt xml error: "Namespace prefix inkscape for connector-curvature on path is not defined"
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
4 years ago
Patrick José Pereira
5f66c25d22
MultiVehicleList: Fix delegate item which does not have access to parent
...
Access parent by id
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
4 years ago
Patrick José Pereira
dd4dc17a48
APMSubFrameComponent: Improve description
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
4 years ago
Patrick José Pereira
30239eb1c1
APMSubFrameComponent: Add confirmation dialog
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
4 years ago
Patrick José Pereira
360a7dcfbb
QGCButton: Set size for text
...
Allow usage of wrapMode
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
4 years ago
Patrick José Pereira
802b76aeae
QGCButton: Add access to text.wrapMode and text.HorizontalAlignment
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
4 years ago
Patrick José Pereira
2000222109
APMSubFrameComponent: Improve getParametersFile function
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
4 years ago
Patrick José Pereira
604d82d380
APMSensorsComponent: Enable gyro calibration for sub vehicle
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
4 years ago
Patrick José Pereira
ce6cf10ed1
QGCComboBox: Check for model before iterating over it
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
4 years ago
PX4BuildBot
79c68a4d77
Update PX4 Firmware metadata Sun Aug 1 18:44:13 UTC 2021
4 years ago
Patrick José Pereira
46477860fa
JoystickConfigButtons: Fix layout for user text
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
4 years ago
Patrick José Pereira
86fe6d2c6b
JoystickConfigButtons: Add missing sizeToContents for ComboBox
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
4 years ago