added ros2 jazzy container

This commit is contained in:
2025-04-04 14:40:10 +02:00
commit 9bba69ae4f
5 changed files with 1939 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
#!/bin/bash
trap "echo 'Stopping...'; exit 0" SIGTERM
while true; do sleep 1; done