Classes | |
class | StepController |
class | StepControllerNode |
class | StepControllerPlugin |
class | StepControllerTestPlugin |
class | StepQueue |
Typedefs | |
typedef actionlib::SimpleActionServer < msgs::ExecuteStepPlanAction > | ExecuteStepPlanActionServer |
typedef boost::shared_ptr < ExecuteStepPlanActionServer > | ExecuteStepPlanActionServerPtr |
Enumerations | |
enum | StepControllerState { NOT_READY = msgs::ExecuteStepPlanFeedback::NOT_READY, READY = msgs::ExecuteStepPlanFeedback::READY, ACTIVE = msgs::ExecuteStepPlanFeedback::ACTIVE, PAUSED = msgs::ExecuteStepPlanFeedback::PAUSED, FINISHED = msgs::ExecuteStepPlanFeedback::FINISHED, FAILED = msgs::ExecuteStepPlanFeedback::FAILED } |
Functions | |
std::string | toString (const StepControllerState &state) |
typedef actionlib::SimpleActionServer<msgs::ExecuteStepPlanAction> vigir_step_control::ExecuteStepPlanActionServer |
Definition at line 49 of file step_controller.h.
typedef boost::shared_ptr<ExecuteStepPlanActionServer> vigir_step_control::ExecuteStepPlanActionServerPtr |
Definition at line 50 of file step_controller.h.
Definition at line 46 of file step_controller_plugin.h.
std::string vigir_step_control::toString | ( | const StepControllerState & | state | ) |
Definition at line 7 of file step_controller_plugin.cpp.