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
Guilhem Saurel
pinocchio
Commits
9b698b5c
Commit
9b698b5c
authored
Nov 28, 2017
by
jcarpent
Browse files
[Python] Add missing evaluation of the Frame Forward Kinematics
parent
7b7ae7f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
bindings/python/algorithm/expose-frames.cpp
View file @
9b698b5c
...
...
@@ -34,7 +34,10 @@ namespace se3
Data
::
Matrix6x
J
(
6
,
model
.
nv
);
J
.
setZero
();
if
(
update_geometry
)
{
computeJacobians
(
model
,
data
,
q
);
framesForwardKinematics
(
model
,
data
);
}
if
(
local
)
getFrameJacobian
<
true
>
(
model
,
data
,
frame_id
,
J
);
else
getFrameJacobian
<
false
>
(
model
,
data
,
frame_id
,
J
);
...
...
Write
Preview
Supports
Markdown
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