abb_robot_msgs/SystemState Message

File: abb_robot_msgs/SystemState.msg

Raw Message Definition

#-------------------------------------------------------------------------------
# Description:
#   The purpose of this message definition, is to represent a subset of states
#   of an ABB robot controller system.
#-------------------------------------------------------------------------------

#-------------------------------------------------------------------------------
# Message fields
#-------------------------------------------------------------------------------
# Metadata.
std_msgs/Header header

# Motors on/off indicator.
bool motors_on

# Auto/manual mode indicator.
bool auto_mode

# RAPID running/stopped indicator.
bool rapid_running

# RAPID task states.
RAPIDTaskState[] rapid_tasks

# Mechanical unit states.
MechanicalUnitState[] mechanical_units

Compact Message Definition

std_msgs/Header header
bool motors_on
bool auto_mode
bool rapid_running
abb_robot_msgs/RAPIDTaskState[] rapid_tasks
abb_robot_msgs/MechanicalUnitState[] mechanical_units