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
49a778ed
Commit
49a778ed
authored
Feb 13, 2011
by
pixhawk
Browse files
Fixed windows build errors/warnings
parent
415baa2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/comm/MAVLinkSimulationMAV.cc
View file @
49a778ed
...
@@ -147,7 +147,7 @@ void MAVLinkSimulationMAV::mainloop()
...
@@ -147,7 +147,7 @@ void MAVLinkSimulationMAV::mainloop()
attitude
.
usec
=
0
;
attitude
.
usec
=
0
;
attitude
.
roll
=
0.0
f
;
attitude
.
roll
=
0.0
f
;
attitude
.
pitch
=
0.0
f
;
attitude
.
pitch
=
0.0
f
;
attitude
.
yaw
=
yaw
-
M_PI
_2
;
attitude
.
yaw
=
yaw
-
(
M_PI
/
2.0
)
;
attitude
.
rollspeed
=
0.0
f
;
attitude
.
rollspeed
=
0.0
f
;
attitude
.
pitchspeed
=
0.0
f
;
attitude
.
pitchspeed
=
0.0
f
;
attitude
.
yawspeed
=
0.0
f
;
attitude
.
yawspeed
=
0.0
f
;
...
...
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