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
pinocchio
Commits
a676e660
Commit
a676e660
authored
Dec 30, 2015
by
jcarpent
Browse files
[C++] Correct initialization of the U cholesky matrix
parent
4533eaee
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/multibody/model.hxx
View file @
a676e660
...
...
@@ -216,7 +216,7 @@ namespace se3
computeLastChild
(
ref
);
/* Init for Cholesky */
U
=
Eigen
::
MatrixXd
::
Identity
(
ref
.
nv
,
ref
.
nv
);
U
.
setIdentity
(
);
computeParents_fromRow
(
ref
);
/* Init Jacobian */
...
...
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