From 14530d89b7d1c2eca755a5a7d10a98c6f17d520e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?I=C3=B1igo=20Moreno?= <inigo.moreno@tecnalia.com>
Date: Wed, 1 Sep 2021 10:55:02 +0200
Subject: [PATCH] Modify ros_entrypoint for deployment

---
 deploy/base/ros_entrypoint.bash | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deploy/base/ros_entrypoint.bash b/deploy/base/ros_entrypoint.bash
index 0f3ec1f..df5d0f7 100755
--- a/deploy/base/ros_entrypoint.bash
+++ b/deploy/base/ros_entrypoint.bash
@@ -3,5 +3,5 @@ set -e
 
 # setup application environment
 # shellcheck disable=SC1091
-source "/root/catkin_ws/install/setup.bash"
+source "/root/*_ws/install/setup.bash"
 exec "$@"
-- 
GitLab