Releases: RobotWebTools/rclnodejs
Releases · RobotWebTools/rclnodejs
rclnodejs v0.27.5
rclnodejs v0.27.4
Bug Fix
- rcl_timer_init2 not supported in Iron #992
rclnodejs v0.27.3
rclnodejs v0.27.2
rclnodejs v0.27.1
Bug Fix
- Client.processResponse throws error without sending request #963
rclnodejs v0.27.0
rclnodejs v0.26.1
Bug Fix
- slam toolbox causes bugs #955
rclnodejs v0.26.0
Feature
- Use rcl_subscription_get_topic_name() to get the topic of a subscription #950
After settingwillCheckConsistency
totrue
, the following code becomes valid:
const publisher = node.createPublisher(RclString, 'chatter7', {willCheckConsistency: true});
publisher.publish({ a: 1 });
Bug Fix
- Publisher topic name field not accurately giving the topic name. #949
The doc has been updated to v0.26.0 accordingly. The package was validated with latest ROS2 Humble and ROS2 Iron.
rclnodejs v0.25.0
Feature
Garb the service name for client/service using rcl functions #952