Provides an interface for recovery behaviors used in navigation. All recovery behaviors written as plugins for the navigation stack must adhere to this interface.
More...
#include <recovery_behavior.h>
Provides an interface for recovery behaviors used in navigation. All recovery behaviors written as plugins for the navigation stack must adhere to this interface.
Definition at line 83 of file recovery_behavior.h.
◆ ~RecoveryBehavior()
virtual nav_core::RecoveryBehavior::~RecoveryBehavior |
( |
| ) |
|
|
inlinevirtual |
◆ RecoveryBehavior()
nav_core::RecoveryBehavior::RecoveryBehavior |
( |
| ) |
|
|
inlineprotected |
◆ initialize()
Initialization function for the RecoveryBehavior.
- Parameters
-
tf | A pointer to a transform listener |
global_costmap | A pointer to the global_costmap used by the navigation stack |
local_costmap | A pointer to the local_costmap used by the navigation stack |
◆ runBehavior()
virtual void nav_core::RecoveryBehavior::runBehavior |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: