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

Enable dependency injection of the ethercat master #15

Open
wants to merge 6 commits into
base: hydro-devel
Choose a base branch
from

Conversation

svenschneider
Copy link

By allowing the EtherCat master to be injected into each class, it is possible to design a plugin-based architecture for binding the youbot driver to a robotic software framework such as ROS or OROCOS: One component or plugin in the framework instantiates the EtherCat master and can then pass it to further components or plugins which are in turn responsible for communicating with either the base, the manipulator or the gripper.

The dependency injection is optional. Thus, the default behaviour remains unchanged.

wnowak and others added 6 commits September 19, 2014 13:03
By allowing the EtherCat master to be injected into each class, it is
possible to design a plugin-based architecture for binding the youbot
driver to a robotic software framework such as ROS or OROCOS: One
component or plugin in the framework instantiates the EtherCat master
and can then pass it to further components or plugins which are in turn
responsible for communicating with either the base, the manipulator or
the gripper.

The dependency injection is optional. Thus, the default behaviour remains unchanged.
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.

2 participants