Skip to content

Commit

Permalink
move dependencies from ros2_ws to ros2 docker build context (#88)
Browse files Browse the repository at this point in the history
Signed-off-by: Daisuke Sato <[email protected]>
  • Loading branch information
daisukes authored Nov 20, 2024
1 parent 0e18165 commit 68e0757
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 10 additions & 12 deletions dependency.repos
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,16 @@ repositories:
type: git
url: https://github.com/CMU-cabot/tf2_web_republisher
version: ros2
docker/ros2/rosbridge_suite:
type: git
url: https://github.com/CMU-cabot/rosbridge_suite
version: ros2-dev
# temporal fix until PR is merged and released
# https://github.com/ros/bond_core/pull/97
docker/ros2/bond_core:
type: git
url: https://github.com/CMU-cabot/bond_core.git
version: galactic-fix

cabot-common:
type: git
Expand All @@ -40,15 +50,3 @@ repositories:
type: git
url: https://github.com/CMU-cabot/cabot-description
version: main

docker/home/ros2_ws/src/rosbridge_suite:
type: git
url: https://github.com/CMU-cabot/rosbridge_suite
version: ros2-dev

# temporal fix until PR is merged and released
# https://github.com/ros/bond_core/pull/97
docker/home/ros2_ws/src/bond_core:
type: git
url: https://github.com/CMU-cabot/bond_core.git
version: galactic-fix
2 changes: 2 additions & 0 deletions docker/ros2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ ENV UNDERLAY_WS=/opt/underlay_ws

RUN mkdir -p $UNDERLAY_WS/src
COPY ./tf2_web_republisher $UNDERLAY_WS/src/tf2_web_republisher
COPY ./rosbridge_suite $UNDERLAY_WS/src/rosbridge_suite
COPY ./bond_core $UNDERLAY_WS/src/bond_core

WORKDIR $UNDERLAY_WS

Expand Down

0 comments on commit 68e0757

Please sign in to comment.