Kelly Steich
c10431fe5e
total mission stats computation
...
first iteration of mission stats calculation (dist and maxTelem)
add survey item distance to mission distance
remove unused calculations from _calcHomeDist
added correct calculation of missionMaxTelemetry when there is a complex item
use speed to compute mission time according to vehicle type
started implementation of hover and cruise distance
corrected typos
added logic
prevent survey from crasing
added checks for vtol
rearrange logic
added primitive check for landing
rearranged checks
new arrangement
added logic for transition
fix for small bugs
add check for mission speed larger than 0
remove already existinh check
reduce code a bit
clean up
9 years ago
Don Gagne
28c0bf9e8b
Copy coordinate frame from prev waypoint as well
9 years ago
Don Gagne
bd1cddda24
Fix home position distance to 0.0
9 years ago
Don Gagne
f78ed772cd
Prevent double request of mission items ( #3692 )
9 years ago
Don Gagne
3d12ff8d0e
Change mission loading model
...
Vehicle change: All items removed
Vehicle add: Request sync is not already in progress
9 years ago
Nate Weibley
deb279bf46
Correct camelCase
9 years ago
Nate Weibley
970e41aa07
Update the MissionController line model to a much faster and less expensive implementation
9 years ago
Nate Weibley
e7044bd2ce
Fix waypoint insertion so it actually works
9 years ago
Nate Weibley
e95fd88b92
Fix memory leak during dragging waypoint
9 years ago
Lorenz Meier
78550907fe
Adjust license terms in all headers to reflect new dual-license
9 years ago
Daniel Agar
82140c8dce
update fixed wing cmd default values
9 years ago
Don Gagne
8ea7f6fad8
Remove All sets dirty bit
9 years ago
Don Gagne
42c1131610
New QGCMobileFileDialog
...
- Convert mission load/save to it
- Allow parameter load/save on mobile
9 years ago
Don Gagne
45dceec352
Survey initial grid generation
9 years ago
Don Gagne
307414c067
Fix crash on delete
9 years ago
Don Gagne
b4efe20564
Fix compiler warning
9 years ago
Don Gagne
0778e3ba97
Add complex mission item exit coordinate support
...
Plus many load/save fixes
9 years ago
Don Gagne
62285253bf
More work on complex mission items
...
- Load/Save working
- Entry point working
9 years ago
Don Gagne
32b8a5494e
Simple/Complex item rearchitecture
...
Plus new unit tests
9 years ago
Don Gagne
9e061b2da3
ComplexMissionItem support for Survey
9 years ago
Don Gagne
fd7afab61b
Don't use home for last altitude
9 years ago
Don Gagne
809d29c8d8
In progress indicator for vehicle sync
9 years ago
Don Gagne
b85ca3bd10
Fix compile errors
9 years ago
Don Gagne
12980b186b
Add support for load/save mission on tablet
9 years ago
Don Gagne
e7c887894e
Correctly handle large numbers of waypoints
9 years ago
Don Gagne
2d887d6243
Track current mission item while flying
9 years ago
Don Gagne
35118d545d
Fix line to home logic
9 years ago
Don Gagne
f657d3190d
Fix DO_JUMP id handling
...
# Conflicts:
# src/MissionManager/MissionManagerTest.cc
9 years ago
Don Gagne
51bfac2f9c
Planned Home Position support
...
Also additional major Mission usability changes
9 years ago
Don Gagne
9699594957
Support command editor overrides
...
- override by vehicle type
- override by firmware type
9 years ago
dogmaphobic
bdfacbd2b5
General Clean Up
9 years ago
Don Gagne
251bbf80ab
Support V110 (APM) and V120 (PX4) formats
...
- Fix: Version error message not being displayed
- Correct handling of APM and PX4 files with respect to home position
in first slot
- Emit newItemsFromVehicle signal so editor can fit map viewport on
load from vehicle
9 years ago
Don Gagne
3ad581bdfb
Add support for mission item insert
9 years ago
Don Gagne
608810cfc8
Add support for mission item insert
9 years ago
DonLakeFlyer
b9c80cc130
Fix fake home position
10 years ago
Don Gagne
0c5c6c5d46
Set dirty bit when RemoveAllItems
10 years ago
Don Gagne
6921214a46
Rework gear icon to hamburger with menu options
...
Hamburger: Delete, Delete All, Show all Values
10 years ago
Don Gagne
8e5995e481
Rework gear icon to hamburger with menu options
...
Hamburger: Delete, Delete All, Show all Values
10 years ago
Don Gagne
256a5ab750
Fix destructor strangeness
10 years ago
Don Gagne
4f28570179
Switch back to item #, plus alt display
10 years ago
Don Gagne
5e04e33de9
Remove all message and file dialog code from mobile
10 years ago
Don Gagne
89cacd32a1
Convert QGCMessageBox to QGCApplication::showMessage
10 years ago
Don Gagne
f3cb61968b
Home position fixes
10 years ago
DonLakeFlyer
2390c57366
APM Mission fixes
10 years ago
Don Gagne
6a33d55d6b
Show altitude in mission item
10 years ago
Don Gagne
094fb159d9
Show altitude in mission item
10 years ago
Don Gagne
1da21bda16
Add concept of standalone coordinate
...
Standalone coordinate don’t connect to waypoint lines
10 years ago
Don Gagne
440c73f9e6
Add concept of standalone coordinate
...
Standalone coordinate don’t connect to waypoint lines
10 years ago
Don Gagne
fead2b5e15
commit
10 years ago
Don Gagne
698a3e3574
Move acceptance radius to friendly edit
...
Both altitude and acceptance radius will track last value
10 years ago