Don Gagne
30f564d8f0
Update to latest upstream resources
1 year ago
Don Gagne
740397e87b
Fix up support for Mavlink All dialect
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
Don Gagne
d8ff5522dc
Remove AirMap support ( #10726 )
...
Airmap platform SDK is no longer supported by Airmap
2 years ago
Patrick José Pereira
5a45c05b9f
Fix cmake and version variable in build system ( #10109 )
...
* custom-example: Update from GIT_VERSION to new APP_VERSION_STR
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
* cmake: Fix usage of new variable APP_VERSION_STR over GIT_VERSION
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
3 years ago
honglang
32bf236014
FactGroup: Add HygrometerFactGround
3 years ago
Atanas Batinkov
17cb9f48df
PID tuning: add Autotune UI for rate & attitude controllers
3 years ago
Beat Küng
dba07c9227
component information: rework to reflect changed MAVLink API
4 years ago
DonLakeFlyer
e912e24860
Fix exclusion for CustomFlyViewOverlay
4 years ago
Beat Küng
ebab8def79
metadata: remove unused gz files
4 years ago
DonLakeFlyer
4614924e01
Rework to use standard instrument values display
4 years ago
DonLakeFlyer
f39d5acd96
Fix for python3
4 years ago
Dima Ponomarev
3f5aabfc1c
Add Vehicle FactGroup for ESC_STATUS values ( #8983 )
...
Add esc_status to vehicle fact group
5 years ago
Remek Zajac
d2a5dc0156
Update icons to clearly demonstrate custom works
5 years ago
Remek Zajac
e969a644c0
remove gst and run update...py
5 years ago
Remek Zajac
816aa85b96
Do no duplicate AndroidManifest.xml, yet allow supplying it and the java sources
5 years ago
Remek Zajac
de03dadc3c
Allow custom AndroidManifest.xml and icons
5 years ago
Aleksey Kontsevich
68f7c7608a
QML Image: Cannot open: error fix on custom build
5 years ago
DonLakeFlyer
c5511e09c8
Update custom example to latest changes
5 years ago
Aleksey Kontsevich
771e60a423
Deploy custom start script for custom build
5 years ago
Aleksey Kontsevich
f27dbb68fa
Custom binary build fix
5 years ago
Aleksey Kontsevich
7b6d7c6817
Update CustomFirmwarePlugin.cc
5 years ago
Aleksey Kontsevich
abb96a4e7c
-Waddress-of-packed-member build error fix
...
Also fixed custom build
5 years ago
Roie Geron
7001704841
Add return in CustomFirmwarePlugin::hasGimbal
...
remove warning caused build failure
5 years ago
DoinLakeFlyer
20664925b0
Modified support for multiple first run pages. Added first run for offline vehicle settings.
5 years ago
DoinLakeFlyer
7644653c89
Rework Fly View into separate layers which can be customized at each layer.
5 years ago
Remek Zajac
127a8b2f7f
more catches
5 years ago
DoinLakeFlyer
d68e558649
Major update to simplify and document the custom build example
5 years ago
Andrew Voznytsa
1c633e8ec1
Fix CustomVideoReceiver
5 years ago
Matej Frančeškin
17a591ac61
Fix video start/stop/restart on error
5 years ago
Andrew Voznytsa
98510ab002
Update VideoReceiver and VideoManager APIs
5 years ago
Andrew Voznytsa
07e26df1b7
Use parsebin for automatic stream demuxing and parsing; Automatically insert rtpjitterbuffer for RTP streams to avoid video stuttering
5 years ago
Gus Grubba
e48c6044ce
Start local video recording along with camera video recording.
6 years ago
Gus Grubba
41351f8069
Remove debugging code
6 years ago
Gus Grubba
0f974ebc76
Moving pairing UI to custom-example as this is where it will reside for the time being.
6 years ago
Gus Grubba
fe59583def
UI/UX Rework
6 years ago
Gus Grubba
bdaa0e3d02
Pairing in toolbar when not connected (to the right of toolbar)
6 years ago
Gus Grubba
12043ba41b
Remove all references to Pairing if it's not supported.
6 years ago
Gus Grubba
20bf53f552
Remove unused pairing settings
6 years ago
Gus Grubba
604e12f645
Add link pairing
6 years ago
Gus Grubba
e56877b306
Enable video running time and shutter count
6 years ago
Tomaz Canabrava
b974c6bbe0
CustomVideoManager: Use qobject_cast
...
qobject_cast is times faster then dynamic_cast for objects
that inherit QObject. also, use auto keyword to not repeat
the class name
6 years ago
Tomaz Canabrava
42ad3de71b
CustomPlugin: Use qobject_cast
...
qobject_cast is times faster then dynamic_cast for objects that
inherit QObject. Also, use auto keyword to not duplicate the
name of the Class
6 years ago
Stefan Dunca
11cb267881
Fix compas jumping around in the vehicle information control
6 years ago
Gus Grubba
66c2a33f30
Wrap up
6 years ago
Stefan Dunca
0fe8ae9d1e
custom-example: add showAttitudeWidget as a persistent option
6 years ago
Stefan Dunca
73a4286df6
custom-example: Make GPS info optional and persistent
6 years ago
Stefan Dunca
80ce7ae0f9
custom-example: Add GPS info to the Vehicle Indicator
6 years ago