Skip to content

rclnodejs v0.7.0

Choose a tag to compare

@minggangw minggangw released this 16 Nov 06:11
· 489 commits to develop since this release

Feature Added

  • Add Clock/ROSClock class support.
  • Add TimeSource class support, which enables you to attach Clocks to it and update them by receiving the topic of builtin_interfaces/msg/Time.

Improvements

let time = new Time(0, '9007199254740992'); // time.nanoseconds equals  '9007199254740992'

let duration = new Duration(0, '9007199254740992'); // duration.nanoseconds equals  '9007199254740992'