We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d53987 commit 1f51124Copy full SHA for 1f51124
core/include/moveit/task_constructor/cost_terms.h
@@ -56,6 +56,7 @@ class CostTerm
56
public:
57
CostTerm() = default;
58
CostTerm(std::nullptr_t) : CostTerm{} {}
59
+ virtual ~CostTerm() = default;
60
61
virtual double operator()(const SubTrajectory& s, std::string& comment) const;
62
virtual double operator()(const SolutionSequence& s, std::string& comment) const;
0 commit comments