cartographer-project / point_cloud_viewer

View billions of points in your browser.
Apache License 2.0
337 stars 98 forks source link

Don't write header for empty batches. #340

Closed feuerste closed 5 years ago

feuerste commented 5 years ago

Calling write with empty points batches led to creation of multiple headers. This PR fixes this.