Releases: RobotWebTools/rclnodejs
Releases · RobotWebTools/rclnodejs
rclnodejs v0.27.5
09 Dec 07:41
Compare
Sorry, something went wrong.
No results found
Bug Fix
Upgrade dependencies #1006
CI improvement
[Actions] Upgrade action #1001
Add nodejs 22.x as latest LTS #999
Doc
[Doc] Remove Iron due to EOL #1004
rclnodejs v0.27.4
13 Aug 05:18
Compare
Sorry, something went wrong.
No results found
Bug Fix
rcl_timer_init2 not supported in Iron #992
rclnodejs v0.27.3
12 Aug 06:55
Compare
Sorry, something went wrong.
No results found
Bug Fix
Missing free for cancel_response_ptr #983
Use rcl_timer_init2 instead of rcl_timer_init #988
CI improvement
Pump actions depenencies #986
rclnodejs v0.27.2
06 Aug 08:43
Compare
Sorry, something went wrong.
No results found
Bug Fix
Static array of bool serialisation error #979
Documentation
Link Updates in README #977
Broken ROS 2 Documentation Links #981
rclnodejs v0.27.1
27 Jun 02:37
Compare
Sorry, something went wrong.
No results found
Bug Fix
Client.processResponse throws error without sending request #963
rclnodejs v0.27.0
31 May 08:57
Compare
Sorry, something went wrong.
No results found
This is the first rclnodejs release that supports ROS 2 Jazzy Jalisco
Feature
[Jazzy] Generate msg for a service #972
Add Jazzy support #964
Add Jazzy support for Github actions #967
Changes
[Jazzy][Test] Don't check the error message in assertThrowsError() #969
Update README to add Jazzy #974
rclnodejs v0.26.1
08 Feb 08:45
Compare
Sorry, something went wrong.
No results found
Bug Fix
slam toolbox causes bugs #955
rclnodejs v0.26.0
05 Feb 04:52
Compare
Sorry, something went wrong.
No results found
Feature
Use rcl_subscription_get_topic_name() to get the topic of a subscription #950
After setting willCheckConsistency to true, 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
10 Jan 04:18
Compare
Sorry, something went wrong.
No results found
Feature
Garb the service name for client/service using rcl functions #952
rclnodejs v0.24.0
08 Jan 07:33
Compare
Sorry, something went wrong.
No results found
Bug Fix
Publisher topic name field not accurately giving the topic name. #949
Feature
Use rcl_subscription_get_topic_name() to get the topic of a subscription #950