Skip to content
Snippets Groups Projects
Select Git revision
  • 22e030e9d13ec87853f56b2fefef2f9b2e204fa7
  • master default
  • include-tests
  • remove-yaml-quotes
  • configurable-ci-setup-lookup-path
  • dev-image-test-bak
  • dev-images
  • tmp/deploy-image-build
  • fast-ci
  • modular-templates
10 results

ros_entrypoint.bash

Blame
  • Forked from tecnalia_robotics-public / templates
    Source project has a limited visibility.
    ros_entrypoint.bash 134 B
    #!/bin/bash
    set -e
    
    # setup application environment
    # shellcheck disable=SC1091
    source "/root/catkin_ws/install/setup.bash"
    exec "$@"