cmu-rss-lab / roswire

A library for static and dynamic analysis of ROS applications via Docker 🔌
http://christimperley.co.uk/roswire
Apache License 2.0
8 stars 0 forks source link

Add abiility to directly launch from LaunchConfig objects #393

Open ChrisTimperley opened 4 years ago

ChrisTimperley commented 4 years ago

This is cool, but the use case I'm envisioning will be inefficient with this. Because I want to get the list of the nodes (e.g., all python nodes) automatically, I have to create the LaunchConfig beforehand. And then here, we read the launch file again. Maybe it would make sense to allow passing a LaunchConfig to this method. What do you think?

_Originally posted by @afsafzal in https://github.com/ChrisTimperley/roswire/pull/370#discussion_r459166023_