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 18fb0ef commit 4a9eb94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/LocomanipController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ void LocomanipController::stop()

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

BaselineWalkingController::stop();
}

0 comments on commit 4a9eb94

Please sign in to comment.