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
067227d9
Commit
067227d9
authored
Apr 22, 2010
by
lm
Browse files
Adjusted HUD settings for asctec data
parent
c463c011
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ui/HUD.cc
View file @
067227d9
...
...
@@ -524,9 +524,9 @@ void HUD::paintEvent(QPaintEvent *event)
static
float
pitch
=
0.0
;
static
float
yaw
=
0.0
;
roll
=
roll
*
0.
5
+
0.
5
*
values
.
value
(
"roll"
,
0.0
f
);
pitch
=
pitch
*
0.
5
+
0.
5
*
values
.
value
(
"pitch"
,
0.0
f
);
yaw
=
yaw
*
0.
5
+
0.
5
*
values
.
value
(
"yaw"
,
0.0
f
);
roll
=
roll
*
0.
3
+
0.
7
*
values
.
value
(
"roll"
,
0.0
f
);
pitch
=
pitch
*
0.
3
+
0.
7
*
values
.
value
(
"pitch"
,
0.0
f
);
yaw
=
yaw
*
0.
3
+
0.
7
*
values
.
value
(
"yaw"
,
0.0
f
);
// Update scaling factor
...
...
@@ -684,7 +684,7 @@ void HUD::paintEvent(QPaintEvent *event)
painter
.
translate
(
0
,
(
pitch
/
M_PI
)
*
-
180.0
f
*
refToScreenY
(
1.8
));
painter
.
translate
(
refToScreenX
(
yawTrans
),
0
);
//
painter.translate(refToScreenX(yawTrans), 0);
...
...
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