Modified ws name

Signed-off-by: Wonho Yun <ywh@robotis.com>
This commit is contained in:
Wonho Yun 2025-02-21 19:52:50 +09:00
parent 42ac8506a1
commit 09f3d172ca
No known key found for this signature in database
GPG Key ID: EE52224087ED5D9E

View File

@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y \
ros-${ROS_DISTRO}-nav2-bringup && \
rm -rf /var/lib/apt/lists/*
ENV COLCON_WS=/root/colcon_ws
ENV COLCON_WS=/root/turtlebot3_ws
WORKDIR ${COLCON_WS}
RUN mkdir -p ${COLCON_WS}/src && \