Skip to content

Releases: einride/vlp16-go

v0.7.1

27 Aug 12:38
Compare
Choose a tag to compare

0.7.1 (2022-08-27)

Bug Fixes

Documentation

  • add badges to README.md (21c6f12)

Chores

Build

  • deps: bump go.einride.tech/sage from 0.151.0 to 0.152.2 in /.sage (634e0a1)
  • deps: bump go.einride.tech/sage from 0.144.0 to 0.151.0 in /.sage (9c2ff2d)
  • deps: bump go.einride.tech/sage from 0.127.0 to 0.143.0 in /.sage (6ad1a34)
  • deps: bump go.einride.tech/sage from 0.121.0 to 0.127.0 in /.sage (4ddee4d)
  • deps: bump go.einride.tech/sage from 0.119.0 to 0.121.0 in /.sage (ad1d30a)
  • deps: bump go.einride.tech/sage from 0.117.0 to 0.119.0 in /.sage (c7641eb)
  • deps: bump go.einride.tech/sage from 0.116.0 to 0.117.0 in /.sage (7124b3b)
  • deps: bump gotest.tools/v3 from 3.2.0 to 3.3.0 (b1f43c8)
  • deps: bump go.einride.tech/sage from 0.115.1 to 0.116.0 in /.sage (cb21bf2)
  • deps: bump go.einride.tech/sage from 0.115.0 to 0.115.1 in /.sage (b2d302a)
  • deps: bump go.einride.tech/sage from 0.114.0 to 0.115.0 in /.sage (412b21b)
  • deps: bump go-semantic-release/action from 1.17 to 1.18 (5c8c0a5)
  • deps: bump go.einride.tech/sage from 0.113.0 to 0.114.0 in /.sage (7068ccf)
  • deps: bump go.einride.tech/sage from 0.111.0 to 0.113.0 in /.sage (0555f83)
  • deps: bump go.einride.tech/sage from 0.109.0 to 0.111.0 in /.sage (5339742)
  • deps: bump go.einride.tech/sage from 0.108.1 to 0.109.0 in /.sage (d46c26c)
  • deps: bump gotest.tools/v3 from 3.1.0 to 3.2.0 (cb60109)
  • deps: bump go.einride.tech/sage from 0.107.0 to 0.108.1 in /.sage (5db212b)
  • deps: bump codecov/codecov-action from 2.1.0 to 3 (3298d87)
  • deps: bump go.einride.tech/sage from 0.102.0 to 0.107.0 in /.sage (d0245fc)
  • deps: bump go.einride.tech/sage from 0.99.0 to 0.102.0 in /.sage (90467cf)
  • deps: bump go.einride.tech/sage from 0.91.0 to 0.91.1 in /.sage (cd9a1d1)
  • deps: bump actions/setup-go from 2.1.5 to 2.2.0 (7a7623f)
  • deps: bump go-semantic-release/action from 1.15.0 to 1.17 (9f3ba57)
  • deps: bump go.einride.tech/mage-tools in /.mage (66d9c40)
  • deps: bump gotest.tools/v3 from 3.0.3 to 3.1.0 (6fa6e00)
  • deps: bump go.einride.tech/mage-tools in /.mage (d0038fa)
  • deps: bump go.einride.tech/mage-tools in /.mage (95f57c6)
  • deps: bump go.einride.tech/mage-tools in /.mage (65b0d90)
  • deps: bump actions/setup-node from 2.5.0 to 2.5.1 (71a780d)
  • deps: bump checkout action (f172dd6)
  • deps: bump codecov/codecov-action from 1 to 2.1.0 (66d8588)
  • deps: bump GithHub Actions (052a0df)
  • deps: bump actions/setup-node from v2-beta to v2.1.4 (3299968)

CI

v0.7.0

29 Dec 10:19
Compare
Choose a tag to compare

0.7.0 (2020-12-29)

Features

  • improve README and add example (24683d5)
  • rename module to go.einride.tech/vlp16 (6f47057)

v0.6.0

29 Dec 09:26
Compare
Choose a tag to compare

0.6.0 (2020-12-29)

v0.5.0: build: replace with tools directory

22 Jul 11:46
Compare
Choose a tag to compare
More decoupled, easier to maintain.

v0.4.0: Rename to vlp16-go

10 Sep 09:29
Compare
Choose a tag to compare
Module name matches package name.

v0.3.0

08 Sep 11:19
Compare
Choose a tag to compare
Update data structure to align with new message format

vlp16.Client

06 Aug 05:22
Compare
Choose a tag to compare
Don't recalculate timing offsets in inner loop

Moving the timing offset calculation up one loop has no effect on the
results, since it depends on the packet, but not any specific block.

Fix Read-function in Packet

08 Apr 12:15
Compare
Choose a tag to compare

Read-function in Packet now checks whether the packet contains exactly 12 blocks when verifying the flags.

Include lidar points with distance zero

26 Mar 15:39
Compare
Choose a tag to compare

Removes filtering of measurement points where the distance is reported as 0. Such points carry information about free space along the lidar ray for the corresponding points and should therefore be left in the point cloud.

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.