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
b28c86af
Commit
b28c86af
authored
Oct 22, 2013
by
Anton Babushkin
Browse files
Mag calibration message parsing fix
parent
854b9cbd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ui/px4_configuration/QGCPX4SensorCalibration.cc
View file @
b28c86af
...
@@ -343,7 +343,7 @@ void QGCPX4SensorCalibration::handleTextMessage(int uasid, int compId, int sever
...
@@ -343,7 +343,7 @@ void QGCPX4SensorCalibration::handleTextMessage(int uasid, int compId, int sever
setInstructionImage
(
QString
(
":/files/images/px4/calibration/accel_%1.png"
).
arg
(
axis
));
setInstructionImage
(
QString
(
":/files/images/px4/calibration/accel_%1.png"
).
arg
(
axis
));
}
}
if
(
text
==
"rotate in a figure 8"
)
{
if
(
text
==
"rotate in a figure 8
around all axis
"
)
{
setInstructionImage
(
":/files/images/px4/calibration/mag_calibration_figure8.png"
);
setInstructionImage
(
":/files/images/px4/calibration/mag_calibration_figure8.png"
);
}
}
...
...
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