Skip to content
Snippets Groups Projects
Select Git revision
  • c27232eabbd0cda742e08ca97a54aceae24b67e0
  • main default
2 results

docker.sh

Blame
  • ros_entrypoint.bash 134 B
    #!/bin/bash
    set -e
    
    # setup application environment
    # shellcheck disable=SC1091
    source "/root/catkin_ws/install/setup.bash"
    exec "$@"