Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

ROS 2 driver version #359

Closed
gavanderhoorn opened this issue Oct 8, 2020 · 5 comments
Closed

ROS 2 driver version #359

gavanderhoorn opened this issue Oct 8, 2020 · 5 comments

Comments

@gavanderhoorn
Copy link
Member

This issue would be the place to discuss development approaches for a ROS 2 version of motoman_driver.

There is no requirement to keep the current architecture, nor to host any eventual results in this repository necessarily. Different architectures could be considered and new repositories can be created.

@gavanderhoorn
Copy link
Member Author

@tingelst: you appear to have a fork with an eloquent branch.

Could you comment here on the status of that work?

@tingelst
Copy link

@gavanderhoorn
We received three new robot cells with gp25 manipulators some months ago, and we are now working on setting these up. I have also just received a license for MotoPlus and have gotten that up and running with the current ROS1 driver.

I started some initial experiments with ROS2 in the eloquent branch around summer time this year, as we want to move all our robots towards ROS2. However, I didnt get very far at that time.

I would very much like to be a part of this discussion, and will also be able to contribute with development work as getting a ROS2 driver for out motoman robots is a part of our long term strategy.

@tingelst
Copy link

tingelst commented Jan 7, 2021

@gavanderhoorn
To start up this conversation again.

I have over the last months developed a pure Python 3 library for controlling MOTOMAN robots which you can find here: https://github.com/tingelst/moto.

The moto library interfaces with the current ros industrial driver using the SimpleMessage structures. This library might be a starting point for a new ros2 driver.

Moreover, I have extended the robot driver for real-time control which is synced with the RT clock on the controller. The code can be found here. An accompanying ros2 control hardware interface can be found here.

Has there been any ROS2 development efforts on your side?

@gavanderhoorn
Copy link
Member Author

Hi @tingelst.

Interesting work. I'll take a look at the packages later.

re: ros2_control hw iface: how do you deal with the latency in the control signals? Afaiu there is quite some latency in the incremental motion API (#219) and you seem to be using that as well.

@tingelst
Copy link

Hi, @gavanderhoorn!

Due to the Christmas holidays and reduced lab work due to Covid-19 restrictions, we have not yet performed experiments regarding latency. This is something that is on the agenda this spring.

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Development

No branches or pull requests

2 participants