From 3467bfcea7bfcef738d3da3ccdfd303094f541aa Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Thu, 21 Jul 2022 01:05:16 +0300 Subject: [PATCH] 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 4cb8f5d..35ecbfb 100644 --- a/scripts/install_software.sh +++ b/scripts/install_software.sh @@ -86,7 +86,7 @@ cd ~/PX4-Autopilot make px4_sitl echo "--- Building the workspace" -rm -rf /opt/ros/noetic/include/mavlink +sudo -E sh -c 'rm -rf /opt/ros/noetic/include/mavlink' cd ~/catkin_ws catkin_make