rclnodejs v0.14.0
Note: v0.14.0 has been tested against ROS 2 Eloquent Elusor - Patch Release 1 by #653 (2020-5-8)
Features Added
- Add actions support to rclnodejs #630
Actions gets supported, see detailed implementation steps here and the related examples - use_sim_time parameter support #599
- Adds test for --log-level cmdline arg usage #608
- Adds Time#toMsg() #620
Bug Fix
- Fix all build warnings when building with Node.js v12 #618
- Fix test failures with dtslint v3.4 #622
- Disable common compiler warnings #623
- Removes compiler format string literal warning #627
- Use libuv utilities to retrive symbols #633
- Remove spdlog as dependency #641
- Remove invalid import #645
- Remove extraneous surrounding namespace from DEFAULT_OPTIONS #642