29#ifndef CPPSRC_CORE_INCLUDE_COVERAGECONTROL_TYPEDEFS_H_
30#define CPPSRC_CORE_INCLUDE_COVERAGECONTROL_TYPEDEFS_H_
47typedef Eigen::Matrix<float, Eigen::Dynamic, Eigen::Dynamic, Eigen::RowMajor>
50typedef std::vector<Point2>
85typedef std::priority_queue<Frontier, std::vector<Frontier>, FrontierCompare>
Eigen::Matrix< float, Eigen::Dynamic, Eigen::Dynamic, Eigen::RowMajor > MapType
std::vector< Point2 > PointVector
std::priority_queue< Frontier, std::vector< Frontier >, FrontierCompare > queue_t
Namespace for the CoverageControl library.
A struct to compare frontiers based on their value.
bool operator()(Frontier const &left, Frontier const &right)
A struct to store a frontier points and a value.
Frontier(Point2 const &p, double const &v)
A struct to store a polygon feature and a uniform importance value.
PolygonFeature(PointVector const &p, float const i)