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
bdfaec54
Verified
Commit
bdfaec54
authored
Apr 21, 2020
by
Justin Carpentier
Browse files
liegroup: minor fix to cnaming change
parent
8f52b6ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/multibody/liegroup/liegroup-algo.hxx
View file @
bdfaec54
...
...
@@ -262,10 +262,10 @@ namespace pinocchio
typedef
typename
Visitor
::
LieGroupMap
LieGroupMap
;
typename
LieGroupMap
::
template
operation
<
JointModel
>
::
type
lgo
;
lgo
.
dIntegrateTransport
InPlace
(
jmodel
.
jointConfigSelector
(
q
.
derived
()),
jmodel
.
jointVelocitySelector
(
v
.
derived
()),
jmodel
.
jointRows
(
PINOCCHIO_EIGEN_CONST_CAST
(
JacobianMatrixType
,
mat
)),
arg
);
lgo
.
dIntegrateTransport
(
jmodel
.
jointConfigSelector
(
q
.
derived
()),
jmodel
.
jointVelocitySelector
(
v
.
derived
()),
jmodel
.
jointRows
(
PINOCCHIO_EIGEN_CONST_CAST
(
JacobianMatrixType
,
mat
)),
arg
);
}
};
...
...
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