-
Notifications
You must be signed in to change notification settings - Fork 104
Add ros2plugin (backport #165) #279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: kilted
Are you sure you want to change the base?
Conversation
Signed-off-by: artivis <[email protected]> Signed-off-by: Alejandro Hernandez Cordero <[email protected]> Co-authored-by: Alejandro Hernandez Cordero <[email protected]> (cherry picked from commit 1a596d6) # Conflicts: # pluginlib/src/list_plugins.cpp
Cherry-pick of 1a596d6 has failed:
To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
Signed-off-by: Alejandro Hernandez Cordero <[email protected]>
Pulls: #279 |
Add the
plugin
command together with thelist
verb toros2
CLI.At the moment it produces the following results:
while passing the flag
--packages
only list packages that export plugins and the relative path to the XML file(s ?),I'd be more than open to discuss actual output and/or output layout.
Note this does not exactly mimic ROS 1 in terms of prints layout nor in terms of use (yet),
e.g. ROS 1 -->
rospack plugins --attrib=plugin <base_package_name>
.Fix ros2/ros2cli#328
Replace ros2/ros2cli#340
Signed-off-by: artivis [email protected]
This is an automatic backport of pull request #165 done by Mergify.