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
c246f688
Unverified
Commit
c246f688
authored
Jun 15, 2019
by
Don Gagne
Committed by
GitHub
Jun 15, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7533 from DonLakeFlyer/MavlinkNegotiate
Mavlink protocol version negotiation fixes
parents
fac6111e
0f3a711f
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
90 additions
and
72 deletions
+90
-72
Vehicle.cc
src/Vehicle/Vehicle.cc
+86
-72
Vehicle.h
src/Vehicle/Vehicle.h
+4
-0
No files found.
src/Vehicle/Vehicle.cc
View file @
c246f688
This diff is collapsed.
Click to expand it.
src/Vehicle/Vehicle.h
View file @
c246f688
...
...
@@ -1232,6 +1232,7 @@ private slots:
void
_trafficUpdate
(
bool
alert
,
QString
traffic_id
,
QString
vehicle_id
,
QGeoCoordinate
location
,
float
heading
);
void
_adsbTimerTimeout
();
void
_orbitTelemetryTimeout
(
void
);
void
_protocolVersionTimeOut
(
void
);
private:
bool
_containsLink
(
LinkInterface
*
link
);
...
...
@@ -1299,6 +1300,8 @@ private:
void
_updateArmed
(
bool
armed
);
bool
_apmArmingNotRequired
(
void
);
void
_pidTuningAdjustRates
(
bool
setRatesForTuning
);
void
_handleUnsupportedRequestAutopilotCapabilities
(
void
);
void
_handleUnsupportedRequestProtocolVersion
(
void
);
int
_id
;
///< Mavlink system id
int
_defaultComponentId
;
...
...
@@ -1356,6 +1359,7 @@ private:
uint32_t
_telemetryTXBuffer
;
int
_telemetryLNoise
;
int
_telemetryRNoise
;
bool
_mavlinkProtocolRequestComplete
;
unsigned
_maxProtoVersion
;
bool
_vehicleCapabilitiesKnown
;
uint64_t
_capabilityBits
;
...
...
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