You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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 aLaunchConfig
to this method. What do you think?Originally posted by @afsafzal in #370 (comment)
The text was updated successfully, but these errors were encountered: