-
Notifications
You must be signed in to change notification settings - Fork 182
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
Support for ROS2 #253
Comments
There are currently no plans to do a direct port of the packages you mention to ROS 2.
And with the availability of more and more publically available external motion interfaces in industrial robotics these days, the value of something like |
So how do I control an industrial robot with ros2? Do I have to write a driver without industrial_robot_client, directly connect to ros2_control ? What about those existing drivers, such as abb, fanuc drivers, how do they control by ros2? Or simply they can't, I have to stick to ros1? Thanks! |
I am coming back to ROS after some hiatus and have the same question(2). @gavanderhoorn do you have a summary of where industrial stands wrt ROS2 support (and/or perhaps have a list of things that need attention)? |
For anyone who wants to put in some coding effort, I started up my porting fork. |
|
simplest thing seems to be to stick to ros1 for now. |
Thanks to all those that have posted here on this topic. We are jointly going to more explicitly line out our strategy relative to drivers and comms with manipulators and in parallel update Industrial Robot Driver Specification. As Gijs above illuminated there are now more OEMs offering external motion interfaces, and now more extensible and versionable ways to support ROS 2 interoperability with those interfaces, be it via microROS (Yaskawa) or ros2_control (UR). We will try to provide the resources to enable OEMs to develop, deploy and maintain ROS 2 support, in a way that benefits both developers and OEMs and sustains over changes to ROS 2 and to OEM controllers. Thanks for your continued interest and engagement on open source for industry. |
Thanks for the interesting update @robinsonmm |
micro-ROS is simply an extreme resource constrained DDS implementation for devices with constraints, such as a robot controller. In the case of Yaskawa they chose micro-ROS as their pathway to implement a ROS 2 node on their controller, a different way to provide ROS interoperability for their manipulators. Their repo is here: https://github.com/Yaskawa-Global/motoros2 Ted Miller of Yaskawa recently presented the work at the ROS-I Americas Annual Meeting, which a recording is available (Ted's talk: https://youtu.be/N8b775nXRTA) on the ROS-I YouTube playlist from the event here: https://www.youtube.com/playlist?list=PLXUpEXjGC63xwoXyAVtBsspOgS-7sAdx1 |
Hi, May I know if there will porting of the industrial_robot_simulator and industrial_robot_client packages to ROS2 in the near future?
The text was updated successfully, but these errors were encountered: