Bench-MR
A Motion Planning Benchmark for Wheeled Mobile Robots
|
#include <metrics/ClearingMetric.h>
#include <metrics/MaxCurvatureMetric.h>
#include <metrics/NormalizedCurvatureMetric.h>
#include <metrics/PathLengthMetric.h>
#include <metrics/AOLMetric.h>
#include <smoothers/chomp/CHOMP.h>
#include <smoothers/ompl/OmplSmoother.hpp>
#include "base/PathStatistics.hpp"
#include "base/PlannerConfigurator.hpp"
#include "planners/AbstractPlanner.h"
#include "smoothers/grips/GRIPS.h"
#include "utils/Log.h"
Go to the source code of this file.
Classes | |
struct | PathEvaluation |