Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Releases: viamrobotics/slam

v0.1.35

17 May 16:21
44f0c42
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.34...v0.1.35

v0.1.34

27 Apr 20:47
4a6f777
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.33...v0.1.34

v0.1.33

23 Mar 18:08
406be85
Compare
Choose a tag to compare

What's Changed

  • Update dependencies & linter

v0.1.32

22 Mar 13:45
addaf9f
Compare
Choose a tag to compare

What's Changed

  • Export SlamTimeFormat
  • Remove unused ctx

v0.1.31

14 Mar 20:31
fd8b4ca
Compare
Choose a tag to compare

What's Changed

  • Added initial sensors implementation

v0.1.30

09 Mar 19:22
de56e24
Compare
Choose a tag to compare

What's Changed

v0.1.29

09 Mar 18:01
989bc54
Compare
Choose a tag to compare

v0.1.28

08 Mar 20:57
d2d113b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.27...v0.1.28

v0.1.27

08 Mar 18:34
51c0d5c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.26...v0.1.27

v0.1.26

07 Mar 23:57
4e009ba
Compare
Choose a tag to compare

This adds two functions to dataprocess.go:

func WritePCDToFile(pointcloud pc.PointCloud, filename string) error
func WriteBytesToFile(bytes []byte, filename string) error