Ensure the ros2 daemon is running in the container

This commit is contained in:
2026-04-16 16:44:56 +00:00
parent 212821793a
commit 7bbe2c3537
+2
View File
@@ -4,4 +4,6 @@ set -e
source /opt/ros/${ROS_DISTRO}/setup.bash source /opt/ros/${ROS_DISTRO}/setup.bash
source /ws/install/setup.bash source /ws/install/setup.bash
ros2 daemon start
exec "$@" exec "$@"