|
hpp-pinocchio 6.0.0
Wrapping of the kinematic/dynamic chain Pinocchio for HPP.
|
#include <hpp/pinocchio/extra-config-space.hh>
Public Member Functions | |
| ExtraConfigSpace () | |
| value_type & | lower (const size_type &index) |
| value_type & | upper (const size_type &index) |
| const value_type & | lower (const size_type &index) const |
| const value_type & | upper (const size_type &index) const |
| const vector_t & | lower () const |
| const vector_t & | upper () const |
| size_type | dimension () const |
| Get dimension. | |
Friends | |
| class | Device |
Extra degrees of freedom to store internal values in configurations
In some applications, it is useful to store extra variables with the configuration vector of a robot. For instance, when planning motions in state space using roadmap based methods, the velocity of the robot is stored in the nodes of the roadmap.
|
inline |
|
inline |
Get dimension.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |