diff --git a/nav2_core/include/nav2_core/recovery.hpp b/nav2_core/include/nav2_core/recovery.hpp index a800b2d21f..42646824be 100644 --- a/nav2_core/include/nav2_core/recovery.hpp +++ b/nav2_core/include/nav2_core/recovery.hpp @@ -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