davidsastresas
56e05f4a58
Vehicle: independent function to delete gimbal controller, needed for tests:
...
RequestMessageTest implementation collides with how gimbal controller works.
Gimbal controller will request some messages when hearbeat is received, to
try to discover new gimbals, and it messes with this particular test, so this
way we can disable gimbal manager just for this test
11 months ago
davidsastresas
ec2273666f
FlyViewVideo.qml, OnScreenGimbalController.qml: fix conflict with tracking feature after rebase
11 months ago
davidsastresas
9d31252424
GimbalIndicator.qml: Add Acquire/release control button
11 months ago
davidsastresas
390571fbf3
GimbalControllerSettings: Add setting to show or not Acquire/release control button
11 months ago
davidsastresas
29003c4f97
GimbalController.cc: send NAN instead of 0 when rates are not used
11 months ago
davidsastresas
24481c8885
FlyViewMap.qml: connect roilocationitem to vehicle roiCoordChanged:
...
Instead of setting manually the roilocationitem coordinate in
flyviewmap.qml, we rely instead on the new signal from vehicle.
This way, changes in roi in other parts of the app than map clicks,
like gimbal controls point home, will make the roi indicator appear
11 months ago
davidsastresas
23dfa6570e
Vehicle: add roiCoordChanged signal:
...
this allows for ROI commanded elsewhere than clicking on map
( like gimbal panel point home action ) to show the ROI indicator
on map
11 months ago
davidsastresas
02370dee98
FlyViewMap.qml: ROI edit click area ocupying all the label:
...
before this commit it was ocupying only the missionitemindex label,
which is very small. Now it takes into account the are with the label
as well
11 months ago
davidsastresas
78ee54ee91
Joystick: fix gimbal control and add some new button actions for gimbal control
11 months ago
davidsastresas
eb36c29e72
InstrumentValueIcons: add 2 new icons for gimbal telemetry, artwork by Alex de la Torre
...
Co-authored-by: davidsastresas <davidsastresas@gmail.com>
Co-authored-by: alexdelatorre <alex.delatorre@lincesystems.com>
11 months ago
davidsastresas
96292f0d3e
FlyviewVideo.qml: add OnScreenGimbalController for gimbal mouse actions control
11 months ago
davidsastresas
91b050d88d
OnScreenGimbalController.qml: first commit, process onscreen mouse actions for gimbal control
11 months ago
davidsastresas
b9f23b3755
VehicleMapItem.qml: add gimbal yaw indicator over map
11 months ago
davidsastresas
3329ef8d17
FirmwarePlugin.cc: add gimbalIndicator to toolIndicators
...
Co-authored-by: davidsastresas <davidsastresas@gmail.com>
Co-authored-by: Julian Oes <julian@oes.ch>
11 months ago
davidsastresas
e88303f611
GimbalIndicator.qml: first commit
...
Co-authored-by: davidsastresas <davidsastresas@gmail.com>
Co-authored-by: Julian Oes <julian@oes.ch>
11 months ago
davidsastresas
26ef825a02
qgcresources.qrc: add new icon for gimbal indicator
11 months ago
davidsastresas
5cc5b76f6b
resources: add new icon for gimbal indicator, artwork by Alex de la Torre
...
Co-authored-by: davidsastresas <davidsastresas@gmail.com>
Co-authored-by: alexdelatorre <alex.delatorre@lincesystems.com>
11 months ago
davidsastresas
c0d70cbc82
Vehicle: add gimbalController, and move gimbal functionality there:
...
All the gimbal related commands, minus ROI, are now in gimbal controller.
This commit removes everything else related to gimbal in vehicle, and also
adds some small fixes
Co-authored-by: davidsastresas <davidsastresas@gmail.com>
Co-authored-by: Julian Oes <julian@oes.ch>
11 months ago
davidsastresas
13ed857037
qgroundcontrol.pro: add GimbalController and GimbalControllerSettings
...
Co-authored-by: davidsastresas <davidsastresas@gmail.com>
Co-authored-by: Julian Oes <julian@oes.ch>
11 months ago
davidsastresas
0e4435f71d
QGCApplication.cc: add GimbalController and register to qml
...
Co-authored-by: davidsastresas <davidsastresas@gmail.com>
Co-authored-by: Julian Oes <julian@oes.ch>
11 months ago
davidsastresas
e44445ce70
GimbalController and GimbalControllerSettings: first commit
...
Co-authored-by: davidsastresas <davidsastresas@gmail.com>
Co-authored-by: Julian Oes <julian@oes.ch>
11 months ago
davidsastresas
6e152ec140
FlyViewMap.qml: fix previous c1364dad3 commit after backport to 4.3 from master:
...
Leaving set ekf origin out as well, as that hasn't been backported to 4.3
11 months ago
Don Gagne
3c39c108b0
Add ROI editing menu
...
* Supports Cancel ROI, and Edit Position
* Created reusable popup menu control
11 months ago
Don Gagne
e1d4b61c20
Add support to pass click position through signal
11 months ago
Don Gagne
72e9d74918
Remove ROI Indicator from toolbar
...
Click ROI in map to delete instead
11 months ago
davidsastresas
607879a512
ToolStrip.qml: expose fontSize for ToolStripHoverButton
11 months ago
davidsastresas
c2009ef5ec
MainRootWindow.qml: indicator popup, allow to not dim background
11 months ago
davidsastresas
156be66786
QGCButton.qml: add fontWeight property
11 months ago
Julian Oes
5c1eb25660
RemoteIDManager: QString::mid instead of sliced.
...
QString::sliced is only introduced with Qt6.
Signed-off-by: Julian Oes <julian@oes.ch>
11 months ago
Jimmy
50200a59d4
Bug fix: QGC will crashed when disconnecting a vehicle and then reconnecting with joystick connected. ( #11260 )
11 months ago
Don Gagne
309d67c52f
Remove unused parameters
11 months ago
Nick Exton
ec08766761
Vehicle: Remove centi-degrees conversion in MOUNT_CONTROL
...
Fixes : #11215
11 months ago
Don Gagne
4a42e2f9be
DO_SET_ROI_LOCATION is now supported
...
This fixes a bug with ArduPilot complaining about NANs in cancel roi
11 months ago
Sergii Lisovenko
5b5a18c678
Fixes for joystick event handling in QML
...
This update changes the method signatures for "onAxisValueChanged", "onRawButtonPressedChanged", and "onAxisValues" events in QML according to Qt6 requirements. Each event now directly accepts the necessary arguments.
11 months ago
TsuyoshiKawamura
752bee48a4
PendingIntent needs IMMUTABLE flag from Android12
11 months ago
Alexis Guijarro
fee62f0f98
Update FirmwareUpgradeController.cc
...
Control Zero Classic Board entry added
11 months ago
oorahmi
b51eb6ab74
Fix Remote ID buffer sizes to spec and refactor _getSelfIDDescription
11 months ago
Julian Oes
9699856df3
GPS/Drivers: Update submodule, fix RTK for F9P
...
This updates the GPS driver submodule to latest main. This includes a
fix for RTK for the uBlox F9P where a config failed and prevent proper
init of the GPS module.
Signed-off-by: Julian Oes <julian@oes.ch>
11 months ago
PX4 Build Bot
116597ad4f
New translations qgc-json.ts (Chinese Simplified)
11 months ago
PX4 Build Bot
8c3fcdd706
New translations qgc-json.ts (Turkish)
11 months ago
PX4 Build Bot
0e6ae909a1
New translations qgc-json.ts (Korean)
11 months ago
PX4 Build Bot
697eebfab8
New translations qgc.ts (Chinese Simplified)
11 months ago
PX4 Build Bot
4af0b91ff7
New translations qgc.ts (Turkish)
11 months ago
PX4 Build Bot
387d1c0446
New translations qgc.ts (Korean)
11 months ago
PX4 Build Bot
eca53d9b0a
New Crowdin updates ( #11027 )
...
* New translations qgc.ts (Japanese)
* New translations qgc.ts (Portuguese)
* New translations qgc.ts (Chinese Simplified)
* New translations qgc.ts (Azerbaijani)
11 months ago
PX4 Build Bot
0f55636d77
New Crowdin updates ( #11025 )
...
* New translations index.md (Korean)
* New translations index.md (Turkish)
* New translations index.md (Chinese Simplified)
* New translations command_line_options.md (Korean)
* New translations command_line_options.md (Turkish)
* New translations command_line_options.md (Chinese Simplified)
* New translations unit_tests.md (Chinese Simplified)
* New translations custom_build.md (Chinese Simplified)
* New translations mavlink.md (Korean)
* New translations mavlink.md (Turkish)
* New translations mavlink.md (Chinese Simplified)
* New translations release_branching_process.md (Korean)
* New translations release_branching_process.md (Turkish)
* New translations release_branching_process.md (Chinese Simplified)
* New translations parameters.md (Chinese Simplified)
* New translations plan.md (Korean)
* New translations plan.md (Turkish)
* New translations plan.md (Chinese Simplified)
* New translations index.md (Korean)
* New translations index.md (Turkish)
* New translations index.md (Chinese Simplified)
* New translations release_branching_process.md (Korean)
* New translations release_branching_process.md (Turkish)
* New translations release_branching_process.md (Chinese Simplified)
* New translations log_download.md (Korean)
* New translations fly_view.md (Korean)
* New translations fly_view.md (Turkish)
* New translations fly_view.md (Chinese Simplified)
* New translations download_and_install.md (Korean)
* New translations download_and_install.md (Turkish)
* New translations download_and_install.md (Chinese Simplified)
* New translations quick_start.md (Korean)
* New translations quick_start.md (Turkish)
* New translations quick_start.md (Chinese Simplified)
* New translations pattern.md (Korean)
* New translations pattern.md (Turkish)
* New translations pattern.md (Chinese Simplified)
* New translations pattern_corridor_scan.md (Korean)
* New translations pattern_corridor_scan.md (Turkish)
* New translations pattern_corridor_scan.md (Chinese Simplified)
* New translations pattern_structure_scan_v2.md (Turkish)
* New translations pattern_survey.md (Korean)
* New translations pattern_survey.md (Turkish)
* New translations pattern_survey.md (Chinese Simplified)
* New translations plan_rally_points.md (Turkish)
* New translations plan_view.md (Korean)
* New translations plan_view.md (Turkish)
* New translations plan_view.md (Chinese Simplified)
* New translations release_notes.md (Korean)
* New translations release_notes.md (Turkish)
* New translations release_notes.md (Chinese Simplified)
* New translations stable_v3.2_long.md (Korean)
* New translations stable_v3.2_long.md (Turkish)
* New translations stable_v3.2_long.md (Chinese Simplified)
* New translations stable_v3.3_long.md (Korean)
* New translations stable_v3.3_long.md (Turkish)
* New translations stable_v3.3_long.md (Chinese Simplified)
* New translations console_logging.md (Turkish)
* New translations console_logging.md (Chinese Simplified)
* New translations general.md (Korean)
* New translations general.md (Turkish)
* New translations general.md (Chinese Simplified)
* New translations mavlink.md (Korean)
* New translations mavlink.md (Turkish)
* New translations mavlink.md (Chinese Simplified)
* New translations firmware.md (Turkish)
* New translations joystick.md (Korean)
* New translations joystick.md (Turkish)
* New translations joystick.md (Chinese Simplified)
* New translations motors.md (Turkish)
* New translations motors_ardusub.md (Turkish)
* New translations parameters.md (Turkish)
* New translations radio.md (Turkish)
* New translations safety_ardupilot.md (Korean)
* New translations safety_ardupilot.md (Turkish)
* New translations safety_ardupilot.md (Chinese Simplified)
* New translations sensors_ardupilot.md (Korean)
* New translations sensors_ardupilot.md (Turkish)
* New translations sensors_ardupilot.md (Chinese Simplified)
* New translations sensors_px4.md (Korean)
* New translations sensors_px4.md (Turkish)
* New translations sensors_px4.md (Chinese Simplified)
* New translations support.md (Korean)
* New translations support.md (Turkish)
* New translations support.md (Chinese Simplified)
* New translations toolbar.md (Turkish)
* New translations qgc_setup.md (Korean)
* New translations qgc_setup.md (Turkish)
* New translations qgc_setup.md (Chinese Simplified)
* New translations resume_mission.md (Korean)
* New translations resume_mission.md (Turkish)
* New translations resume_mission.md (Chinese Simplified)
11 months ago
dependabot[bot]
77f92728bd
Bump vite from 5.0.4 to 5.0.12
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.0.4 to 5.0.12.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.0.12/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.0.12/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
11 months ago
Marek S. Łukasiewicz
8337744aa2
Update guidedModeGotoLocation doc comment ( #10978 )
11 months ago
Don Gagne
ca0a51ffa2
Don't hide charts on mobile
11 months ago
Don Gagne
87178b9a48
Show polygon edge lengths while dragging vertex
11 months ago