Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
fd28bf03
Commit
fd28bf03
authored
Sep 30, 2016
by
Don Gagne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Major rework of Survey ui
parent
23e95926
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
784 additions
and
467 deletions
+784
-467
SurveyItemEditor.qml
src/MissionEditor/SurveyItemEditor.qml
+404
-352
Survey.FactMetaData.json
src/MissionManager/Survey.FactMetaData.json
+66
-1
SurveyMissionItem.cc
src/MissionManager/SurveyMissionItem.cc
+213
-72
SurveyMissionItem.h
src/MissionManager/SurveyMissionItem.h
+101
-42
No files found.
src/MissionEditor/SurveyItemEditor.qml
View file @
fd28bf03
This diff is collapsed.
Click to expand it.
src/MissionManager/Survey.FactMetaData.json
View file @
fd28bf03
...
...
@@ -18,20 +18,85 @@
"shortDescription"
:
"Amount of spacing in between parallel grid lines."
,
"type"
:
"double"
,
"decimalPlaces"
:
2
,
"min"
:
0.1
,
"units"
:
"m"
},
{
"name"
:
"Turnaround dist
.
"
,
"name"
:
"Turnaround dist"
,
"shortDescription"
:
"Amount of additional distance to add outside the grid area for vehicle turnaround."
,
"type"
:
"double"
,
"decimalPlaces"
:
2
,
"min"
:
0
,
"units"
:
"m"
},
{
"name"
:
"Ground resolution"
,
"shortDescription"
:
"Resolution of image in relationship to ground distance."
,
"type"
:
"double"
,
"decimalPlaces"
:
2
,
"min"
:
0
,
"units"
:
"cm/px"
},
{
"name"
:
"Frontal overlap"
,
"shortDescription"
:
"Amount of overlap between images in the forward facing direction."
,
"type"
:
"double"
,
"decimalPlaces"
:
0
,
"max"
:
75
,
"units"
:
"%"
},
{
"name"
:
"Side overlap"
,
"shortDescription"
:
"Amount of overlap between images in the side facing direction."
,
"type"
:
"double"
,
"decimalPlaces"
:
0
,
"max"
:
75
,
"units"
:
"%"
},
{
"name"
:
"Camera sensor width"
,
"shortDescription"
:
"Amount of overlap between images in the side facing direction."
,
"type"
:
"double"
,
"decimalPlaces"
:
2
,
"min"
:
1
,
"units"
:
"mm"
},
{
"name"
:
"Camera sensor height"
,
"shortDescription"
:
"Amount of overlap between images in the side facing direction."
,
"type"
:
"double"
,
"decimalPlaces"
:
2
,
"min"
:
1
,
"units"
:
"mm"
},
{
"name"
:
"Camera resolution width"
,
"shortDescription"
:
"Amount of overlap between images in the side facing direction."
,
"type"
:
"uint32"
,
"min"
:
1
,
"units"
:
"px"
},
{
"name"
:
"Camera resolution height"
,
"shortDescription"
:
"Amount of overlap between images in the side facing direction."
,
"type"
:
"uint32"
,
"min"
:
1
,
"units"
:
"px"
},
{
"name"
:
"Focal length"
,
"shortDescription"
:
"Amount of overlap between images in the side facing direction."
,
"type"
:
"double"
,
"decimalPlaces"
:
1
,
"min"
:
1
,
"units"
:
"mm"
},
{
"name"
:
"Camera trigger distance"
,
"shortDescription"
:
"Distance between each triggering of the camera."
,
"type"
:
"double"
,
"decimalPlaces"
:
2
,
"min"
:
0.1
,
"units"
:
"m"
}
]
src/MissionManager/SurveyMissionItem.cc
View file @
fd28bf03
This diff is collapsed.
Click to expand it.
src/MissionManager/SurveyMissionItem.h
View file @
fd28bf03
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment