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

Combine common patterns into a base class. #1

Open
jbohren opened this issue Feb 24, 2014 · 0 comments
Open

Combine common patterns into a base class. #1

jbohren opened this issue Feb 24, 2014 · 0 comments

Comments

@jbohren
Copy link
Member

jbohren commented Feb 24, 2014

There are a lot of design patterns that we've started to use in lcsr_controllers in the context of conman.

Maybe create a base package called rosoro_controllers

  • flag to use rosparam
  • flag to use rostopic
  • flag to use conman
  • flag for verbose debug output
  • input port clearing
    • Ports are assumed to be continuously fed until the component is stopped, and then they're cleared. We could query and clear all input ports for a given component when the component is stopped. Alternatively, this could be provided as a static function which operates on the TaskContext
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