|
hpp-core 6.1.0
Implement basic classes for canonical path planning for kinematic chains.
|
#include <hpp/core/path/cost.hh>

Public Member Functions | |
| virtual value_type | eval (const PathConstPtr_t &path)=0 |
| Evaluate the cost of a path. | |
Cost of a path
Useful for searching optimal path in a roadmap
|
pure virtual |
Evaluate the cost of a path.
Implemented in hpp::core::path::cost::Length.