Skip to content

Commit

Permalink
Removing old unused function and comment (#2863)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveMacenski committed May 6, 2022
1 parent 11b1979 commit 9d01514
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions nav2_core/include/nav2_core/recovery.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,6 @@ class Recovery
* @brief Method to deactive recovery and any threads involved in execution.
*/
virtual void deactivate() = 0;

/**
* @brief Method Execute recovery behavior
* @param name The name of this planner
* @return true if successful, false is failed to execute fully
*/
// TODO(stevemacenski) evaluate design for recoveries to not host
// their own servers and utilize a recovery server exposed action.
// virtual bool executeRecovery() = 0;
};

} // namespace nav2_core
Expand Down

0 comments on commit 9d01514

Please sign in to comment.