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

make producer / consumer plugins in a shared library and load them with pluginlib #18

Closed
wants to merge 1 commit into from

Conversation

dirk-thomas
Copy link
Member

Simple example using pluginlib (https://github.com/ros/pluginlib/tree/ros2) and indirectly class loader (https://github.com/ros/class_loader/tree/ros2).

Before this can be considered it must be possible to build a shared library which only depends on rclcpp but not a specific rmw implementation. Currently rclcpp depends directly on the headers of a specific implementation:

@dirk-thomas dirk-thomas added the in progress Actively being worked on (Kanban column) label Aug 28, 2015
@dirk-thomas dirk-thomas self-assigned this Aug 28, 2015
@wjwwood wjwwood added ready Work is about to start (Kanban column) and removed in progress Actively being worked on (Kanban column) labels Sep 15, 2015
@dirk-thomas dirk-thomas removed the ready Work is about to start (Kanban column) label Oct 7, 2015
@dirk-thomas
Copy link
Member Author

This has been implemented in #84.

@dirk-thomas dirk-thomas closed this Jan 3, 2017
@dirk-thomas dirk-thomas deleted the use_pluginlib branch January 3, 2017 18:28
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

Successfully merging this pull request may close these issues.

None yet

2 participants