29#ifndef HPP_CORE_PATH_COST_HH
30#define HPP_CORE_PATH_COST_HH
virtual value_type eval(const PathConstPtr_t &path)=0
Evaluate the cost of a path.
Length of a path as cost.
Definition cost.hh:49
virtual value_type eval(const PathConstPtr_t &path)
Evaluate the cost of a path.
Definition cost.hh:52
static LengthPtr_t create()
Definition cost.hh:51
#define HPP_CORE_DLLAPI
Definition config.hh:88
shared_ptr< Length > LengthPtr_t
Definition fwd.hh:253
pinocchio::value_type value_type
Definition fwd.hh:174
shared_ptr< const Path > PathConstPtr_t
Definition fwd.hh:188
Definition bi-rrt-planner.hh:35