bool terminate() override
If solve() is running, terminate the computation. Return false if termination not possible....
void solve(planning_interface::MotionPlanResponse &res) override
Solve the motion planning problem and store the result in res. This function should not clear data st...
~CHOMPPlanningContext() override=default
void clear() override
Clear the data structures used by the planner.
Representation of a particular planning context – the planning scene and the request are known,...