ros_entrypoint.sh 91 B

1234567
  1. #!/bin/bash
  2. set -e
  3. source /opt/ros/humble/setup.bash
  4. source install/setup.bash
  5. exec "$@"