Dev-only command that publishes one of each newly-surfaced diagnostic message so they appear in the Events panel:
- a
BB.Safety.HardwareErroron[:safety, :error]— the detail behind an error badge. This publishes the report directly and does not trip the safety state machine; production errors arrive viaBB.Safety.report_error/3, which also forces a disarm. - an estimator
BB.Message.Estimator.Poseon[:estimator, :base_link].
Both subtrees are subscribed by BB.TUI.App but not modelled in dedicated
state, so they flow through the event log's catch-all. Run this to confirm
the surfacing end to end.
Goal shape: %{} (no arguments).