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

developer.code-workspace

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