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
f0a2816f
Commit
f0a2816f
authored
Apr 21, 2020
by
Rohan Budhiraja
Browse files
liegroup/vector: transport in place
parent
8b1491fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/multibody/liegroup/vector-space.hpp
View file @
f0a2816f
...
...
@@ -169,6 +169,18 @@ namespace pinocchio
PINOCCHIO_EIGEN_CONST_CAST
(
JacobianOut_t
,
Jout
)
=
Jin
;
}
template
<
class
Config_t
,
class
Tangent_t
,
class
Jacobian_t
>
void
dIntegrateTransportInPlace_dq_impl
(
const
Eigen
::
MatrixBase
<
Config_t
>
&
/*q*/
,
const
Eigen
::
MatrixBase
<
Tangent_t
>
&
/*v*/
,
const
Eigen
::
MatrixBase
<
Jacobian_t
>
&
/*J*/
)
const
{}
template
<
class
Config_t
,
class
Tangent_t
,
class
Jacobian_t
>
void
dIntegrateTransportInPlace_dv_impl
(
const
Eigen
::
MatrixBase
<
Config_t
>
&
/*q*/
,
const
Eigen
::
MatrixBase
<
Tangent_t
>
&
/*v*/
,
const
Eigen
::
MatrixBase
<
Jacobian_t
>
&
J
)
const
{}
// template <class ConfigL_t, class ConfigR_t>
// static double squaredDistance_impl(const Eigen::MatrixBase<ConfigL_t> & q0,
// const Eigen::MatrixBase<ConfigR_t> & q1)
...
...
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