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