Go2-Nav_System / docker /entrypoint.sh
thanhnc19's picture
Upload folder using huggingface_hub
15b8951 verified
Raw
History Blame Contribute Delete
176 Bytes
#!/bin/bash
set -e
# Source ROS2 environment
source /opt/ros/${ROS_DISTRO}/setup.bash
source /ros2_ws/install/setup.bash
# Execute the command passed to docker run
exec "$@"