mirror of
https://github.com/moveit/moveit_task_constructor.git
synced 2025-11-04 14:49:57 +08:00
reset num_failures_
This commit is contained in:
parent
6b912c3531
commit
b3af170663
@ -290,8 +290,10 @@ void ComputeBase::processFailures(const Stage::SolutionProcessor &processor) con
|
|||||||
}
|
}
|
||||||
|
|
||||||
void ComputeBase::reset() {
|
void ComputeBase::reset() {
|
||||||
pimpl()->solutions_.clear();
|
auto impl = pimpl();
|
||||||
pimpl()->failures_.clear();
|
impl->solutions_.clear();
|
||||||
|
impl->failures_.clear();
|
||||||
|
impl->num_failures_ = 0u;
|
||||||
Stage::reset();
|
Stage::reset();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user