Skip to content

Commit

Permalink
Update dwb_local_planner.hpp (#2533)
Browse files Browse the repository at this point in the history
Add remarks
  • Loading branch information
harderthan authored and SteveMacenski committed Sep 14, 2021
1 parent 168a92d commit 88b98e7
Showing 1 changed file with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,21 @@ class DWBLocalPlanner : public nav2_core::Controller

virtual ~DWBLocalPlanner() {}

/**
* @brief Activate lifecycle node
*/
void activate() override;

/**
* @brief Deactivate lifecycle node
*/
void deactivate() override;
void cleanup() override;

/**
* @brief Cleanup lifecycle node
*/
void cleanup() override;

/**
* @brief nav2_core setPlan - Sets the global plan
* @param path The global plan
Expand Down

0 comments on commit 88b98e7

Please sign in to comment.