Skip to content

Commit

Permalink
added demo packages for basic testing
Browse files Browse the repository at this point in the history
  • Loading branch information
KalanaRatnayake committed Aug 7, 2024
1 parent 54dd8be commit c802321
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ros-images/r3630.humble_base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ RUN apt-get update -y

RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ros-${ROS_VERSION}-ros-base \
ros-${ROS_VERSION}-rmw-cyclonedds-cpp \
ros-${ROS_VERSION}-demos \
ros-dev-tools

RUN rosdep init && rosdep update
Expand Down
1 change: 1 addition & 0 deletions ros-images/r3630.humble_core.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ RUN apt-get update -y

RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ros-${ROS_VERSION}-ros-core \
ros-${ROS_VERSION}-rmw-cyclonedds-cpp \
ros-${ROS_VERSION}-demos \
ros-dev-tools

RUN rosdep init && rosdep update
Expand Down

0 comments on commit c802321

Please sign in to comment.