RobotWebTools / ros2-web-bridge

Bridging your browser to the ROS 2.0
Apache License 2.0
205 stars 68 forks source link

Disable the usage of TypedArray in rclnodejs #104

Closed minggangw closed 6 years ago

minggangw commented 6 years ago

Because the JSON does not have a representation of TypedArray, we disable it explicitly when subscription/client/service are being created.

Fix #98