|
mc_rtc
2.14.0
|
#include <mc_tvm/Momentum.h>


Public Member Functions | |
| Momentum (NewMomentumToken, CoM &com) | |
| const auto & | momentum () const noexcept |
| const auto & | velocity () const noexcept |
| const auto & | normalAcceleration () const noexcept |
| const Eigen::MatrixXd & | jacobian () const noexcept |
| const Eigen::MatrixXd & | JDot () const noexcept |
| const Robot & | robot () const noexcept |
| Robot & | robot () noexcept |
Friends | |
| struct | Robot |
Momentum of a Robot and related quantities
Provides the momentum, jacobian, velocity and normal acceleration. These signals are correctly initialized on the object's creation.
Outputs:
| mc_tvm::Momentum::Momentum | ( | NewMomentumToken | , |
| CoM & | com | ||
| ) |
Constructor
Creates the momentum algorithm for a robot
| robot | Robot to which the frame is attached |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
friend |