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

Support for ROS2 #253

Open
gtan039 opened this issue Mar 20, 2020 · 9 comments
Open

Support for ROS2 #253

gtan039 opened this issue Mar 20, 2020 · 9 comments
Labels

Comments

@gtan039
Copy link

gtan039 commented Mar 20, 2020

Hi, May I know if there will porting of the industrial_robot_simulator and industrial_robot_client packages to ROS2 in the near future?

@gavanderhoorn
Copy link
Member

There are currently no plans to do a direct port of the packages you mention to ROS 2.

industrial_robot_client et al. have a number of design and implementation issues which would be good to tackle instead of doing a straight port.

And with the availability of more and more publically available external motion interfaces in industrial robotics these days, the value of something like simple_message and industrial_robot_client would also be something to discuss.

@xzkeee
Copy link

xzkeee commented Mar 31, 2022

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!

@BrettHemes
Copy link
Member

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)?

@ppbrown
Copy link

ppbrown commented Jan 18, 2023

For anyone who wants to put in some coding effort, I started up my porting fork.
I'd be happy to collaborate.

https://github.com/ppbrown/ros2_industrial_core

@Elfits
Copy link

Elfits commented Sep 4, 2023

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!
@xzkeee Do you have solutions now? Thanks!

@ppbrown
Copy link

ppbrown commented Sep 13, 2023

simplest thing seems to be to stick to ros1 for now.
The good news is, you can at least indefinitely use the ros1 infrastructure by leveraging the ros1 docker container.
ie:
ros:noetic-ros-base

@robinsonmm
Copy link
Member

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.

@ppbrown
Copy link

ppbrown commented Sep 19, 2023

Thanks for the interesting update @robinsonmm
One additional question for you though: You mention microROS and Yaskawa in the same context. but going to the microROS website, and the github at https://github.com/micro-ROS, I dont see Yaskawa mentioned on either of them.
Can you shed more light on that relationship?

@robinsonmm
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

7 participants