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
5bbb26e5
Commit
5bbb26e5
authored
Nov 10, 2019
by
olliw42
Browse files
use MAV_COMP_ID_GIMBALX thx to latest mavlink update
parent
225dee4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/FactSystem/ParameterManager.cc
View file @
5bbb26e5
...
...
@@ -51,11 +51,11 @@ const QHash<int, QString> _mavlinkCompIdHash {
{
MAV_COMP_ID_ADSB
,
"ADSB"
},
{
MAV_COMP_ID_OSD
,
"OSD"
},
{
MAV_COMP_ID_FLARM
,
"FLARM"
},
{
171
,
"Gimbal2"
},
//{
MAV_COMP_ID_GIMBAL2, "Gimbal2" },
//not yet in the used common.h !!
{
172
,
"Gimbal3"
},
//{
MAV_COMP_ID_GIMBAL3, "Gimbal3" },
{
173
,
"Gimbal4"
},
//{
MAV_COMP_ID_GIMBAL4, "Gimbal4" },
{
174
,
"Gimbal5"
},
//{
MAV_COMP_ID_GIMBAL5, "Gimbal5" },
{
175
,
"Gimbal6"
},
//{
MAV_COMP_ID_GIMBAL6, "Gimbal6" },
{
MAV_COMP_ID_GIMBAL2
,
"Gimbal2"
},
{
MAV_COMP_ID_GIMBAL3
,
"Gimbal3"
},
{
MAV_COMP_ID_GIMBAL4
,
"Gimbal4"
},
{
MAV_COMP_ID_GIMBAL5
,
"Gimbal5"
},
{
MAV_COMP_ID_GIMBAL6
,
"Gimbal6"
},
{
MAV_COMP_ID_IMU
,
"IMU1"
},
{
MAV_COMP_ID_IMU_2
,
"IMU2"
},
{
MAV_COMP_ID_IMU_3
,
"IMU3"
},
...
...
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