ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Is there a tool for scanning a workspace and checking if dependencies are correctly declared?

asked 2023-06-22 12:23:20 -0500

LukeAI gravatar image

Is there a tool for scanning a workspace and checking if dependencies are correctly declared? eg. in package manifests, CMakeLists.txt etc.

edit retag flag offensive close merge delete

Comments

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.

gvdhoorn gravatar image gvdhoorn  ( 2023-06-22 14:23:07 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-06-22 13:40:46 -0500

130s gravatar image

Not a core tool, but roscompile (discourse.ros.org) does various things including suggesting the dependencies that are used in the code but not declared.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2023-06-22 12:23:20 -0500

Seen: 45 times

Last updated: Jun 22 '23