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
0eb9d517
Commit
0eb9d517
authored
Oct 21, 2020
by
Gabriele Buondonno
Browse files
[CartesianProductVariant/isNormalized] Don't use ref for index
parent
100b4084
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/multibody/liegroup/cartesian-product-variant.hxx
View file @
0eb9d517
...
@@ -372,7 +372,7 @@ isNormalized_impl (const Eigen::MatrixBase<Config_t>& qin,
...
@@ -372,7 +372,7 @@ isNormalized_impl (const Eigen::MatrixBase<Config_t>& qin,
Index
id_q
=
0
;
Index
id_q
=
0
;
for
(
size_t
k
=
0
;
k
<
liegroups
.
size
();
++
k
)
for
(
size_t
k
=
0
;
k
<
liegroups
.
size
();
++
k
)
{
{
const
Index
&
nq
=
lg_nqs
[
k
];
const
Index
nq
=
lg_nqs
[
k
];
const
bool
res_k
=
::
pinocchio
::
isNormalized
(
liegroups
[
k
],
const
bool
res_k
=
::
pinocchio
::
isNormalized
(
liegroups
[
k
],
PINOCCHIO_EIGEN_CONST_CAST
(
Config_t
,
qin
).
segment
(
id_q
,
nq
),
prec
);
PINOCCHIO_EIGEN_CONST_CAST
(
Config_t
,
qin
).
segment
(
id_q
,
nq
),
prec
);
if
(
!
res_k
)
if
(
!
res_k
)
...
...
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