Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
sot-dynamic-pinocchio
Commits
12fbc4bb
Commit
12fbc4bb
authored
Aug 18, 2016
by
Galo Maldonado
Browse files
[c++] fix commit errors for spherical joints
parent
35f0e53f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/sot-dynamic.cpp
View file @
12fbc4bb
...
...
@@ -331,7 +331,6 @@ dg::Vector Dynamic::getPinocchioPos(int time)
q
(
fillingIndex
+
1
)
=
temp
.
y
();
q
(
fillingIndex
+
2
)
=
temp
.
z
();
q
(
fillingIndex
+
3
)
=
temp
.
w
();
it
++
;
fillingIndex
+=
4
;
origIndex
+=
3
;
}
...
...
@@ -341,6 +340,7 @@ dg::Vector Dynamic::getPinocchioPos(int time)
q
.
resize
(
qJoints
.
size
());
q
=
qJoints
;
}
sotDEBUG
(
15
)
<<
"Position out"
<<
q
<<
std
::
endl
;
sotDEBUGOUT
(
15
);
return
q
;
...
...
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