All Versions
24
Latest Version
Avg Release Cycle
102 days
Latest Release
227 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.0.0 Changes
October 30, 2025➕ Added
- ➕ Added ROS 2 action client support.
- ➕ Added
wait_goalmethod toActionClientto block until a goal reaches a terminal state. - 🚚 Moved
actionlibmodule toroslibpy.ros1namespace.
🛠 Fixed
- 🛠 Fixed KeyError in ROS 2 ActionClient when receiving action results with different message formats from rosbridge.
🆕 New Contributors
- @danmartzla made their first contribution in #125
- @tetov made their first contribution in #130
-
v1.8.1 Changes
January 19, 2025Fixed
- 🛠 Fixed ROS connection issue on IronPython.
-
v1.8.0 Changes
January 19, 2025Added
- ➕ Added websocket header support to the ROS-client.
-
v1.7.0 Changes
January 19, 2025Added
- ➕ Added a ROS2-compatible header class in
roslibpy.ros2.Header.
- ➕ Added a ROS2-compatible header class in
-
v1.6.0 Changes
November 01, 2023Added
- ➕ Added authentication functionality described in rosauth.
-
v1.5.0 Changes
March 29, 2023Added
- ➕ Added a wait event to close on IronPython to ensure the close request is sent before returning.
🛠 Fixed
- 🛠 Fixed reconnection behavior on IronPython which would trigger reconnects even after a manual disconnect.
-
v1.4.1 Changes
January 23, 2023Fixed
- 🛠 Fixed bug with action client/server and now they work as expected.
- 🛠 Fixed Python 2.7 incompatibilities introduced in 1.4.0.
-
v1.4.0 Changes
January 18, 2023Changed
- Switched to
blackfor python code formatting. - 🛠 Fix incompatible settings between
blackandflake8. - ⚡️ Updated Github Actions workflows to remove python 3.6 builds.
- 👻 Replaced occurrences of
raise Exceptionwith more specificExceptionsubclasses.
- Switched to
-
v1.3.0 Changes
January 18, 2023Added
- ➕ Added function to set the default timeout value.
- ➕ Added ROS host and port parameters to the command-line interface.
🛠 Fixed
- 🛠 Fixed #87 where a goal could be marked as terminal on result alone rather
than both result and status. - Ensure input of
Timeis always two integers.
-
v1.2.1 Changes
➕ Added
🔄 Changed
🛠 Fixed
- 🛠 Fixed blocking issues on the Twisted/Autobahn-based implementation of websockets.
🗄 Deprecated
✂ Removed