-
Notifications
You must be signed in to change notification settings - Fork 156
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
Allow loading multiple planners and controllers, electable at runtime #13
Comments
I think also a service should be exposed to query the available planners that are configured on startup. This way, the configuration of the planners can be done on startup with use of the parameter server. |
Well, the list of loaded plugins is already available as a parameter, and it can be changed at runtime through dynamic reconfiguration. |
How would you like to deal with planner specific configurations? |
Each planner has his own namespace on the parameter server, so you can configure each one independently both at launch time and with dyn. reconf. if the plugin offers it |
I'm on it! |
…planner and start using them on move_base action
Our ROS API already provides a xxx_name field for that, but it's not implemented in the server
The text was updated successfully, but these errors were encountered: