Skip to content

fix(demos): build new gateway bridge packages from source#66

Merged
bburda merged 1 commit into
mainfrom
fix/demo-bridge-deps
Jun 23, 2026
Merged

fix(demos): build new gateway bridge packages from source#66
bburda merged 1 commit into
mainfrom
fix/demo-bridge-deps

Conversation

@bburda

@bburda bburda commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

Description

ros2_medkit_gateway now declares two runtime dependencies, ros2_medkit_log_bridge and ros2_medkit_action_status_bridge. The demo Dockerfiles clone ros2_medkit and move a fixed subset of packages into the colcon workspace; these two were not in the subset, so rosdep tried to install them from apt and failed:

E: Unable to locate package ros-jazzy-ros2-medkit-action-status-bridge

They are not in the jazzy apt repo, so all demo build jobs failed (turtlebot3, sensor_diagnostics, multi_ecu_aggregation; moveit on a clean build).

This adds both packages to the clone/mv list in the four demo Dockerfiles so they build from the cloned source like the other gateway packages.

Related Issue

closes #68

Checklist

  • Tested locally (built the sensor_diagnostics image against gateway main: rosdep resolves, both bridges and the gateway compile, image completes)
  • README updated (not needed)

ros2_medkit_gateway now exec_depends on ros2_medkit_log_bridge and
ros2_medkit_action_status_bridge. These are not in the jazzy apt repo,
so the demo builds failed at rosdep install with "Unable to locate
package ros-jazzy-ros2-medkit-action-status-bridge".

Add both packages to the clone/mv list in the four demo Dockerfiles
(turtlebot3, sensor_diagnostics, multi_ecu_aggregation, moveit) so they
build from the cloned source like the other gateway packages.

Verified by building the sensor_diagnostics image against gateway main:
rosdep resolves, both bridges and the gateway compile, image completes.
Copilot AI review requested due to automatic review settings June 23, 2026 13:08

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the demo container build steps so ros2_medkit_gateway’s newly declared runtime dependencies (ros2_medkit_log_bridge, ros2_medkit_action_status_bridge) are built from the cloned ros2_medkit source rather than (failing) apt/rosdep resolution for Jazzy.

Changes:

  • Add ros2_medkit_log_bridge and ros2_medkit_action_status_bridge to the subset of ros2_medkit packages moved into each demo’s colcon workspace.
  • Apply the same source-build fix across all affected demo Dockerfiles (turtlebot3, sensor_diagnostics, multi_ecu_aggregation, moveit_pick_place).

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
demos/turtlebot3_integration/Dockerfile Moves the two new bridge packages into the workspace so rosdep doesn’t try (and fail) to install them from apt.
demos/sensor_diagnostics/Dockerfile Same source-build inclusion of the two bridge packages for the sensor diagnostics demo image.
demos/multi_ecu_aggregation/Dockerfile Same source-build inclusion of the two bridge packages for the multi-ECU aggregation demo image.
demos/moveit_pick_place/Dockerfile Extends the multi-source mv package list to include both bridge packages for the MoveIt demo image.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@bburda bburda self-assigned this Jun 23, 2026
@bburda bburda merged commit 3313235 into main Jun 23, 2026
6 checks passed
@bburda bburda deleted the fix/demo-bridge-deps branch June 23, 2026 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Demo builds fail: gateway exec_depends on bridge packages not in the demo workspace

3 participants