#include <recovery_action.h>
Public Types | |
typedef boost::shared_ptr < RecoveryAction > | Ptr |
Public Member Functions | |
RecoveryAction (const std::string &name, const RobotInformation &robot_info) | |
void | run (GoalHandle &goal_handle, AbstractRecoveryExecution &execution) |
Definition at line 53 of file recovery_action.h.
typedef boost::shared_ptr<RecoveryAction> mbf_abstract_nav::RecoveryAction::Ptr |
Reimplemented from mbf_abstract_nav::AbstractAction< mbf_msgs::RecoveryAction, AbstractRecoveryExecution >.
Definition at line 57 of file recovery_action.h.
mbf_abstract_nav::RecoveryAction::RecoveryAction | ( | const std::string & | name, |
const RobotInformation & | robot_info | ||
) |
Definition at line 45 of file recovery_action.cpp.
void mbf_abstract_nav::RecoveryAction::run | ( | GoalHandle & | goal_handle, |
AbstractRecoveryExecution & | execution | ||
) |
Definition at line 48 of file recovery_action.cpp.