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 | ros @ Robotics Stack Exchange |
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.
Asked: 2012-07-23 23:35:43 -0600
Seen: 549 times
Last updated: Jul 24 '12
error compiling pluginlib on a mac?
How to configure Eclipse to properly load a plugin?
Plans for pluginlib for Python
PLUGINLIB_DECLARE_CLASS vs PLUGINLIB_REGISTER_CLASS
trajectory_filter and pluginlib syntax 1.2
pluginlib terminates when there are no plugins
Local planner's concrete class is defined where in move_base?