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

Flexible cmd_vel_mux reconfiguration #37

Open
corot opened this issue Jan 21, 2013 · 0 comments
Open

Flexible cmd_vel_mux reconfiguration #37

corot opened this issue Jan 21, 2013 · 0 comments
Milestone

Comments

@corot
Copy link
Contributor

corot commented Jan 21, 2013

Right now we use a fixed configuration. No good for someone who wants to do something different.

Possible approaches:

  • Force apps to do dynamic reconfigure in every app.
  • Write our own node to request current configuration, save it, send new configuration and then spin. Send the old configuration on shutdown. Add these to the app launchers, this will have the lifetime of the app.

@stonier - I really like the latter solution. It doesn't force 99 out of 100 users to do extra work for an esoteric use case.

@jorge was thinking of rolling back to 'default' states instead of saving it. But then considered two apps on top of each other, the first rollback should not be to the default, but to the first app's configuration.

Do this after 2.0 release.

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

No branches or pull requests

1 participant