Skip to content

Commit

Permalink
fix demo
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikN committed Mar 4, 2024
1 parent bb887c7 commit 8bcdfb7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion demo-ros/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG ROS_DISTRO=humble

FROM husarnet/ros:humble-ros-core-testing
FROM husarnet/ros:$ROS_DISTRO-ros-core-testing

ARG ROS_DISTRO

Expand Down
4 changes: 2 additions & 2 deletions demo-ros/compose.no-husarnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ services:
build:
context: .
args:
- ROS_DISTRO=${ROS_DISTRO}
command: ros2 run demo_nodes_cpp ${CHATTER_ROLE}
- ROS_DISTRO=${ROS_DISTRO:-iron}
command: ros2 run demo_nodes_cpp ${CHATTER_ROLE:-talker}
2 changes: 1 addition & 1 deletion demo-vulcanexus/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG ROS_DISTRO=humble

FROM husarnet/ros:vulcanexus-humble-ros-core-testing
FROM husarnet/ros:vulcanexus-$ROS_DISTRO-ros-core-testing

ARG ROS_DISTRO

Expand Down

0 comments on commit 8bcdfb7

Please sign in to comment.