hpp::model::ExtraConfigSpace Class Reference

Extra degrees of freedom to store internal values in configurations. More...

#include <hpp/model/extra-config-space.hh>

List of all members.

Public Member Functions

 ExtraConfigSpace ()
value_typelower (const size_type &index)
value_typeupper (const size_type &index)
const value_typelower (const size_type &index) const
const value_typeupper (const size_type &index) const
size_type dimension () const
 Get dimension.

Friends

class Device

Detailed Description

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.


Constructor & Destructor Documentation


Member Function Documentation

Get dimension.

const value_type& hpp::model::ExtraConfigSpace::lower ( const size_type index) const [inline]
const value_type& hpp::model::ExtraConfigSpace::upper ( const size_type index) const [inline]

Friends And Related Function Documentation

friend class Device [friend]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends