From 3c61bbd831ecfe07ac9e94079bffd831ebbf5b55 Mon Sep 17 00:00:00 2001 From: Michael Carlstrom Date: Mon, 22 Jan 2024 16:49:09 -0500 Subject: [PATCH] ben fixes --- .vscode/ros2_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/ros2_install.sh b/.vscode/ros2_install.sh index 57c0bacb..a4ef06d3 100755 --- a/.vscode/ros2_install.sh +++ b/.vscode/ros2_install.sh @@ -17,7 +17,7 @@ echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/ros-a # Install dev tools like rosdep among others. This is ros-distro agnostic. # More info can be found here # https://discourse.ros.org/t/ros-developer-tools-now-in-binary-form/29802 -sudo apt update && sudo apt install ros-dev-tools +sudo apt install ros-dev-tools # Install pip sudo apt install python3-pip