From 60984c69b985764af2e23146b29019f6ffd8a912 Mon Sep 17 00:00:00 2001 From: Arthur Golubtsov Date: Mon, 23 Sep 2019 20:49:53 +0300 Subject: [PATCH] Fix path to catkin_ws dir --- builder/image-software.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/image-software.sh b/builder/image-software.sh index e2ae465..b07bf7f 100755 --- a/builder/image-software.sh +++ b/builder/image-software.sh @@ -65,7 +65,7 @@ chrony \ echo_stamp "Install python libs" my_travis_retry pip install selectors2 -cd ~/catkin_ws +cd /home/pi/catkin_ws catkin_make aruco_pose echo_stamp "End of software installation"