Skip to content

Commit

Permalink
ignore Debian-specific error around urdfdom_headers
Browse files Browse the repository at this point in the history
Without the patch:

$ catkin_lint rviz_marker_tools/
rviz_marker_tools: package.xml: error: missing build_depend on 'urdfdom_headers'

requires catkin_lint 1.6.24 for successful error suppression.
  • Loading branch information
v4hn committed Sep 24, 2024
1 parent 99ccc11 commit 6c95679
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rviz_marker_tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ find_package(catkin REQUIRED COMPONENTS
)
find_package(Eigen3 REQUIRED)

# lint ignore is needed to support ROS distributions which also define urdfdom_headers in rosdep (e.g., Debian ROS packages)
#catkin_lint: ignore missing_depend[pkg=urdfdom_headers]
find_package(urdfdom_headers REQUIRED)

catkin_package(
Expand Down

0 comments on commit 6c95679

Please sign in to comment.