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

Fixes error undefined, throw error instead #895

Closed Sata51 closed 1 year ago

Sata51 commented 1 year ago

Public API Changes Throw an error instead of node crash

Description Since the error method is undefined, prefer to throw a clean error

Related to #894