Added CI for Ubuntu Noble/24.04 + docker

This commit is contained in:
matlabbe
2024-06-02 14:38:50 -07:00
parent 2f21d42555
commit 098301e52c
8 changed files with 197 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/bash
set -e
# setup ros2 environment
source "/opt/ros/jazzy/setup.bash" --
exec "$@"