Robot Fleet Interface Control Document v0.1.0

Robot::Telemetry::PowerAlert

safety

Emitted once when a robot's charge drops below a safety threshold.

QoS

ReliabilityRELIABLE
DurabilityTRANSIENT_LOCAL
HistoryKEEP_LAST (10)
Deadline500.0 ms

Publishers

Subscribers

Data Type: Robot::Telemetry::PowerAlert

FieldTypeKeyUnitDescription
robot_id uint32 🔑 uint32 Unique identifier of the robot that emitted the alert.
message string
timestamp uint64 ns since epoch (TAI) Time at which the alert was generated by the robot.

Type Diagram

classDiagram class PowerAlert { +uint32 robot_id string message uint64 timestamp }