Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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