Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
Fix visualization_msgs dependency (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
martiniil authored Aug 26, 2021
1 parent d3b255d commit 2739853
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pilz_robot_programming/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ catkin_install_python(PROGRAMS
if(CATKIN_ENABLE_TESTING)

find_package(rostest REQUIRED)
find_package(visualization_msgs REQUIRED)

include_directories(
${catkin_INCLUDE_DIRS}
Expand Down
1 change: 1 addition & 0 deletions pilz_robot_programming/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<test_depend>python3-coverage</test_depend>
<test_depend>rosunit</test_depend>
<test_depend>code_coverage</test_depend>
<test_depend>visualization_msgs</test_depend>


</package>

0 comments on commit 2739853

Please sign in to comment.