mirror of
https://github.com/ROBOTIS-GIT/turtlebot3.git
synced 2025-09-15 12:59:04 +08:00
Modified ws name
Signed-off-by: Wonho Yun <ywh@robotis.com>
This commit is contained in:
parent
42ac8506a1
commit
09f3d172ca
@ -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 && \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user