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
f47a3641
Commit
f47a3641
authored
Apr 21, 2020
by
Rohan Budhiraja
Browse files
dintegratetransport: minor modifs in doc
parent
9ef4677a
Changes
3
Show whitespace changes
Inline
Side-by-side
src/algorithm/joint-configuration.hpp
View file @
f47a3641
src/multibody/liegroup/liegroup-base.hpp
View file @
f47a3641
...
...
@@ -163,7 +163,7 @@ PINOCCHIO_LIE_GROUP_PUBLIC_INTERFACE_GENERIC(Derived,typename)
* We are moving our input matrix onto this manifold M.
* @param[in] q configuration vector.
* @param[in] v tangent vector
* @param[in] J the input matrix
* @param[in] J
in
the input matrix
* @param[in] arg ARG0 (resp. ARG1) to get the Jacobian with respect to q (resp. v).
*
* @param[out] Jout Transported matrix
...
...
@@ -184,7 +184,7 @@ PINOCCHIO_LIE_GROUP_PUBLIC_INTERFACE_GENERIC(Derived,typename)
* We are moving our input matrix onto this manifold M.
* @param[in] q configuration vector.
* @param[in] v tangent vector
* @param[in] J the input matrix
* @param[in] J
in
the input matrix
*
* @param[out] Jout Transported matrix
*/
...
...
@@ -201,7 +201,7 @@ PINOCCHIO_LIE_GROUP_PUBLIC_INTERFACE_GENERIC(Derived,typename)
* We are moving our input matrix onto this manifold M.
* @param[in] q configuration vector.
* @param[in] v tangent vector
* @param[in] J the input matrix
* @param[in] J
in
the input matrix
*
* @param[out] Jout Transported matrix
*/
...
...
src/multibody/liegroup/liegroup-base.hxx
View file @
f47a3641
...
...
@@ -88,7 +88,6 @@ namespace pinocchio {
op
);
}
template
<
class
Derived
>
template
<
class
Config_t
,
class
Tangent_t
,
class
JacobianIn_t
,
class
JacobianOut_t
>
void
LieGroupBase
<
Derived
>::
dIntegrateTransport
(
const
Eigen
::
MatrixBase
<
Config_t
>
&
q
,
...
...
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