From 46d51ade02af7be6fc267f2bd99740369bfb5af6 Mon Sep 17 00:00:00 2001 From: Stefan Scherzinger Date: Sat, 5 Nov 2022 13:01:59 +0100 Subject: [PATCH] Add build dependencies for clang `rosdep` now should install clang on the system. See here: https://answers.ros.org/question/344031/ --- cartesian_controller_base/package.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cartesian_controller_base/package.xml b/cartesian_controller_base/package.xml index 8350ac5e..99e89254 100644 --- a/cartesian_controller_base/package.xml +++ b/cartesian_controller_base/package.xml @@ -40,6 +40,10 @@ catkin + + clang + clang + roscpp controller_interface kdl_parser