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
0322cf27
Commit
0322cf27
authored
Jan 27, 2016
by
jcarpent
Browse files
[Doc] Add documentation of kineticEnergy
parent
2193fed0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/algorithm/energy.hpp
View file @
0322cf27
...
...
@@ -22,6 +22,18 @@
#include
"pinocchio/algorithm/kinematics.hpp"
namespace
se3
{
///
/// \brief Computes the kinetic energy of the system.
/// The result is accessible throw data.kinetic_energy.
///
/// \param[in] model The model structure of the rigid body system.
/// \param[in] data The data structure of the rigid body system.
/// \param[in] q The joint configuration vector (dim model.nq).
/// \param[in] v The joint velocity vector (dim model.nv).
///
/// \return The kinetic energy of the system in [J].
///
inline
double
kineticEnergy
(
const
Model
&
model
,
Data
&
data
,
...
...
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