[ros-users] [Discourse.ros.org] [Next Generation ROS] Explor…

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Dirk Thomas via ros-users
Date:  
To: ros-users
CC: Dirk Thomas
Subject: [ros-users] [Discourse.ros.org] [Next Generation ROS] Exploring package dependencies


The new build tool `colcon` which has been introduced with ROS 2 Bouncy does provide a way to output:
* a list of dependencies for a package (`colcon info <pkgname>`)
* the topological ordered list of packages using "ASCII art" (`colcon list -g`)
* a dot graph to visualize the dependency hierarchy (`colcon list --topological-graph-dot | dot -Tpng -o deps.png`)

For the last two you can narrow the set of shown packages by using `--packages-select[-regex]` or similar options.





---
[Visit Topic](https://discourse.ros.org/t/exploring-package-dependencies/4719/2) or reply to this email to respond.


If you do not want to receive messages from ros-users please use the unsubscribe link below. If you use the one above, you will stop all of ros-users from receiving updates.
______________________________________________________________________________
ros-users mailing list

http://lists.ros.org/mailman/listinfo/ros-users
Unsubscribe: <http://lists.ros.org/mailman//options/ros-users>