Linting
Running roslint with catkin
roslint with catkinfind_package(catkin REQUIRED COMPONENTS roslint ...)
roslint_python() # pep8 linting
roslint_cpp() # ROS wrapper of Google's cpplint<build_depend>roslint</build_depend>cd <package_source_directory>; catkin build --get-env <package_name> | catkin env -si /usr/bin/make roslint --jobserver-fds=6,7 -j; cd -
Running catkin_lint
catkin_lintSee Also
Last updated
Was this helpful?