We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05819e6 commit 0d2e307Copy full SHA for 0d2e307
1 file changed
docker/Dockerfile
@@ -43,7 +43,7 @@ WORKDIR ${COLCON_WS}
43
RUN mkdir -p ${COLCON_WS}/src && \
44
cd ${COLCON_WS}/src && \
45
git clone -b jazzy https://github.com/ROBOTIS-GIT/robotis_interfaces.git && \
46
- git clone -b feature-license https://github.com/ROBOTIS-GIT/robotis_applications.git
+ git clone -b jazzy https://github.com/ROBOTIS-GIT/robotis_applications.git
47
48
RUN cd ${COLCON_WS} && \
49
[ -f /etc/ros/rosdep/sources.list.d/20-default.list ] || rosdep init && \
0 commit comments