Typedef ompl::geometric::aitstar::EdgeQueue

Typedef Documentation

using ompl::geometric::aitstar::EdgeQueue = ompl::BinaryHeap<Edge, std::function<bool(const Edge&, const Edge&)>>

The type of the edge queue.