DonLakeFlyer
8f0e0a2a9e
Generic PID tuning support
7 years ago
Don Gagne
0ca69da917
Merge pull request #6481 from DonLakeFlyer/CameraCalcTrigger
...
CameraCalc: Add missing update triggers
7 years ago
Don Gagne
c08ae50262
Merge pull request #6478 from DonLakeFlyer/ROIDistance
...
Fix standalone coords affecting time/distance
7 years ago
DonLakeFlyer
4e80a0b6e6
Allow custom build to hide Absolute Altitude
7 years ago
Don Gagne
5ad6fdf2c6
Merge pull request #6479 from DonLakeFlyer/FWLandingWork
...
Fixed Wing Landing Pattern: Visualize landing area
7 years ago
DonLakeFlyer
efe4227b84
Add missing update triggers
7 years ago
DonLakeFlyer
c7ea53d4dd
Rotate landing area
7 years ago
DonLakeFlyer
ec0f015d97
Fix standalone coords affecting time/distance
7 years ago
Don Gagne
11646eb741
Merge pull request #6475 from DonLakeFlyer/SurveyCameraUpdate
...
Update camera specs on creation
7 years ago
DonLakeFlyer
b118da10d0
Fix initial dirty state
7 years ago
DonLakeFlyer
042f02b5a3
Show landing area
7 years ago
Don Gagne
6bd75d16b0
Merge pull request #6474 from DonLakeFlyer/Battery2Work
...
Battery2 work: Support in FactGroups and ArduPilot Power page
7 years ago
DonLakeFlyer
60c638d241
Update camera specs on creation
7 years ago
DonLakeFlyer
0a7a9ff06f
UI Tweak
7 years ago
DonLakeFlyer
5ce755c09e
Handle second battery
7 years ago
Don Gagne
3a681376c6
Merge pull request #6472 from DonLakeFlyer/ActionList
...
Fix action list showing empty
7 years ago
Don Gagne
a376e14f45
Merge pull request #6473 from DonLakeFlyer/FWLandingFly
...
Use FW Landing visuals in Fly View
7 years ago
DonLakeFlyer
06d6c93957
Use FW Landing visuals in Fly
7 years ago
DonLakeFlyer
86ee7c08b7
Fix action list showing empty
7 years ago
DonLakeFlyer
61a50ca694
comit
7 years ago
Don Gagne
65ebabe428
Merge pull request #6469 from DonLakeFlyer/SurveyEntry
...
Survey: Rotate survey entry
7 years ago
DonLakeFlyer
fb467b4afa
Rotate survey entry
...
Also don't save to settings
7 years ago
Don Gagne
0f630c0669
Merge pull request #6468 from DonLakeFlyer/PX4Takeoff
...
Don't go into Hold before takeoff
7 years ago
Don Gagne
07ce9312a4
Merge pull request #6464 from DonLakeFlyer/SavedComplexSettings
...
Save fact settings for new Transect code
7 years ago
DonLakeFlyer
edef43217f
Don't go into Hold before takeoff
7 years ago
DonLakeFlyer
11e2e9a3ac
Remove deleted signal
7 years ago
Don Gagne
6a3c99c808
Merge pull request #6461 from DonLakeFlyer/DebugGuided
...
Single bool to debug guided actions
7 years ago
Don Gagne
b92e685d07
Merge pull request #6463 from DonLakeFlyer/TerrainStatus
...
Show indicator for mission terrain data
7 years ago
Don Gagne
b53af4978e
Merge pull request #6462 from DonLakeFlyer/DropPanelSizing
...
Allow DropPanel dynamic sizing
7 years ago
DonLakeFlyer
eab5fe7c3e
Save fact settings for new Transect code
7 years ago
DonLakeFlyer
d447968e93
Show indicator for mission terrain data
7 years ago
Don Gagne
021ca19e2e
Merge pull request #6377 from acfloria/feature/primary_branch
...
Support for multiple links to a single vehicle
7 years ago
DonLakeFlyer
31074ff659
Allow DropPanel dynamic sizing
7 years ago
DonLakeFlyer
badf09db85
Single bool to debug guided actions
7 years ago
Don Gagne
0308bb4b35
Merge pull request #6458 from DonLakeFlyer/AppveyorQt
...
Appveyor only has Qt 5.9.5
7 years ago
DonLakeFlyer
362a00bb65
Appveyor only has Qt 5.9.5
7 years ago
Don Gagne
be3901a8fc
Merge pull request #6456 from DonLakeFlyer/SliderCrash
...
FactValueSlider: Fix crash when empty
7 years ago
Don Gagne
8486840c91
Fix incorrect ownership
7 years ago
Don Gagne
893a9da24b
Merge pull request #6453 from barzanisar/patch-2
...
minor typo fix
7 years ago
Don Gagne
a65de46f0a
Fix crash when empty
7 years ago
acfloria
317fe902f2
Remove the advanced link settings
...
Show the link indicator in the tool bar if two or more links are connected and at least one of them is a high latency link.
Show in the link indicator if a link is inactive.
7 years ago
acfloria
7c89c4ac05
Multi link support clean up
...
- Improve function names
- For notifications of an active link change only show the priority keyword if multiple links are connected
- Use QMap instead of QList for the HeartbeatTimers
- Style improvements
- Simplify sending the MAV_CMD_CONTROL_HIGH_LATENCY command
7 years ago
acfloria
a09fcba928
Do not change the priority link if it was commanded and is still active
7 years ago
acfloria
a7310e4019
Fix uninitialized variable in AppSettings causing a Segfault
7 years ago
acfloria
66fcbc2a2d
Allow tracking multiple heartbeats for a single link
...
Add the HeartbeatTimer class to track a single heartbeat for a single link.
For every new received heartbeat an instance of the class is created.
Every instance emits a signal if it timed out or the timer is restarted.
Each vehicle then decides based on all different signals which link is the
priority link.
7 years ago
acfloria
1e77e29513
Use again the heartbeat instead of bytes received to determine if a link is active
7 years ago
acfloria
dd28d2a35f
Fix QTimer issue and send command on high latency link change
7 years ago
acfloria
f4b037296f
Use name instead of portName in getName of the SerialLink
7 years ago
acfloria
ee61860368
Save and load high latency property to/from link configurations
7 years ago
acfloria
01492d9f87
Improve notification on link switching
7 years ago