Skip to content

Commit

Permalink
Do not reset shared_ptrs of managers in the stop method.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmurooka committed Oct 22, 2023
1 parent e0b2040 commit aa11647
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/BaselineWalkingController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,7 @@ void BaselineWalkingController::stop()

// Clean up managers
footManager_->stop();
footManager_.reset();
centroidalManager_->stop();
centroidalManager_.reset();

// Clean up anchor
setDefaultAnchor();
Expand Down

0 comments on commit aa11647

Please sign in to comment.