When is the case to use pluginlib
follow:pluginlib
I see all of the documentation in pluginlib.
I think to use of time in pluginlib.
Thank you.
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
follow:pluginlib
I see all of the documentation in pluginlib.
I think to use of time in pluginlib.
Thank you.
What exactly do you want to know?
If you refer to "what is the purpose of pluginlib": The pluginlib package provides tools for writing and dynamically loading plugins using the ROS build infrastructure.
I do not want to be rude. Are you asking when pluginlib architecture is used? If yes, then you can have look at navigation stack setup, specifically move_base. Which global planner to use, can be configured in launch files and corresponding library will get loaded. Pluginlib allow to do that.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2012-07-23 23:35:43 -0500
Seen: 488 times
Last updated: Jul 24 '12
Where does amcl_demo.launch load its plugins from?
PluginLib declaring template classes
Load plugin for IKFast class using C++
Turtlebot path planner fails with added plugin [closed]
Load plugin from separate package
How to configure Eclipse to properly load a plugin?
sporadic dynamic plugin loading error (rospack) [closed]
Including both Python and C++ Plugins in a single RQT Plugin