ConstReadonlyreader: (data: Buffer) => ros2.CdrReaderCreates a decoder over encoded bytes.
ReadonlytwistFromBytes: typeof ros2TwistFromCdrDecodes a twist from its CDR representation, or null if the bytes are not
a well-formed twist.
ReadonlytwistToBytes: typeof ros2TwistToCdrEncodes a twist into its CDR representation.
Readonlywriter: () => ros2.CdrWriterCreates an encoder with the encapsulation header already written.
The CDR encoding a ROS 2 payload travels in.