Skip to content

Commit d50c846

Browse files
authored
Ignore Debian-specific catkin_lint error around urdfdom_headers (#614)
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.
1 parent 99ccc11 commit d50c846

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rviz_marker_tools/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ find_package(catkin REQUIRED COMPONENTS
1010
)
1111
find_package(Eigen3 REQUIRED)
1212

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

1517
catkin_package(

0 commit comments

Comments
 (0)