Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions design_drafts/hardware_status.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,20 @@ string hardware_id # unique per‐instance, e.g. "left_wheel/driver"

# ——— Health & Error ——————————————————————————————————————————————
uint8 health_status # see HealthStatus enum
diagnostic_msgs/KeyValue[] health_diagnostics # more info on health

uint8 error_domain # see ErrorDomain enum
diagnostic_msgs/KeyValue[] error_diagnostics # more info on error like HW error codes and FW error codes

# ——— Operational State ———————————————————————————————————————————
uint8 operational_mode # see ModeStatus enum
diagnostic_msgs/KeyValue[] operational_diagnostics # The operational mode information like hybrid mode, position, position-velocity, gain scheduling being on etc

uint8 power_state # see PowerState enum
diagnostic_msgs/KeyValue[] power_diagnostics # To log more information like the battery voltage, current, charging rate etc

uint8 connectivity_status # see ConnectivityStatus enum
diagnostic_msgs/KeyValue[] connectivity_diagnostics # To log information like signal strength and more

# ——— Vendor & Version Info ————————————————————————————————————————
string manufacturer # e.g. "Bosch"
Expand Down