|
hpp-core
6.0.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 |
Protected Member Functions | |
| Edge () | |
Edge of a roadmap
Links two nodes and stores a path linking the configurations stored in the nodes the edge links.
|
inlineprotected |
|
inline |
|
inline |
|
inline |