urg_node/Status Message

File: urg_node/Status.msg

Raw Message Definition

# Normal vs setting in the UAM manual.
uint16 NORMAL=0
uint16 SETTING=1
uint16 operating_mode

# The configured area number the stop occurred in.
uint16 area_number
# If the laser is reporting an error or not.
bool error_status
# The error code the laser is reporting.
uint16 error_code
# Does the laser report that it is locked out.
bool lockout_status
# Distance in mm the stop was reported at.
uint16 distance
# The reported angle of the stop in deg.
float32 angle

Compact Message Definition

uint16 NORMAL=0
uint16 SETTING=1
uint16 operating_mode
uint16 area_number
bool error_status
uint16 error_code
bool lockout_status
uint16 distance
float32 angle