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

Added overload method declarations for node #874

Closed wayneparrott closed 1 year ago

wayneparrott commented 1 year ago

Adds overloaded declarations that omit the options parameter for methods:

Node.createSubscription()
Node.createService()

Fix #873