Update my_example.Dockerfile

This commit is contained in:
bjoernellens1 2023-10-23 13:40:31 +02:00 committed by GitHub
parent 03106a4605
commit 176abec03b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,8 @@ RUN vcs import < overlay.repos \
&& mv ros2_unitree_legged_msgs/ .. && mv ros2_unitree_legged_msgs/ ..
WORKDIR /lcm_ws WORKDIR /lcm_ws
RUN cd /lcm_ws \ RUN cd /lcm_ws \
&& git clone -b v1.4.0 https://github.com/lcm-proj/lcm \ #&& git clone -b v1.4.0 https://github.com/lcm-proj/lcm \
&& git clone https://github.com/lcm-proj/lcm \
&& cd lcm \ && cd lcm \
&& mkdir build \ && mkdir build \
&& cd build \ && cd build \