From ece5a6efc3ef0dad910d0b1611d093518174cae4 Mon Sep 17 00:00:00 2001 From: flipflip Date: Wed, 16 Jul 2025 18:02:32 +0200 Subject: [PATCH] update docu --- create_ros_ws.sh | 2 +- setup_ros_ws.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/create_ros_ws.sh b/create_ros_ws.sh index c8d2992..bfd4692 100755 --- a/create_ros_ws.sh +++ b/create_ros_ws.sh @@ -156,7 +156,7 @@ function main if [ ${rosver} -eq 1 ]; then info " catkin build" else - info " colcon build" + info " colcon build --symlink-install" fi info "" exit 0 diff --git a/setup_ros_ws.sh b/setup_ros_ws.sh index 1fd8f14..3bda85b 100755 --- a/setup_ros_ws.sh +++ b/setup_ros_ws.sh @@ -108,7 +108,7 @@ function main if [ ${rosver} -eq 1 ]; then info " catkin build" else - info " colcon build" + info " colcon build --symlink-install" fi info "" exit 0