Update my_example.Dockerfile

This commit is contained in:
bjoernellens1 2023-10-23 14:03:53 +02:00 committed by GitHub
parent ca5a89a799
commit 6aa8c73036
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,7 @@ RUN chmod +x /entrypoint.sh
RUN vcs pull src
ENTRYPOINT [ "/entrypoint.sh" ]
CMD [ "ros2 run unitree_legged_real ros2_udp highlevel" ]
#############################################################