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

Refactor node mains to xyz_node *classes* #25

Open
b-adkins opened this issue Jul 29, 2014 · 0 comments
Open

Refactor node mains to xyz_node *classes* #25

b-adkins opened this issue Jul 29, 2014 · 0 comments

Comments

@b-adkins
Copy link
Owner

This way, the user doesn't have to do ANYTHING to add new types that an existing node can run polymorphically. They just extend the class, include in in main(), and let RAII take care of the rest.

Though they should use seperate nodes/nodelets and composition (connected with ROS messages) where possible.

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

1 participant