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
6ac6abec
Commit
6ac6abec
authored
Jul 01, 2010
by
pixhawk
Browse files
Merge branch 'master' of pixhawk.ethz.ch:qgroundcontrol
parents
2c5f11a7
3d4ef2de
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/uas/UAS.cc
View file @
6ac6abec
...
...
@@ -302,7 +302,8 @@ void UAS::receiveMessage(LinkInterface* link, mavlink_message_t message)
emit
valueChanged
(
uasId
,
"pitch"
,
pos
.
pitch
,
time
);
emit
valueChanged
(
uasId
,
"yaw"
,
pos
.
yaw
,
time
);
emit
localPositionChanged
(
this
,
pos
.
x
,
pos
.
y
,
pos
.
z
,
time
);
emit
speedChanged
(
this
,
pos
.
roll
,
pos
.
pitch
,
pos
.
yaw
,
time
);
//emit speedChanged(this, pos.roll, pos.pitch, pos.yaw, time);
emit
attitudeChanged
(
this
,
pos
.
roll
,
pos
.
pitch
,
pos
.
yaw
,
time
);
// Set internal state
if
(
!
positionLock
)
{
...
...
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