IterationTerminationCondition.cpp
39 ompl::base::IterationTerminationCondition::IterationTerminationCondition(unsigned int numIterations)
bool eval()
Increment the number of times eval has been called and check if the planner should now terminate.
Definition: IterationTerminationCondition.cpp:44
IterationTerminationCondition(unsigned int numIterations)
Construct a termination condition that can be evaluated numIterations times before returning true.
Definition: IterationTerminationCondition.cpp:39
Encapsulate a termination condition for a motion planner. Planners will call operator() to decide whe...
Definition: PlannerTerminationCondition.h:127
void reset()
Reset the number of times the IterationTeriminationCondition has been called.
Definition: IterationTerminationCondition.cpp:51