-
Notifications
You must be signed in to change notification settings - Fork 308
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
Combined robot hw kinetic #235
Combined robot hw kinetic #235
Conversation
This will make it possible to combine several RobotHW objects into a single one.
…robot_hw allows to load different RobotHW as plugins and combines them into a single RobotHW. A single controller manager can then access resources from any robot.
@paulbovbel @mikepurvis @efernandez isn't this interesting for you guys? |
LGTM +1 |
I've done several passes over it and played with the tests too, seems all good. I'm going to merge it now and quickly release for first Kinetic sync 👍 |
Hi @toliver, @bmagyar, @adolfo-rt ..... Since this patch, we can not compile
I'm not sure what is the root cause of this, but just want someone to confirm adding empty constructor is ok or not.
|
Obviously, this PR introduced a break by requiring a default constructor.
All interfaces in In the case of your |
I finally gave this a shot in earnest, and couldn't believe how seamless it was. Big props to everyone involved for making it happen— really nice being able to compose a robot from RobotHW plugins using just a launch file and parameters. 👍 |
This PR has been reopen against kinetic-devel as suggested in #234 (comment).
To see a description of the contents and the discussion history please have a look at #231 and #220.