hpp-core
4.9.0
Implement basic classes for canonical path planning for kinematic chains.
|
#include <hpp/core/edge.hh>
Public Member Functions | |
Edge (NodePtr_t n1, NodePtr_t n2, const PathPtr_t &path) | |
NodePtr_t | from () const |
NodePtr_t | to () const |
PathPtr_t | path () const |
Edge of a roadmap
Links two nodes and stores a path linking the configurations stored in the nodes the edge links.
|
inline |
|
inline |
|
inline |