We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In ROS1, you could do it by doing as the below link. http://wiki.ros.org/pluginlib#pluginlib.2Fpluginlib_groovy.Querying_ROS_Package_System_For_Available_Plugins
What command line should I use to do the same in ROS2? (rospack is not avaiable in ROS2)
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Upvoting
Sorry, something went wrong.
any luck on this?
Not yet
Not exactly the same, but I found that moveit has a node to list the available plugins. ros2 run moveit_ros_move_group list_move_group_capabilities.
ros2 run moveit_ros_move_group list_move_group_capabilities
Maybe you can use the C++ code here for inspiration: https://github.com/moveit/moveit2/blob/5548ef152a9b4fdbf87551b4a4291ba7ea1883d9/moveit_ros/move_group/src/list_capabilities.cpp
No branches or pull requests
In ROS1, you could do it by doing as the below link.
http://wiki.ros.org/pluginlib#pluginlib.2Fpluginlib_groovy.Querying_ROS_Package_System_For_Available_Plugins
What command line should I use to do the same in ROS2? (rospack is not avaiable in ROS2)
Thanks in advance!
The text was updated successfully, but these errors were encountered: