moveit / srdfdom

Semantic Robot Description Format
BSD 3-Clause "New" or "Revised" License
12 stars 68 forks source link

fix catkin_lint issues #46

Closed rhaschke closed 5 years ago

rhaschke commented 5 years ago

Fix catkin issues:

$ catkin_lint .
srdfdom: CMakeLists.txt(20): error: catkin_package() lists 'urdfdom_py' as system package but it is not
srdfdom: CMakeLists.txt(20): error: catkin_package() exports non-package include path
srdfdom: CMakeLists.txt(14): warning: use of link_directories() is strongly discouraged

and enable catkin_lint checker.