hpp-pinocchio 6.0.0
Wrapping of the kinematic/dynamic chain Pinocchio for HPP.
|
#include <hpp/pinocchio/liegroup-element.hh>
Public Types | |
typedef LiegroupElementConstBase< vector_type > | Base |
Additional Inherited Members | |
![]() | |
template<typename Derived > | |
LiegroupElementConstBase (const Eigen::EigenBase< Derived > &value, const LiegroupSpacePtr_t &space, void *) | |
![]() | |
vector_type | value_ |
LiegroupSpacePtr_t | space_ |
Writable element of a Lie group
typedef LiegroupElementConstBase<vector_type> hpp::pinocchio::LiegroupElementBase< vector_type >::Base |
|
inline |
Constructor
value | vector representation, |
space | space the element belongs to. |
|
inline |
Constructor
space | space the element belongs to. |
|
inlineexplicit |
Constructor
value | vector representation, |
By default the space containing the value is a vector space.
|
inline |
Copy constructor. Handles the following case:
|
inline |
Copy constructor. Handles the following cases:
|
inline |
Casting operator from LiegroupElement to LiegroupElementRef
|
inline |
Constructor of trivial element.
LiegroupElementBase & hpp::pinocchio::LiegroupElementBase< vector_type >::operator+= | ( | vectorIn_t | v | ) |
Inplace integration of a velocity vector.
|
inline |
Assignment from a vector.
|
inline |
Assignment from another LiegroupElement.
|
inline |
Set element to neutral element.
|
inline |
Modifiable vector representation.
|
inline |
Const vector representation.