Skip to content

roslibpy v2.0.0

Latest

Choose a tag to compare

@gonzalocasas gonzalocasas released this 30 Oct 00:16
· 5 commits to main since this release

Added

  • Added ROS 2 action client support.
  • Added wait_goal method to ActionClient to block until a goal reaches a terminal state.
  • Moved actionlib module to roslibpy.ros1 namespace.

Fixed

  • Fixed KeyError in ROS 2 ActionClient when receiving action results with different message formats from rosbridge.

New Contributors