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
4e3e6c35
Commit
4e3e6c35
authored
May 03, 2017
by
DonLakeFlyer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mavlink update
parent
13ca238f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
5 deletions
+7
-5
v2.0
libs/mavlink/include/mavlink/v2.0
+1
-1
APMSensorsComponentController.cc
src/AutoPilotPlugins/APM/APMSensorsComponentController.cc
+4
-3
MockLink.cc
src/comm/MockLink.cc
+2
-1
No files found.
v2.0
@
9bc6f7d5
Subproject commit
fb411385d5f00300ab5d04c5adb08e7e17670d58
Subproject commit
9bc6f7d5ecb8c081b554cbd934a20290a5efa529
src/AutoPilotPlugins/APM/APMSensorsComponentController.cc
View file @
4e3e6c35
...
...
@@ -607,7 +607,8 @@ void APMSensorsComponentController::nextClicked(void)
_vehicle
->
priorityLink
()
->
mavlinkChannel
(),
&
msg
,
0
,
// command
1
);
// result
1
,
// result
0
);
// progress
_vehicle
->
sendMessageOnLink
(
_vehicle
->
priorityLink
(),
msg
);
...
...
src/comm/MockLink.cc
View file @
4e3e6c35
...
...
@@ -847,7 +847,8 @@ void MockLink::_handleCommandLong(const mavlink_message_t& msg)
mavlinkChannel
(),
&
commandAck
,
request
.
command
,
commandResult
);
commandResult
,
0
);
respondWithMavlinkMessage
(
commandAck
);
}
...
...
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