ci: add docker-compose interop harness (hiroz container <-> ROS 2 Jazzy)#200
Closed
nargetdev wants to merge 1 commit into
Closed
ci: add docker-compose interop harness (hiroz container <-> ROS 2 Jazzy)#200nargetdev wants to merge 1 commit into
nargetdev wants to merge 1 commit into
Conversation
Add a cross-container RED/GREEN test harness where hiroz runs in its own container (a Raspberry Pi analogue) and talks idiomatic zenoh through rmw_zenohd to a separate container with a full ROS 2 Jazzy install: - compose/docker-compose.yml: three services (rmw_zenohd router, hiroz testbed, ROS 2 gate runner) on one bridge network with healthcheck-gated startup; multicast scouting disabled so tcp/router:7447 is the only rendezvous. HIROZ_PLATFORM=linux/arm64 switches the hiroz container to arm64 (cross-compiled with cargo-zigbuild, runtime under QEMU). - crates/hiroz/examples/compose_testbed.rs: long-running multi-node testbed (talker, ping->pong echo, AddTwoInts server, retrying AddTwoInts client, Fibonacci action server, parameter node) mirroring the scenarios proven by hiroz-tests interop tests. - compose/gates/: one bash gate per capability — topics both directions, services both directions, ros2 param list/get/set, fibonacci action goal/feedback/result plus graph introspection — with a GREEN/RED summary and aggregate exit code via --exit-code-from gates. - .github/workflows/compose-interop.yml: builds both images with buildx (gha layer cache), runs the gates on PRs and main pushes, dumps logs on failure; workflow_dispatch input runs the Pi analogue as linux/arm64. https://claude.ai/code/session_01ER6KMvKVGLBkdf8X5rNWNC
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a cross-container RED/GREEN test harness where hiroz runs in its own container (a Raspberry Pi analogue) and talks idiomatic zenoh through rmw_zenohd to a separate container with a full ROS 2 Jazzy install:
https://claude.ai/code/session_01ER6KMvKVGLBkdf8X5rNWNC
Description
Checklist
./scripts/check-local.shsuccessfullyExternal contributors: Please open as draft initially. See CONTRIBUTING.md.