Releases: RobotWebTools/rclnodejs
Releases · RobotWebTools/rclnodejs
rclnodejs v0.25.0
Feature
Garb the service name for client/service using rcl functions #952
rclnodejs v0.24.0
rclnodejs v0.23.3
rclnodejs v0.23.2
rclnodejs v0.23.1
This is a hotfix version to fix a compiling error on the latest ROS 2 Iron Irwini - Patch Release 2
Bug Fix
- Add include path for get_type_description.h #932
rclnodejs v0.23.0
Feature
- service introspection implementation #914
The ROS 2 iron release introduces a nice debug feature for observing the flow of messages between a client and service. REP-2012 describes this feature known as Service Introspection.
Changes
- Update the actions badges link
- Remove the deprecated appveyor.yml
- [doc] Update the README for npmjs (#930)
- [NPM] Remove unnecessary files from npm package
- Upgrade dependencies (#934)
Documentation
- The online documentation comes back https://robotwebtools.github.io/rclnodejs/docs/index.html
rclnodejs v0.22.3
rclnodejs v0.22.2
This is the first rclnodejs release that supports ROS 2 Iron Irwini
Bug Fix
rclnodejs v0.22.1
rclnodejs v0.22.0
Feature
- Introducing content-filtering topics #901, please check out the examples:
Bug Fix
We fixed several issues in this release:
- Fixes error undefined, throw error instead 7fd0ea0
- Custom filter for omitting ROS2 interfaces from the message-generation process #891
- Improve resiliency of entities when destroyed #897
- Update node.js #881
CI improvement
- reduce ci test matrix to only LTS and latest ROS & Nodejs distros d9efef7
- Use node 18.14.1 for windows ba83b91
Documentation
- Fix links in README a0aef07
Meanwhile, now we provide the Dockerfile for developers who want to leverage docker to work on ROS2, thanks for @wayneparrott contributions!