Skip to content

Commit

Permalink
fit into main
Browse files Browse the repository at this point in the history
  • Loading branch information
goes authored and goes committed Jul 16, 2024
1 parent 0a564c9 commit 30fdb57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class ParameterHandler
/**
* @brief Destructor for nav2_graceful_controller::ParameterHandler
*/
~ParameterHandler() = default;
~ParameterHandler();

std::mutex & getMutex() {return mutex_;}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class ParameterHandler
/**
* @brief Destrructor for nav2_regulated_pure_pursuit_controller::ParameterHandler
*/
~ParameterHandler() = default;
~ParameterHandler();

std::mutex & getMutex() {return mutex_;}

Expand Down

0 comments on commit 30fdb57

Please sign in to comment.