1.0.5 • Published 1 year ago

@jony_starc/rostime v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

��# @jonystarc/rostime ROS (Robot Operating System) Time and Duration primitives and helper methods ## Usage: `Typescript import * as rostime from "@jonystarc/rostime"; const a = { sec: 1, nsec: 0 }; const b = rostime.fixTime({ sec: 0, nsec: 1e9 }); console.log(${rostime.toString(a)} == ${rostime.toString(b)} (${rostime.areEqual(a, b)})); `

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago