This repository has been archived by the owner on Jul 10, 2023. It is now read-only.
v0.1.26
This adds two functions to dataprocess.go:
func WritePCDToFile(pointcloud pc.PointCloud, filename string) error
func WriteBytesToFile(bytes []byte, filename string) error