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
Hide whitespace changes
Inline
Side-by-side
src/algorithm/joint-configuration.hpp
View file @
f47a3641
...
...
@@ -287,7 +287,7 @@ namespace pinocchio
const
Eigen
::
MatrixBase
<
JacobianMatrixType
>
&
J
,
const
ArgumentPosition
arg
,
const
AssignmentOperatorType
op
);
/**
*
* @brief Computes the Jacobian of a small variation of the configuration vector or the tangent vector into the tangent space at identity.
...
...
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
...
...
@@ -87,7 +87,6 @@ namespace pinocchio {
PINOCCHIO_EIGEN_CONST_CAST
(
JacobianOut_t
,
J
),
op
);
}
template
<
class
Derived
>
template
<
class
Config_t
,
class
Tangent_t
,
class
JacobianIn_t
,
class
JacobianOut_t
>
...
...
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