You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(demos/ota): bake foxglove_bridge into gateway image (port 8765)
Without foxglove_bridge there is nothing for Foxglove Studio to subscribe
to - no /scan, no /tf, no 3D visual story. The Updates panel itself is
just the SOVD HTTP client and works without it, but the broader demo
narrative (phantom obstacle visible, robot stuck) needs the topic stream.
Adds ros-jazzy-foxglove-bridge to the runtime stage of Dockerfile.gateway,
launches it from entrypoint.sh on port 8765 (0.0.0.0), and maps the port
through compose with OTA_FOXGLOVE_BRIDGE_PORT override.
Verified live: 'Server listening on port 8765' and channels for /scan,
/rosout, /fault_manager/events advertised at startup.
0 commit comments