File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,6 @@ COPY . .
8
8
# Install additional dependencies
9
9
RUN apt-get update \
10
10
&& apt-get -y --quiet --no-install-recommends install \
11
- gcc \
12
- git \
13
- libxml2-dev \
14
- libxslt-dev \
15
- python3 \
16
- ros-humble-ament-cmake-clang-format\
17
11
ros-humble-rviz2
18
12
19
13
# Set environment variables
@@ -26,7 +20,7 @@ RUN rosdep install --from-paths src --ignore-src -y
26
20
RUN . /opt/ros/humble/setup.sh && colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release --packages-up-to grid_map_geo
27
21
28
22
# Source the ROS2 setup file
29
- RUN echo "source /ros2_workspace /install/setup.bash" >> ~/.bashrc
23
+ RUN echo "source /root/ros2_ws /install/setup.bash" >> ~/.bashrc
30
24
# Expose the default ROS 2 communication ports
31
25
EXPOSE 11311
32
26
You can’t perform that action at this time.
0 commit comments