Skip to content
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

Closed
corot opened this issue Nov 27, 2017 · 5 comments
Closed
Assignees

Comments

@corot
Copy link
Collaborator

corot commented Nov 27, 2017

Our ROS API already provides a xxx_name field for that, but it's not implemented in the server

@corot corot self-assigned this Nov 27, 2017
@reinzor
Copy link
Contributor

reinzor commented Nov 28, 2017

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.

@corot
Copy link
Collaborator Author

corot commented Nov 28, 2017

Well, the list of loaded plugins is already available as a parameter, and it can be changed at runtime through dynamic reconfiguration.

@reinzor
Copy link
Contributor

reinzor commented Nov 28, 2017

How would you like to deal with planner specific configurations?

@corot
Copy link
Collaborator Author

corot commented Nov 28, 2017

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

@spuetz spuetz self-assigned this Jan 2, 2018
@spuetz
Copy link
Member

spuetz commented Jan 2, 2018

I'm on it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants