Commit 26e61f4
committed
fix(demos/ota): launch fault_manager_node so /faults endpoint responds
Without /fault_manager/* services running, the gateway's /faults endpoint
hangs waiting for the service call (default 5s timeout) and the Faults
Dashboard panel surfaces it as 503. Adds 'ros2 run ros2_medkit_fault_manager
fault_manager_node' to entrypoint.sh - the gateway image already builds
the package; we just need to run it. Defaults are fine for the demo
(SQLite at /var/lib/ros2_medkit/faults.db, snapshot capture enabled).1 parent 43a66e3 commit 26e61f4
1 file changed
Lines changed: 6 additions & 0 deletions
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
18 | 24 | | |
19 | 25 | | |
20 | 26 | | |
| |||
0 commit comments