RobotWebTools / rclnodejs

Node.js version of ROS 2.0 client
https://docs.ros.org/en/jazzy/Concepts/Basic/About-Client-Libraries.html#community-maintained
Apache License 2.0
325 stars 71 forks source link

Fix compiling error when using Node.js v10.12.0 #678

Closed minggangw closed 4 years ago

minggangw commented 4 years ago

This patch changes to use Nan methods instead of calling v8 object directly, which causes incompatibility between different Node.js versions.

Fix #677