mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
7 lines
92 B
Bash
7 lines
92 B
Bash
|
|
#!/bin/bash
|
||
|
|
set -e
|
||
|
|
|
||
|
|
# setup ros2 environment
|
||
|
|
source "/opt/ros/foxy/setup.bash" --
|
||
|
|
exec "$@"
|