Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
Signed-off-by: goes <GoesM@buaa.edu.cn>
  • Loading branch information
goes authored and goes committed Jul 16, 2024
1 parent 0a564c9 commit 6da07df
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 6da07df

Please sign in to comment.