11 static double evaluateMetric(
const ompl::geometric::PathGeometric &trajectory,
13 std::cout <<
"Evaluate Metric in geometric space " << std::endl;
20 std::cout <<
"Evaluate Metric in control space " << std::endl;
Definition: PathLengthMetric.h:9
static double evaluateMetric(const ompl::geometric::PathGeometric &trajectory, double)
Definition: PathLengthMetric.h:11
static double evaluateMetric(const ompl::control::PathControl &trajectory, double)
Definition: PathLengthMetric.h:18
static const bool MoreIsBetter
Definition: PathLengthMetric.h:24
static double totalLength(const std::vector< Point > &path)
Compute total length of a path.
Definition: PlannerUtils.hpp:499
Definition: TrajectoryMetric.h:10
static std::vector< Point > fromPath(const ompl::geometric::PathGeometric &p, bool interpolate=false)
Definition: Primitives.cpp:25