Skip to content

v0.8.0

Compare
Choose a tag to compare
@jara001 jara001 released this 20 Jul 11:49
· 95 commits to master since this release

Added

  • reconfigure:
    • Namespace is now used for recognizing whether the parameter being updated belongs to the current ParameterList. (This is required for ROS2.)
  • uninode:
    • Functions for obtaining current ROS time: get_time(), Time.now(), and get_clock().now().
    • Logging support using log* and get_logger().* functions.

Changed

  • reconfigure:
    • [BREAKING CHANGE] ROS1: Node name is automatically prepended to the namespace.