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

Add support for selective object import #869

Closed wayneparrott closed 1 year ago

wayneparrott commented 1 year ago

This PR moves _rosVersionChecked to a module-level scope. By doing this the init() function can access it without it being bound to this. Fix #868