mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 01:50:24 +08:00
Added CI for Ubuntu Noble/24.04 + docker
This commit is contained in:
6
docker/noble/deps/ros_entrypoint.sh
Normal file
6
docker/noble/deps/ros_entrypoint.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
# setup ros2 environment
|
||||
source "/opt/ros/jazzy/setup.bash" --
|
||||
exec "$@"
|
||||
Reference in New Issue
Block a user