Skip to content

Commit

Permalink
Add build dependencies for clang
Browse files Browse the repository at this point in the history
`rosdep` now should install clang on the system.
See here: https://answers.ros.org/question/344031/
  • Loading branch information
stefanscherzinger committed Nov 5, 2022
1 parent 3961d9e commit 9e66137
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cartesian_controller_base/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
<!-- <test_depend>gtest</test_depend> -->
<buildtool_depend>catkin</buildtool_depend>

<!-- For reproducing #99 -->
<build_depend>clang</build_depend>
<buildtool_depend>clang<buildtool_depend>

<build_depend>roscpp</build_depend>
<build_depend>controller_interface</build_depend>
<build_depend>kdl_parser</build_depend>
Expand Down

0 comments on commit 9e66137

Please sign in to comment.