gramaziokohler / roslibpy

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

Added ROS2 ActionClient w/ limited functionality #125

Open danmartzla opened 2 months ago

danmartzla commented 2 months ago

Added the roslibpy.ActionClient object to send actions goals to ROS2-based systems. This implementation has limited capabilities (related to https://github.com/RobotWebTools/rosbridge_suite/issues/909) such as:

What type of change is this?

Checklist