From 71bd59fe3dc6f805c05dc193c5e530f646bfe1d1 Mon Sep 17 00:00:00 2001 From: Artem Smirnov Date: Sat, 2 Jun 2018 15:09:26 +0300 Subject: [PATCH] image_builder: change "catkin init" to "catkin_init_workspace" --- image_builder/scripts/ros_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image_builder/scripts/ros_install.sh b/image_builder/scripts/ros_install.sh index 4f5f623d..7ba04d57 100755 --- a/image_builder/scripts/ros_install.sh +++ b/image_builder/scripts/ros_install.sh @@ -124,7 +124,7 @@ echo -e "\033[0;31m\033[1m$(date) | #12 Creating catkin_ws\033[0m\033[0m" mkdir -p /home/pi/catkin_ws/src \ && cd /home/pi/catkin_ws \ && . /opt/ros/kinetic/setup.sh \ - && catkin init \ + && catkin_init_workspace \ && wstool init /home/pi/catkin_ws/src echo -e "\033[0;31m\033[1m$(date) | #13 Installing CLEVER-BUNDLE\033[0m\033[0m"