Skip to content

Commit

Permalink
Stage::reset() should reset total_compute_time_ (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke committed Nov 25, 2021
1 parent ed45970 commit b4a9e20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/stage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ void Stage::reset() {
impl->next_starts_.reset();
// reset inherited properties
impl->properties_.reset();
impl->total_compute_time_ = std::chrono::duration<double>::zero();
}

void Stage::init(const moveit::core::RobotModelConstPtr& /* robot_model */) {
Expand Down

0 comments on commit b4a9e20

Please sign in to comment.