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

v0.1.26

Compare
Choose a tag to compare
@zaporter-work zaporter-work released this 07 Mar 23:57
· 23 commits to main since this release
4e009ba

This adds two functions to dataprocess.go:

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