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
Gus Grubba
edf814c1a8
First experiment
6 years ago
Gus Grubba
2647db0e79
Show how to implement custom video manager
6 years ago
Stefan Dunca
ade80bbec7
custom-example: Fix gimbal view and special case for thermal options
6 years ago
Stefan Dunca
439ff491c4
Fix gimbal indicator display
...
Fix gimbal indicator so that angle values match the markers
Select thermal mode on thermal menu selection
6 years ago
Yasen
a51a42b4ed
Custom Vehicle Selector visual improvements
...
Custom vehicle selector now affected by theme change. Cosnistent with other actrive elements
6 years ago
Yasen
207e48856d
Custom Main Toolbar drawer visual improvements
...
Drawer now affected by theme, consistent with the rest of the active elements.
TODO: Add hover for desktop
6 years ago