Bench-MR
A Motion Planning Benchmark for Wheeled Mobile Robots
Public Member Functions | Public Attributes | List of all members
AbstractPlanner::IntermediarySolution Struct Reference

#include <AbstractPlanner.h>

Public Member Functions

 IntermediarySolution (double time, double cost, const og::PathGeometric &solution)
 

Public Attributes

double time {std::numeric_limits<double>::quiet_NaN()}
 
double cost {std::numeric_limits<double>::quiet_NaN()}
 
og::PathGeometric solution
 

Constructor & Destructor Documentation

◆ IntermediarySolution()

AbstractPlanner::IntermediarySolution::IntermediarySolution ( double  time,
double  cost,
const og::PathGeometric &  solution 
)
inline

Member Data Documentation

◆ cost

double AbstractPlanner::IntermediarySolution::cost {std::numeric_limits<double>::quiet_NaN()}

◆ solution

og::PathGeometric AbstractPlanner::IntermediarySolution::solution

◆ time

double AbstractPlanner::IntermediarySolution::time {std::numeric_limits<double>::quiet_NaN()}

The documentation for this struct was generated from the following file: