mirror of
https://github.com/moveit/moveit_task_constructor.git
synced 2025-11-04 14:49:57 +08:00
remove unused helper method
This commit is contained in:
parent
f7015ee021
commit
7eb8fad57e
@ -166,11 +166,6 @@ public:
|
||||
const_cast<StageUniquePtr&&>(stage)->setCostTerm(cost_term);
|
||||
computeWithStages(stages);
|
||||
}
|
||||
|
||||
void computeWithContainerCost(std::initializer_list<StageUniquePtr> stages, const CostTermPtr& cost_term) {
|
||||
this->setCostTerm(cost_term);
|
||||
computeWithStages(stages);
|
||||
}
|
||||
};
|
||||
|
||||
TEST(CostTerm, SolutionConnected) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user