roslibpy v0.7.0 Release Notes

Release Date: 2019-09-09 // over 4 years ago
  • ๐Ÿ”„ Changed

    • 0๏ธโƒฃ The non-blocking event loop runner run() now defaults to 10 seconds timeout before raising an exception.

    โž• Added

    • โž• Added blocking behavior to ROS API methods, e.g. ros.get_topics.
    • โž• Added command-line mode to ROS API, e.g. roslibpy topic list.
    • โž• Added blocking behavior to the Param class.
    • Added parameter manipulation methods to Ros class: get_param, set_param, delete_param.