catkin_lint icon indicating copy to clipboard operation
catkin_lint copied to clipboard

Check catkin packages for common errors

Results 5 catkin_lint issues
Sort by recently updated
recently updated
newest added

Is there an option or would it be possible to add an option to ignore/disable directories? As I have multiple packages which include an 3rdparty library. Often these libraries include...

ntpath.isabs no longer considers paths that start with "/" to be absolute. This is correct behaviour on Windows but causes us problems, because our `PathConstants` use paths that start with...

ntpath.isabs no longer considers paths that start with "/" to be absolute. This is correct behaviour on Windows but causes us problems, because our `PathConstants` use paths that start with...

When run under Python 3.13, the test suite fails in test_exports. The second cmakelist checked: project(mock) find_package(catkin REQUIRED) find_package(other_catkin REQUIRED) find_package(other_system REQUIRED) catkin_package( INCLUDE_DIRS ${CMAKE_CURRENT_BINARY_DIR} CATKIN_DEPENDS other_catkin DEPENDS other_system )...

Latest PyPi release of catkin_lint is not compatible with Python 2.7 anymore: ``` Traceback (most recent call last): File "/usr/local/bin/catkin_lint", line 52, in from catkin_lint.main import main File "/usr/local/lib/python2.7/dist-packages/catkin_lint/__init__.py", line...