38 #include <moveit/task_constructor/container.h>
41 namespace task_constructor {
52 PassThrough(
const std::string& name =
"PassThrough", Stage::pointer&& child = Stage::pointer());
abstract base class for solutions (primitive and sequences)
Definition: storage.h:269
Definition: container.h:214
Definition: passthrough.h:50
void onNewSolution(const SolutionBase &s) override
called by a (direct) child when a new solution becomes available
Definition: passthrough.cpp:44