mirror of
https://github.com/bjoernellens1/ros2_docker_template.git
synced 2024-11-23 07:55:05 +00:00
Update my_example.Dockerfile
This commit is contained in:
parent
2ce44893f5
commit
db5997cb0c
@ -37,7 +37,6 @@ RUN chmod +x /entrypoint.sh
|
||||
RUN vcs pull src
|
||||
|
||||
ENTRYPOINT [ "/entrypoint.sh" ]
|
||||
CMD [ "ros2 run unitree_legged_real ros2_udp highlevel" ]
|
||||
|
||||
|
||||
#############################################################
|
||||
@ -86,3 +85,4 @@ RUN chmod +x /entrypoint.sh
|
||||
RUN vcs pull src
|
||||
|
||||
ENTRYPOINT [ "/entrypoint.sh" ]
|
||||
CMD [ "ros2", "run", "unitree_legged_real", "ros2_udp highlevel" ]
|
||||
|
Loading…
Reference in New Issue
Block a user