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
cfca833a
Verified
Commit
cfca833a
authored
5 years ago
by
Justin Carpentier
Browse files
Options
Downloads
Patches
Plain Diff
doc/algo: fix documentation
parent
1240c877
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/algorithm/rnea-derivatives.hpp
+5
-5
5 additions, 5 deletions
src/algorithm/rnea-derivatives.hpp
with
5 additions
and
5 deletions
src/algorithm/rnea-derivatives.hpp
+
5
−
5
View file @
cfca833a
...
...
@@ -14,7 +14,7 @@ namespace pinocchio
{
///
/// \brief Computes the derivative of the generalized gravity contribution
/// \brief Computes the
partial
derivative of the generalized gravity contribution
/// with respect to the joint configuration.
///
/// \tparam JointCollection Collection of Joint types.
...
...
@@ -26,7 +26,7 @@ namespace pinocchio
/// \param[in] q The joint configuration vector (dim model.nq).
/// \param[out] gravity_partial_dq Partial derivative of the generalized gravity vector with respect to the joint configuration.
///
/// \remark gravity_partial_dq must be first initialized with zeros (gravity_partial_dq.setZero).
/// \remark
s
gravity_partial_dq must be first initialized with zeros (gravity_partial_dq.setZero).
///
/// \sa pinocchio::computeGeneralizedGravity
///
...
...
@@ -64,7 +64,7 @@ namespace pinocchio
const
Eigen
::
MatrixBase
<
ReturnMatrixType
>
&
static_torque_partial_dq
);
///
/// \brief Computes the derivatives of the Recursive Newton Euler Algorithms
/// \brief Computes the
partial
derivatives of the Recursive Newton Euler Algorithms
/// with respect to the joint configuration, the joint velocity and the joint acceleration.
///
/// \tparam JointCollection Collection of Joint types.
...
...
@@ -84,7 +84,7 @@ namespace pinocchio
/// \param[out] rnea_partial_dv Partial derivative of the generalized torque vector with respect to the joint velocity.
/// \param[out] rnea_partial_da Partial derivative of the generalized torque vector with respect to the joint acceleration.
///
/// \remark rnea_partial_dq, rnea_partial_dv and rnea_partial_da must be first initialized with zeros (rnea_partial_dq.setZero(),etc).
/// \remark
s
rnea_partial_dq, rnea_partial_dv and rnea_partial_da must be first initialized with zeros (rnea_partial_dq.setZero(),etc).
/// As for pinocchio::crba, only the upper triangular part of rnea_partial_da is filled.
///
/// \sa pinocchio::rnea
...
...
@@ -123,7 +123,7 @@ namespace pinocchio
/// \param[out] rnea_partial_dv Partial derivative of the generalized torque vector with respect to the joint velocity.
/// \param[out] rnea_partial_da Partial derivative of the generalized torque vector with respect to the joint acceleration.
///
/// \remark rnea_partial_dq, rnea_partial_dv and rnea_partial_da must be first initialized with zeros (rnea_partial_dq.setZero(),etc).
/// \remark
s
rnea_partial_dq, rnea_partial_dv and rnea_partial_da must be first initialized with zeros (rnea_partial_dq.setZero(),etc).
/// As for pinocchio::crba, only the upper triangular part of rnea_partial_da is filled.
///
/// \sa pinocchio::rnea
...
...
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