Skip to main content

BaseErrorInfo

Message type: fourier_msgs/msg/BaseErrorInfo

Description

Describes one system error, including its code, severity, component, message, and timestamp.

Fields

FieldTypeDescription
error_codeint32Complete 32-bit error code, for example 0x02040100.
levelint32Error severity.
componentint32Component category encoded in the error code.
messagestringHuman-readable error description.
timestampint64Error timestamp.

Error Severities

NameValueDescription
Healthy0No active error.
Warn1Warning.
Error2Error.
Fatal4Fatal error.

Component Categories

ComponentValueDescription
System1 << 16System component.
Motion2 << 16Motion component.
Sensor3 << 16Sensor component.
Software4 << 16Software component.

Defined Error Codes

NameValueSeverityComponentDescription
SENSOR_ERROR_LIDAR_DISCONNECTED0x02030100ErrorSensorLiDAR disconnected.
SOFTWARE_ERROR_RELOC_FAILED0x02040100ErrorSoftwareRelocalization failed.
SOFTWARE_ERROR_LOW_LOCALIZATION_QUALITY0x02040300ErrorSoftwareLocalization quality is low.
SOFTWARE_ERROR_LOCALIZATION_FAILED0x02040400ErrorSoftwareLocalization failed.