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
1818ac17
Verified
Commit
1818ac17
authored
Nov 08, 2018
by
Justin Carpentier
Browse files
doc: correct documentation of dIntegrate
parent
730ffe6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/multibody/liegroup/liegroup-base.hpp
View file @
1818ac17
...
...
@@ -94,10 +94,10 @@ SE3_LIE_GROUP_PUBLIC_INTERFACE_GENERIC(Derived,typename)
const
Eigen
::
MatrixBase
<
Jacobian_t
>
&
J
)
const
;
/**
* @brief Computes the Jacobian of a small variation of the configuration vector into tangent space at identity.
* @brief Computes the Jacobian of a small variation of the configuration vector
or the tangent vector
into tangent space at identity.
*
* @details This Jacobian corresponds to the Jacobian of \f$ (\bm{q} \oplus \delta \bm{q}) \oplus \bm{v} \f$ with
* \f$ \delta \bm{q} \rightarrow 0 \f$.
* \f$ \delta \bm{q} \rightarrow 0 \f$
if arg == ARG0 or \f$ \delta \bm{v} \rightarrow 0 \f$ if arg == ARG1
.
*
* @param[in] q configuration vector.
* @param[in] v tangent vector.
...
...
@@ -213,7 +213,7 @@ SE3_LIE_GROUP_PUBLIC_INTERFACE_GENERIC(Derived,typename)
PINOCCHIO_DEPRECATED
;
/**
* @brief Computes the Jacobian of the difference operation.
* @brief Computes the Jacobian of the difference operation
with respect to q0 or q1
.
*
* @param[in] q0 the initial configuration vector.
* @param[in] q1 the terminal configuration vector.
...
...
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