-
Notifications
You must be signed in to change notification settings - Fork 40
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
Add MultiMove support #7
Add MultiMove support #7
Conversation
133a779
to
9293626
Compare
1eae914
to
55ac3cd
Compare
abb_hardware_interface/package.xml
Outdated
@@ -17,7 +17,7 @@ | |||
<depend>hardware_interface</depend> | |||
<depend>pluginlib</depend> | |||
<depend>rclcpp</depend> | |||
<depend>abb_libegm</depend> | |||
<depend>abb_egm_rws_managers</depend> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We still need abb_libegm, right?
(Please alphabetize, too)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We no longer use abb_libegm directly, we get that functionality via abb_egm_rws_managers (which depends on abb_libegm)
ddac0e7
to
c0e2fd8
Compare
Co-authored-by: AndyZe <andyz@utexas.edu>
c0e2fd8
to
0f50093
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved assuming you make the small changes above ^
Co-authored-by: AndyZe <andyz@utexas.edu>
Co-authored-by: AndyZe <andyz@utexas.edu>
Switches from using abblibegm's EGMControllerInterface to abb_egm_rws_manager's egmManager to get support for multiple mechanical unit groups.
Fixes #2