Skip to content

Releases: RobotWebTools/roslibpy

roslibpy v1.0.0

25 Mar 17:47

Choose a tag to compare

Changed

  • Changed behavior: Topics automatically reconnect when websockets is reconnected

Added

  • Added blocking behavior to more ROS API methods: ros.get_nodes and ros.get_node_details.
  • Added reconnection support to IronPython implementation of websockets
  • Added automatic topic reconnection support for both subscribers and publishers

Fixed

  • Fixed reconnection issues on the Twisted/Autobahn-based implementation of websockets

roslibpy 0.7.1

28 Nov 08:52

Choose a tag to compare

Fixed

  • Fixed blocking service calls for Mac OS

v0.2.0

30 Jul 14:01

Choose a tag to compare

Added

  • Add support for IronPython 2.7

Changed

  • Handler on_ready now defaults to run the callback in thread

Deprecated

  • Rename run_event_loop to the more fitting run_forever