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
3b25253b
Commit
3b25253b
authored
Feb 04, 2020
by
Valentin Platzgummer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
smart RTL AaR speed issue and Stat sec. duration AaR issue solved
parent
8f2e7aff
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
65 additions
and
105 deletions
+65
-105
WimaController.cc
src/Wima/WimaController.cc
+62
-105
WimaController.h
src/Wima/WimaController.h
+3
-0
No files found.
src/Wima/WimaController.cc
View file @
3b25253b
This diff is collapsed.
Click to expand it.
src/Wima/WimaController.h
View file @
3b25253b
...
...
@@ -232,6 +232,9 @@ private:
// (which is not part of the arrival path) of _currentMissionItem
bool
_uploadOverrideRequired
;
// Is set to true if uploadToVehicle() did not suceed because the vehicle is not inside the service area.
// The user can override the upload lock with a slider, this will reset this variable to false.
double
_measurementPathLength
;
// the lenght of the phase in meters
double
_arrivalPathLength
;
// the length of the arrival and return path in meters
double
_returnPathLength
;
// the length of the arrival and return path in meters
double
_phaseDistance
;
// the lenth in meters of the current phase
double
_phaseDuration
;
// the phase duration in seconds
...
...
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