Is there a tool for scanning a workspace and checking if dependencies are correctly declared?
Is there a tool for scanning a workspace and checking if dependencies are correctly declared? eg. in package manifests, CMakeLists.txt
etc.
It won't scan your code (ie:
.cpp
,.h
,.py
, etc), but catkin_lint does a lot of other things in this direction. It will check.launch
files.