#include <PathLengthMetric.h>
|
static double | evaluateMetric (const ompl::geometric::PathGeometric &trajectory, double) |
|
static double | evaluateMetric (const ompl::control::PathControl &trajectory, double) |
|
static double | evaluate (const ompl::geometric::PathGeometric &trajectory, double dt=0.1) |
|
static double | evaluate (const ompl::control::PathControl &trajectory, double dt=0.1) |
|
static int | compare (const ompl::geometric::PathGeometric &a, const ompl::geometric::PathGeometric &b, double dt=0.1) |
| Compares two trajectories by evaluating this metric on them. More...
|
|
static int | compare (const ompl::control::PathControl &a, const ompl::control::PathControl &b, double dt=0.1) |
| Compares two trajectories by evaluating this metric on them. More...
|
|
◆ evaluateMetric() [1/2]
static double PathLengthMetric::evaluateMetric |
( |
const ompl::control::PathControl & |
trajectory, |
|
|
double |
|
|
) |
| |
|
inlinestatic |
◆ evaluateMetric() [2/2]
static double PathLengthMetric::evaluateMetric |
( |
const ompl::geometric::PathGeometric & |
trajectory, |
|
|
double |
|
|
) |
| |
|
inlinestatic |
◆ MoreIsBetter
const bool PathLengthMetric::MoreIsBetter = false |
|
static |
The documentation for this class was generated from the following file: