Skip to content

Releases: einride/vlp16-go

v0.1.0: Add individual point timing offset calculations

12 Dec 21:29
Compare
Choose a tag to compare
Finding the precise timestamp for each individual lidar measurement
by calculating the timing offset from the timestamp of the packet.

v0.0.2: Simplify VLP-16 packet parsing

12 Nov 10:44
Compare
Choose a tag to compare
The reason for this change is to enable an easy way to produce mock
VLP-16 serialized data in tests, using a single call to binary.Write.

However, this change also ensures that the Packet struct models
byte-for-byte an on-the-wire VLP-16 packet, which simplifies parsing to
a single binary.Read call.

Initial release

07 Nov 15:14
Compare
Choose a tag to compare
Add spherical point cloud

Get structured point cloud data from decoded data packet.