runtime/rbs_skill_interfaces/msg/ActionResultStatusConstants.msg

6 lines
221 B
Text
Raw Normal View History

2022-01-31 21:28:39 +04:00
string SUCCESS="Success"
string PLANNING_FAILED="PlanningFailed"
string CONTROL_FAILED="ControlFailed"
string EMERGENCY_STOP="EmergencyStop"
string OPERATIONAL_EXCEPTION="OperationalException"
string CANCELLED="Cancelled"