Skip to content

Commit

Permalink
rviz_marker_tools: add missing dependency on urdfdom
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke committed Apr 2, 2024
1 parent 560aa0a commit 6b0f2c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rviz_marker_tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ find_package(catkin REQUIRED COMPONENTS
roscpp
tf2_eigen
)
find_package(urdfdom REQUIRED)

catkin_package(
LIBRARIES
Expand All @@ -17,6 +18,8 @@ catkin_package(
geometry_msgs
visualization_msgs
roscpp
DEPENDS
urdfdom
)

set(PROJECT_INCLUDE ${CMAKE_CURRENT_SOURCE_DIR}/include/${PROJECT_NAME})
Expand Down
1 change: 1 addition & 0 deletions rviz_marker_tools/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@
<depend>geometry_msgs</depend>
<depend>roscpp</depend>
<depend>tf2_eigen</depend>
<depend>liburdfdom-dev</depend>
</package>

0 comments on commit 6b0f2c8

Please sign in to comment.