Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
f4418aaf
Commit
f4418aaf
authored
May 14, 2010
by
lm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added rotation matrix to plot
parent
40a31c55
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
UAS.cc
src/uas/UAS.cc
+10
-0
No files found.
src/uas/UAS.cc
View file @
f4418aaf
...
@@ -285,6 +285,16 @@ void UAS::receiveMessage(LinkInterface* link, mavlink_message_t message)
...
@@ -285,6 +285,16 @@ void UAS::receiveMessage(LinkInterface* link, mavlink_message_t message)
emit
valueChanged
(
uasId
,
"vis. x"
,
pos
.
x
,
time
);
emit
valueChanged
(
uasId
,
"vis. x"
,
pos
.
x
,
time
);
emit
valueChanged
(
uasId
,
"vis. y"
,
pos
.
y
,
time
);
emit
valueChanged
(
uasId
,
"vis. y"
,
pos
.
y
,
time
);
emit
valueChanged
(
uasId
,
"vis. z"
,
pos
.
z
,
time
);
emit
valueChanged
(
uasId
,
"vis. z"
,
pos
.
z
,
time
);
// FIXME Only for testing for now
emit
valueChanged
(
uasId
,
"vis. rot r1"
,
pos
.
r1
,
time
);
emit
valueChanged
(
uasId
,
"vis. rot r2"
,
pos
.
r2
,
time
);
emit
valueChanged
(
uasId
,
"vis. rot r3"
,
pos
.
r3
,
time
);
emit
valueChanged
(
uasId
,
"vis. rot r4"
,
pos
.
r4
,
time
);
emit
valueChanged
(
uasId
,
"vis. rot r5"
,
pos
.
r5
,
time
);
emit
valueChanged
(
uasId
,
"vis. rot r6"
,
pos
.
r6
,
time
);
emit
valueChanged
(
uasId
,
"vis. rot r7"
,
pos
.
r7
,
time
);
emit
valueChanged
(
uasId
,
"vis. rot r8"
,
pos
.
r8
,
time
);
emit
valueChanged
(
uasId
,
"vis. rot r9"
,
pos
.
r9
,
time
);
}
}
break
;
break
;
case
MAVLINK_MSG_ID_POSITION
:
case
MAVLINK_MSG_ID_POSITION
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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