Dummy state for mapping at a reached goal during exploration. Only initiates transition to CalculateGoalState. More...
#include <MappingDummyState.h>
Public Member Functions | |
MappingDummyState () | |
void | onActive () |
void | onEntry () |
void | onExit () |
void | onExplorationStart (bool &success, std::string &message) |
void | onExplorationStop (bool &success, std::string &message) |
void | onInterrupt (int interrupt) |
Called when an operation mode interrupt was received. More... | |
void | onSetup () |
void | onWaypointFollowingStart (bool &success, std::string &message) |
void | onWaypointFollowingStop (bool &success, std::string &message) |
~MappingDummyState () | |
Public Member Functions inherited from rsm::BaseState | |
BaseState () | |
std::string | getName () |
StateInterface * | getStateInterface () |
void | setStateInterface (StateInterface *stateinterface) |
virtual | ~BaseState () |
Private Attributes | |
int | _navigation_completed_status |
ros::ServiceClient | _navigation_goal_completed_service |
ros::NodeHandle | _nh |
Additional Inherited Members | |
Protected Attributes inherited from rsm::BaseState | |
bool | _interrupt_occured |
std::string | _name |
StateInterface * | _stateinterface |
Dummy state for mapping at a reached goal during exploration. Only initiates transition to CalculateGoalState.
Definition at line 19 of file MappingDummyState.h.
rsm::MappingDummyState::MappingDummyState | ( | ) |
Constructor
Definition at line 5 of file MappingDummyState.cpp.
rsm::MappingDummyState::~MappingDummyState | ( | ) |
Destructor
Definition at line 8 of file MappingDummyState.cpp.
|
virtual |
Process method (step-wise, never block this method)
Implements rsm::BaseState.
Definition at line 22 of file MappingDummyState.cpp.
|
virtual |
Called once when activated
Reimplemented from rsm::BaseState.
Definition at line 19 of file MappingDummyState.cpp.
|
virtual |
Called once when left
Reimplemented from rsm::BaseState.
Definition at line 31 of file MappingDummyState.cpp.
|
virtual |
Called when exploration was started manually
Reimplemented from rsm::BaseState.
Definition at line 39 of file MappingDummyState.cpp.
|
virtual |
Called when exploration was stopped manually
Reimplemented from rsm::BaseState.
Definition at line 45 of file MappingDummyState.cpp.
|
virtual |
Called when an operation mode interrupt was received.
interrupt | Kind of interrupt (0=EmergencyStop, 1=TeleoperationInterupt) |
Reimplemented from rsm::BaseState.
Definition at line 63 of file MappingDummyState.cpp.
|
virtual |
Called once when registered at StateInterface
Reimplemented from rsm::BaseState.
Definition at line 11 of file MappingDummyState.cpp.
|
virtual |
Called when waypoint following was started/paused manually
Reimplemented from rsm::BaseState.
Definition at line 51 of file MappingDummyState.cpp.
|
virtual |
Called when waypoint following was stopped manually
Reimplemented from rsm::BaseState.
Definition at line 57 of file MappingDummyState.cpp.
|
private |
Was the mapping at the exploration goal successful or not
Definition at line 86 of file MappingDummyState.h.
|
private |
Definition at line 81 of file MappingDummyState.h.
|
private |
Definition at line 80 of file MappingDummyState.h.