elmo_ethercat_sdk
elmo_ethercat_sdk copied to clipboard
ROS2 plans ?
That would be very useful!
no plans but people (@tfabi ) have been using the SDK with ROS2 with other motor controllers. @tfabi : are you planning to release the changes? The Elmo configuration repo should not depend too much on ROS1 except for the build system.
If I am right the repositories (ethercat sdk master etc. ) should have no other ROS dependencies than using catkin as a build system. I think it is possible to build mixed workspaces with colcon (using ament and catkin packages). Perhaps you just might want to give it a try?
should work with the ros2 build system (tested with source build of humble, on 20.04) if you checkout the branch feature/ament_cmake
.
follow the readme to set up the colcon workspace.
setup/setup_ws.repos
ensures that you get the colcon/ament branches of the dependencies. we're happy to get some feedback about it.