davidsastresas
8bffc3fbd6
Fix altitude slider and guidedactions for speed action:
...
There were some errors where fixed wing would not show the action,
also unit conversion support for speed was added
1 year ago
davidsastresas
4c1f6c751a
FactMetadata, QmlUnitsConversion: support for speed unit translation
1 year ago
davidsastresas
3733318c93
Ardupilot: Add support for fixed wing airspeed change
1 year ago
PX4BuildBot
7e020440cc
Update PX4 Firmware metadata Fri Nov 17 10:06:41 UTC 2023
1 year ago
Don Gagne
2f9b78d6c3
Hack for PX4 auto-tune
1 year ago
Don Gagne
570548a4d1
Fix up support for MAV_RESULT_IN_PROGRESS
...
* Update unit tests to test for in progress
* Split result handler into regular ack and in progress ack callbacks
1 year ago
PX4BuildBot
9b660f19fc
Update PX4 Firmware metadata Thu Nov 16 09:18:17 UTC 2023
1 year ago
Don Gagne
740397e87b
Fix up support for Mavlink All dialect
1 year ago
PX4BuildBot
a379becf6e
Update PX4 Firmware metadata Wed Nov 15 14:05:15 UTC 2023
1 year ago
PX4BuildBot
d0bf8a3568
Update PX4 Firmware metadata Tue Nov 14 17:33:10 UTC 2023
1 year ago
PX4BuildBot
cbaec9b858
Update PX4 Firmware metadata Fri Nov 10 23:41:11 UTC 2023
1 year ago
James Mare
25595b9c1b
ignore unused-but-set-variable on mac builds to suppress errors in QGCTileCacheWorker.cpp and eigen
1 year ago
PX4BuildBot
0f11161900
Update PX4 Firmware metadata Thu Nov 9 09:26:52 UTC 2023
1 year ago
PX4BuildBot
641c705de1
Update PX4 Firmware metadata Tue Nov 7 18:10:53 UTC 2023
1 year ago
PX4BuildBot
447a2bf43d
Update PX4 Firmware metadata Tue Nov 7 12:00:01 UTC 2023
1 year ago
Sergii Lisovenko
12daef2f00
Use all mavlink includes instead of ardupilotmega for cmake build
...
Switched mavlink include option from 'ardupilotmega' to 'all' in the CMakeLists file. This modification will allow the use of all the functionalities offered by the mavlink library. the range of functionalities that can be utilized from the mavlink library.
1 year ago
Don Gagne
56cc34c5af
New translations qgc.ts (Chinese Simplified)
1 year ago
Don Gagne
6e1bed0660
New translations qgc.ts (Chinese Simplified)
1 year ago
Don Gagne
2290de9cf1
New translations qgc.ts (Chinese Simplified)
1 year ago
James Mare
1a4dc60634
custom-example: add example of tool inset use
...
this adds a (commented by default) rectangle which uses the tool insets
from the widget layer to dynamically size itself. This is an example of
how to use tool insets to position something on the custom-layer
1 year ago
James Mare
5407ea6f2d
custom-example: Fix tool insets in flyview
...
Make the custom fly view layer properly inherit so as to pass them through to the map,
and also use them to dodge the virtual joysticks.
1 year ago
James Mare
b2c4f849a0
custom-example: update qrc files
...
This is an auto update of the custom example qrc files using
updateqrc.py
1 year ago
James Mare
376f07b5db
FlyView: Make insets in the widget layer explicit
...
Rename properties to match the inset that they correspond to for better
maintainability
1 year ago
James Mare
e6220e011b
FlyViewMap: Check corners to recenter the vehicle
...
Previously the FlyViewMap only checked center tool insets to determine
whether to recenter the vehicle. This change makes it also check if the
vehicle has passed under a corner element using the corner tool insets.
This means the view will recenter if the vehicle flys under the
instrument panel for example.
1 year ago
James Mare
cf822ad0d2
FlyView: Fix tool insets in the custom layer
...
There is a default custom layer which is used in a non-custom build.
This commit makes this layer properly pass through the tool insets
unchanged
1 year ago
James Mare
1b37c0ec46
FlyView: Fix insets on the widget layer
...
makes all elements on the fly view widget layer properly pass out
tool insets
1 year ago
James Mare
d56cdb90e7
FlyView: add a toolinset viewer in the fly view
...
this is disabled by default but can be manually uncommented in the
flyview to test or debug tool insets
1 year ago
Hamza ZOGHMAR
10394d60a9
QGCTextField: fix forcing the use of virtual numeric keyboard
1 year ago
Peter Barker
f868d87069
qgroundcotrol.pro: do not build removed APMCompassCal
1 year ago
Peter Barker
d69e66ccd0
AutoPilotPlugins: remove APMCompassCal
...
ArduPilot's onboard calibration is superior to this old-style "offboard compass calibration", and we've just merged a patch which removes the mavlink API call to set the sensor offsets into the ArduPilot master branch.
1 year ago
Peter Barker
f79b466ffe
APMFirmwarePlugin: reposition using MAV_CMD_DO_REPOSITION
...
... falls back to using old mission-item method if reposition is not supported, which it is not for Sub
1 year ago
Peter Barker
a58fab96a8
Vehicle: add sendMavCommandIntWithHandler
...
equivalent to the non-int function, allows a caller to specify a callback when ACK is received
1 year ago
Beat Küng
39b345e636
Vehicle: update mode when StandardModes::modesUpdated is emitted
...
Required because the label of the currently active mode might change.
E.g. when an external mode gets registered but was already selected.
1 year ago
Don Gagne
b871751e62
Remove android sdks newer than 33
...
This will force gradle to use sdsk 33 only
1 year ago
Ramon Roche
d072f32a85
Update USBBoardInfo.json
1 year ago
Ramon Roche
22f0898fd3
Hardware: Add support for Pixhawk FMUv6XRT
1 year ago
Peter Barker
bf7c68942f
APM: cope with IN_PROGRESS messages from autopilot
1 year ago
PX4BuildBot
0fb6a9cea3
Update PX4 Firmware metadata Tue Oct 31 14:27:50 UTC 2023
1 year ago
Colin Wong
a6f14d5806
Fix typo in Fahrenheit name
1 year ago
Oleksiy Protas
08d0bc2496
H.265(HEVC) decoder ranking adjusted for VA-API and libav
...
Only gstreamer-vaapi plugin modules addressed as in the original code. Possibly need to have va plugin support too, but on a lower rank.
1 year ago
Sergii Lisovenko
b0859bd13b
Optimize map provider iteration to prevent app crashes
...
Changed from QHashIterator to using a constant iterator for iterating through the map providers in _providersTable. This change prevents application crashes during a map download session caused by the potential modification of an implicitly shared hash.
1 year ago
davidsastresas
d0ef9ea856
PhotoVideoControl.qml: Fix toggleShotting when no mavlink camera
1 year ago
davidsastresas
a0efba36b4
MissionManager: Support for MAV_CMD_DO_GIMBAL_MANAGER_PITCHYAW
1 year ago
Zdanek
1cfc3736c3
Set instrument Value have custom color as label
...
Fix instrument panel and editor layout
1 year ago
Beat Küng
c002ef6f70
StandardModes: only enable for daily builds
1 year ago
Beat Küng
427a5c43fc
joystick: handle dynamic flight mode updates
1 year ago
Beat Küng
968db69d9e
Vehicle: handle MAVLINK_MSG_ID_CURRENT_MODE
1 year ago
Beat Küng
c3d569d6ae
Vehicle: implement MAVLink standard modes
1 year ago
Beat Küng
09dca9a1bc
Vehicle: remove unused extraJoystickFlightModes
1 year ago
PX4BuildBot
2e9577189f
Update PX4 Firmware metadata Mon Oct 9 06:48:52 UTC 2023
1 year ago