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
806bab7b
Commit
806bab7b
authored
Oct 21, 2020
by
Gabriele Buondonno
Browse files
[CartesianProduct/isNormalized] Use ref for prec
parent
0eb9d517
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/multibody/liegroup/cartesian-product.hpp
View file @
806bab7b
...
...
@@ -229,7 +229,7 @@ namespace pinocchio
}
template
<
class
Config_t
>
bool
isNormalized_impl
(
const
Eigen
::
MatrixBase
<
Config_t
>&
qin
,
const
Scalar
prec
)
const
bool
isNormalized_impl
(
const
Eigen
::
MatrixBase
<
Config_t
>&
qin
,
const
Scalar
&
prec
)
const
{
return
lg1
.
isNormalized
(
Qo1
(
qin
),
prec
)
&&
lg2
.
isNormalized
(
Qo2
(
qin
),
prec
);
}
...
...
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