hpp-rbprm  4.10.0
Implementation of RB-PRM planner using hpp.
rbprm-state.hh File Reference
#include <hpp/rbprm/config.hh>
#include <hpp/pinocchio/device.hh>
#include <hpp/rbprm/rbprm-limb.hh>
#include <queue>
#include <algorithm>
Include dependency graph for rbprm-state.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  hpp::rbprm::State
 

Namespaces

 hpp
 
 hpp::rbprm
 

Typedefs

typedef std::vector< State > hpp::rbprm::T_State
 
typedef T_State::const_iterator hpp::rbprm::CIT_State
 
typedef std::pair< pinocchio::value_type, rbprm::State > hpp::rbprm::StateFrame
 
typedef std::vector< StateFrame > hpp::rbprm::T_StateFrame
 
typedef T_StateFrame::const_iterator hpp::rbprm::CIT_StateFrame
 

Functions

HPP_RBPRM_DLLAPI pinocchio::value_type hpp::rbprm::effectorDistance (const State &from, const State &to)
 
template<typename Iter >
HPP_RBPRM_DLLAPI std::vector< std::string > hpp::rbprm::freeEffectors (const State &state, Iter start, Iter end)