Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tecnalia_robotics-public
templates
Commits
e6de06dd
Commit
e6de06dd
authored
Sep 01, 2021
by
Iñigo Moreno i Caireta
Browse files
Improve ros_entrypoint
parent
14530d89
Pipeline
#55495
failed with stage
in 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
deploy/base/ros_entrypoint.bash
View file @
e6de06dd
...
...
@@ -3,5 +3,7 @@ set -e
# setup application environment
# shellcheck disable=SC1091
source
"/root/*_ws/install/setup.bash"
source
"/root/target_ws/install/setup.bash"
# shellcheck disable=SC1091
source
"/root/upstream_ws/install/setup.bash"
exec
"
$@
"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment