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

Node typescript declaration missing 'spinning' property #837

Closed wayneparrott closed 2 years ago

wayneparrott commented 2 years ago

The Node class in lib/node.js includes a spinning property that can be used to determine if a node is running. The types/node.d.ts is missing this spinning property.