Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pinocchio
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stack Of Tasks
pinocchio
Commits
a889a022
Verified
Commit
a889a022
authored
6 years ago
by
Justin Carpentier
Browse files
Options
Downloads
Patches
Plain Diff
doc: update doc of centroidal dyn derivatives
parent
b7bebded
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/algorithm/centroidal-derivatives.hpp
+11
-0
11 additions, 0 deletions
src/algorithm/centroidal-derivatives.hpp
with
11 additions
and
0 deletions
src/algorithm/centroidal-derivatives.hpp
+
11
−
0
View file @
a889a022
...
...
@@ -29,6 +29,14 @@ namespace se3
/// \brief Computes the analytical derivatives of the centroidal dynamics with respect to
/// the joint configuration vector, velocity and acceleration.
///
/// \details Computes the first order approximation of the centroidal dynamics time derivative
/// and corresponds to the following equation
/// \f$
/// d\dot{h_{g}} = \frac{\partial \dot{h_{g}}}{\partial \bm{q}} d\bm{q}
/// + \frac{\partial \dot{h_{g}}}{\partial \bm{v}} d\bm{v}
/// + \frac{\partial \dot{h_{g}}}{\partial \bm{a}} d\bm{a}
/// \f$
///
/// \tparam JointCollection Collection of Joint types.
/// \tparam ConfigVectorType Type of the joint configuration vector.
/// \tparam TangentVectorType Type of the joint velocity vector.
...
...
@@ -42,6 +50,9 @@ namespace se3
/// \param[out] dhdot_dv The partial derivative of the centroidal dynamics with respect to the velocity vector (dim 6 x model.nv).
/// \param[out] dhdot_da The partial derivative of the centroidal dynamics with respect to the acceleration vector (dim 6 x model.nv).
///
/// \result It also computes the current centroidal dynamics and its time derivative.
/// For information, the centroidal momentum matrix is equivalent to dhdot_da.
///
template
<
typename
Scalar
,
int
Options
,
template
<
typename
,
int
>
class
JointCollectionTpl
,
typename
ConfigVectorType
,
typename
TangentVectorType1
,
typename
TangentVectorType2
,
typename
Matrix6xLike1
,
typename
Matrix6xLike2
,
typename
Matrix6xLike3
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment