Dummy state for mapping at a reached goal during exploration. Only initiates transition to CalculateGoalState. More...
#include <KinectMappingState.h>

Public Member Functions | |
| KinectMappingState () | |
| 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) |
| ~KinectMappingState () | |
Public Member Functions inherited from rsm::BaseState | |
| BaseState () | |
| std::string | getName () |
| StateInterface * | getStateInterface () |
| void | setStateInterface (StateInterface *stateinterface) |
| virtual | ~BaseState () |
Private Member Functions | |
| void | jointStateCallback (sensor_msgs::JointState::ConstPtr joint_state) |
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 32 of file KinectMappingState.h.
| rsm::KinectMappingState::KinectMappingState | ( | ) |
Constructor
Definition at line 5 of file KinectMappingState.cpp.
| rsm::KinectMappingState::~KinectMappingState | ( | ) |
Destructor
Definition at line 8 of file KinectMappingState.cpp.
|
private |
Callback for joint states to check if camera reached the desired position
| joint_state | joint state message |
Definition at line 147 of file KinectMappingState.cpp.
|
virtual |
Process method (step-wise, never block this method)
Implements rsm::BaseState.
Definition at line 32 of file KinectMappingState.cpp.
|
virtual |
Called once when activated
Reimplemented from rsm::BaseState.
Definition at line 28 of file KinectMappingState.cpp.
|
virtual |
Called once when left
Reimplemented from rsm::BaseState.
Definition at line 88 of file KinectMappingState.cpp.
|
virtual |
Called when exploration was started manually
Reimplemented from rsm::BaseState.
Definition at line 102 of file KinectMappingState.cpp.
|
virtual |
Called when exploration was stopped manually
Reimplemented from rsm::BaseState.
Definition at line 108 of file KinectMappingState.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 127 of file KinectMappingState.cpp.
|
virtual |
Called once when registered at StateInterface
Reimplemented from rsm::BaseState.
Definition at line 11 of file KinectMappingState.cpp.
|
virtual |
Called when waypoint following was started/paused manually
Reimplemented from rsm::BaseState.
Definition at line 115 of file KinectMappingState.cpp.
|
virtual |
Called when waypoint following was stopped manually
Reimplemented from rsm::BaseState.
Definition at line 121 of file KinectMappingState.cpp.
|
private |
Definition at line 95 of file KinectMappingState.h.
|
private |
Definition at line 96 of file KinectMappingState.h.
|
private |
Move command sent to kinect controller
Definition at line 111 of file KinectMappingState.h.
|
private |
Was the mapping at the exploration goal successful or not
Definition at line 115 of file KinectMappingState.h.
|
private |
Definition at line 98 of file KinectMappingState.h.
|
private |
Definition at line 94 of file KinectMappingState.h.
|
private |
If the current state reached it's goal already
Definition at line 107 of file KinectMappingState.h.
|
private |
Definition at line 97 of file KinectMappingState.h.
|
private |
Current state of swiveling the Kinect camera from left to right and back (0: to left, 1: left to right: 2: back to center)
Definition at line 103 of file KinectMappingState.h.