Don Gagne
fb8d580644
Simpler control design for better mobile display
6 years ago
Gus Grubba
b392e0c468
Fix parameter for video stream info request
6 years ago
Gus Grubba
ba1378fa40
Added h.264 on MPEG TS (over UDP)
...
Updated MAVLink to handle video stream types (auto discovery)
6 years ago
Don Gagne
9ad555d039
Hide guided map indicators when vehicle goes away
6 years ago
Don Gagne
75f3cba8b7
Better show/hide behavior of guided map indicators
6 years ago
Don Gagne
e48bf87fb0
Map Indicator confirm/cancel support
6 years ago
Gus Grubba
6b40530679
iOS and Android need a different, raw h.264 pipeline
6 years ago
Don Gagne
63568769f1
Show Orbit center from telemetry
6 years ago
Gus Grubba
b8ad654486
Fix stream configuration test
6 years ago
Gus Grubba
9dba67b9ac
Initial work on video stream discovery
6 years ago
Gus Grubba
c40fc59e67
Handle warnings
6 years ago
Don Gagne
ed7d691d88
Fix rotation
6 years ago
Don Gagne
4bd1390c7a
Show orbit telemetry status on map
6 years ago
Don Gagne
20485a4692
* Add support for showing rotation on QGCMapCircle.
...
6 years ago
Gus Grubba
4ee31e1698
Clip video rectangle so when aspect ratio is adjusted, the image is not larger than the containing (window) rectagle.
6 years ago
Gus Grubba
994712c548
Fix UVC handling
7 years ago
Don Gagne
0b938f334e
Better handling of Flight Plan Complete comm lost scenarios
7 years ago
Gus Grubba
5bbb207d01
CP - Cleanup warnings
7 years ago
Don Gagne
78b7d48db3
New Resume Mission sequence
7 years ago
Daniel Agar
7e11e615f6
cmake cleanup dependency handling
7 years ago
Daniel Agar
77b545c78b
cmake create FlightDisplay library in src/FlightDisplay
7 years ago
Don Gagne
ad064b5264
Expose guided altitude settings. Rearrange Fly and Plan view settings.
7 years ago
Gus Grubba
ebcc802d9c
Fix warnings
7 years ago
Patrick José Pereira
a4d7af9686
FlightDisplay: Change from foreach to c++11 for
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
7 years ago
Don Gagne
4132f7706b
Add box around map warnings text
7 years ago
Don Gagne
96eae82a3c
Multi-Vehicle Start/Pause Fixes
7 years ago
Gus Grubba
5c956faa7d
Added option to enable/disable Airspaces on map
...
Limit all queries to areas smaller than 500km^2. If an area of interest is greater, clip to 500km^2 centered on current ROI's center.
Removed the identifier "Airmap" from error messages coming from Airmap.
Added a clipping function to QGCGeoBoundingCube (clip polygon to given area)
7 years ago
Don Gagne
82cceb1ae7
Fix resume mission item count bug
7 years ago
Don Gagne
af0131b656
Better sizing of instrument panel
7 years ago
Gus Grubba
d877104e68
Handle airspace colors.
...
Replacing colors with the ones provided by Airmap.
Adding border color and width.
Adding airspace ID so it can later be linked to the advisory list.
7 years ago
Gus Grubba
e25f7af63b
If briefing evaluation returns no authorization, assume none is required. This is reflected in the UI as "Authorization Not Required".
7 years ago
Gus Grubba
eb341a6eea
Update airmapd (fixes airspace crashes)
...
Added some basic color management for airspaces
7 years ago
Gus Grubba
0a62b2244b
Improve virtual joystick graphics ( #6182 )
7 years ago
Don Gagne
9089a8b75a
Remove WIP
7 years ago
Gus Grubba
e67ba35dfe
Switch advisory API
...
Handle flight start/end time
Handle start/stop traffic monitor
Only start telemetry if enabled
Added a "Now" button for the flight start time
Collect advisories only when the rules change
7 years ago
Gus Grubba
b66447ff65
Updates in general was only done if a POI changed. This caused changes related to something other than a change in POI to be ignore. The code now "resets" the POI when such changes occur (change of ruleset for example).
...
Ruleset selection is was not persistent. When reloading the list of rulesets for a given region, any previously selected ruleset would be reset to defaults.
Also fixed several new clang warnings.
7 years ago
Gus Grubba
bc10a8d29a
Connection management
7 years ago
DonLakeFlyer
440913db7d
Fix orbit radius
7 years ago
Gus Grubba
7ab86a9727
Skip custom instrument widget test if none exists.
7 years ago
yaoling
495ad23050
Update GuidedActionsController.qml
...
there was bug in orbitMapCircle.radius line 392, the radius is default value 30 , and no change when view circle change
7 years ago
DonLakeFlyer
3d92951396
Fix Orbit
7 years ago
DonLakeFlyer
3ca7ef5332
No continue mission when disarmed
...
This is a partial workaround to testing using SITL where plane never lands
7 years ago
Gus Grubba
e200d62250
Properly handle (unavailable) RX RSSI
7 years ago
DonLakeFlyer
3992e5bd20
Draggable radius adjustment for Orbit
7 years ago
DonLakeFlyer
58c0d43672
Mavlink Orbit support
7 years ago
DonLakeFlyer
daffafe867
Fix debug logging
7 years ago
acfloria
3e0c103ae4
Do not display the VirtualJoystick while high latency is active
7 years ago
DonLakeFlyer
5be806e307
Reorganize to retain state
7 years ago
DonLakeFlyer
2583ff1fb3
Vehicle recenter takes into account correct viewport
7 years ago
Gus Grubba
c70a6fa4b0
Expose VideoReceiver allowing plugins to override it.
7 years ago