Typedef ompl::geometric::aitstar::VertexQueue

Typedef Documentation

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

The type of the vertex queue.