gramaziokohler / roslibpy

Python ROS Bridge library
MIT License
273 stars 56 forks source link

Support ROS 2 Actions #122

Open sea-bass opened 7 months ago

sea-bass commented 7 months ago

Feature Request

As a ROS 2 developer, I want roslibpy to support ROS 2 actions with the new support in the ROSBridge protocol.

Details

In https://github.com/RobotWebTools/rosbridge_suite/pull/886, we merged native ROS 2 action support to rosbridge_suite, and in https://github.com/RobotWebTools/roslibjs/pull/645 we used it in roslibjs.

Creating this issue to track the work to do the same here in roslibpy, as I have already personally heard from 2 people in the past week trying to get this working and running into unexpected error with the current interface that only works for ROS 1 at the moment.