Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
1fc04bf4
Commit
1fc04bf4
authored
Sep 30, 2016
by
Don Gagne
Browse files
Fix unit test usage
parent
fd28bf03
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/MissionManager/SurveyMissionItem.cc
View file @
1fc04bf4
...
...
@@ -92,7 +92,7 @@ SurveyMissionItem::SurveyMissionItem(Vehicle* vehicle, QObject* parent)
_gridAltitudeFact
.
setRawValue
(
50
);
_gridSpacingFact
.
setRawValue
(
30
);
_turnaroundDistFact
.
setRawValue
(
_vehicle
->
multiRotor
()
?
0
:
60
);
_turnaroundDistFact
.
setRawValue
(
(
_vehicle
&&
_vehicle
->
multiRotor
()
)
?
0
:
60
);
_cameraTriggerDistanceFact
.
setRawValue
(
25
);
_groundResolutionFact
.
setRawValue
(
3
);
_frontalOverlapFact
.
setRawValue
(
10
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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