ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org
Ask Your Question
0

When is the case to use pluginlib

asked 2012-07-23 23:35:43 -0500

li-an gravatar image

follow:pluginlib

I see all of the documentation in pluginlib.

I think to use of time in pluginlib.

Thank you.

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2012-07-24 00:15:17 -0500

dornhege gravatar image

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.

edit flag offensive delete link more

Comments

In tutorials here is only one package with two algorithms,how is show dynamically loading plugins ?

li-an gravatar image li-an  ( 2012-07-24 04:31:53 -0500 )edit
1

You mean the Square/Triangle example? They are loaded dynamically in 1.7.

dornhege gravatar image dornhege  ( 2012-07-24 06:43:36 -0500 )edit
1

answered 2012-07-24 00:19:40 -0500

prince gravatar image

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.

edit flag offensive delete link more

Comments

dornhege gave more appropriate answer :)

prince gravatar image prince  ( 2012-07-24 00:20:33 -0500 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2012-07-23 23:35:43 -0500

Seen: 488 times

Last updated: Jul 24 '12