Skip to content

Commit 45d1967

Browse files
committed
Merge branch 'ros2' of github.com:avcuenes/grid_map_geo into ros2
2 parents 2b676ef + 558dd43 commit 45d1967

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM ros:humble
33

44
# Set the working directory
5-
WORKDIR /ros2_workspace/src
5+
WORKDIR /root/ros2_ws/src
66

77
COPY . .
88
# Install additional dependencies
@@ -17,9 +17,8 @@ RUN apt-get update \
1717
ros-humble-rviz2
1818

1919
# Set environment variables
20-
ENV ROS_DISTRO humble
2120
ENV ROS_VERSION 2
22-
WORKDIR /ros2_workspace
21+
WORKDIR /root/ros2_ws
2322
RUN . /opt/ros/humble/setup.sh
2423
RUN rosdep update
2524
RUN rosdep install --from-paths src --ignore-src -y

0 commit comments

Comments
 (0)