ros-industrial / ros_canopen

CANopen driver framework for ROS (http://wiki.ros.org/ros_canopen)
GNU Lesser General Public License v3.0
332 stars 270 forks source link

ROS2 development #415

Closed Rayman closed 3 years ago

Rayman commented 3 years ago

Hey,

I have a quick question about ROS2 development. I found the following repository, but the last activity is from two years ago, what is it for? It has a working ROS2 socketcan_interface which I need for a project. https://github.com/ros-industrial/socketcan_interface

If that's not the right spot, is there any other ROS2 development ongoing that I'm not aware of?

mathias-luedtke commented 3 years ago

https://github.com/ros-industrial/socketcan_interface is marked with "DO NOT USE YET", but I have to admit that this is barely visible due to the Github layout change. It contains the initial prototype of @JWhitleyWork It is meant to host the socketcan-related packages, once they are finsished.

The currently supported (& released) version for ROS2 is https://github.com/ros-industrial/ros_canopen/tree/dashing-devel, but it contains can_msgs only.

socketcan_interface support is a pending PR (https://github.com/ros-industrial/ros_canopen/pull/364).

In general, the ROS2 migration is tracked in https://github.com/ros-industrial/ros_canopen/issues/322, but I do not have time to work on it actively.


I will close this issue in favor of #322.