Template Class KBoundedStrategy
Defined in File ConnectionStrategy.h
Inheritance Relationships
Base Type
public ompl::geometric::KStrategy< Milestone >
(Template Class KStrategy)
Class Documentation
-
template<class Milestone>
class KBoundedStrategy : public ompl::geometric::KStrategy<Milestone> Return at most k neighbors, as long as they are also within a specified bound.
Public Functions
Constructor.
- Parameters:
k – the maximum number of nearest neighbors to return
bound – the maximum distance for any nearest neighbor to be returned
nn – the nearest neighbors datastruture to use
Protected Attributes
-
const double bound_
The maximum distance at which nearby milestones are reported.