From 2996d5fd5995f5649234d19acff50a563737ab57 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Wed, 20 Jul 2022 15:12:36 +0300 Subject: [PATCH] Try to fix --- scripts/install_software.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_software.sh b/scripts/install_software.sh index 1083e4f..bb57ab0 100644 --- a/scripts/install_software.sh +++ b/scripts/install_software.sh @@ -37,7 +37,7 @@ rosdep update echo "--- Creating Catkin workspace" mkdir -p ~/catkin_ws/src cd ~/catkin_ws -catkin_make +catkin_make --force-cmake echo "source ~/catkin_ws/devel/setup.bash" >> ~/.bashrc source ~/catkin_ws/devel/setup.bash