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
173f35ac
Commit
173f35ac
authored
Apr 12, 2017
by
Don Gagne
Committed by
GitHub
Apr 12, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4968 from DonLakeFlyer/HoverAndCapture
Add MAV_CMD_NAV_DELAY to hover and capture
parents
12109fad
b857ec48
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
MavCmdInfoCommon.json
src/MissionManager/MavCmdInfoCommon.json
+1
-1
SurveyMissionItem.cc
src/MissionManager/SurveyMissionItem.cc
+0
-3
No files found.
src/MissionManager/MavCmdInfoCommon.json
View file @
173f35ac
...
...
@@ -348,7 +348,7 @@
}
},
{
"id"
:
9
4
,
"id"
:
9
3
,
"rawName"
:
"MAV_CMD_NAV_DELAY"
,
"friendlyName"
:
"Delay until"
,
"description"
:
"Delay unti the specified time is reached."
,
...
...
src/MissionManager/SurveyMissionItem.cc
View file @
173f35ac
...
...
@@ -853,8 +853,6 @@ int SurveyMissionItem::_appendWaypointToMission(QList<MissionItem*>& items, int
false
,
// isCurrentItem
missionItemParent
);
items
.
append
(
item
);
#if 0
// Not yet supported by firmware
item
=
new
MissionItem
(
seqNum
++
,
MAV_CMD_NAV_DELAY
,
MAV_FRAME_MISSION
,
...
...
@@ -865,7 +863,6 @@ int SurveyMissionItem::_appendWaypointToMission(QList<MissionItem*>& items, int
false
,
// isCurrentItem
missionItemParent
);
items
.
append
(
item
);
#endif
default:
break
;
}
...
...
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