Commit e82211f2 authored by Andreas Bircher's avatar Andreas Bircher

adding turnaround waypoints

Conflicts:
	src/MissionEditor/SurveyItemEditor.qml
	src/MissionManager/ComplexMissionItem.cc
	src/MissionManager/ComplexMissionItem.h
parent f434cda0
...@@ -92,7 +92,7 @@ Rectangle { ...@@ -92,7 +92,7 @@ Rectangle {
} }
Repeater { Repeater {
model: [ missionItem.gridAngle, missionItem.gridSpacing, missionItem.gridAltitude ] model: [ missionItem.gridAngle, missionItem.gridSpacing, missionItem.gridAltitude, missionItem.turnaroundDist ]
Item { Item {
anchors.left: parent.left anchors.left: parent.left
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment