RobotWebTools / rclnodejs

Node.js version of ROS 2.0 client
https://docs.ros.org/en/humble/Concepts/Basic/About-Client-Libraries.html?highlight=rclnodejs#community-maintained
Apache License 2.0
311 stars 70 forks source link

Fix raw msg processing bug #912

Closed wayneparrott closed 1 year ago

wayneparrott commented 1 year ago

This PR replaces a premature return statement in node#execute() with a continue statement when processing raw messages.

Note: CI build may fail on windows atm due to a change in rcl include file dependencies that will be updated in a separate PR #913.

Fix #911