cloudini 0.3.2

The cloudini point cloud compression library for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# foxglove-cloudini-converter

A Foxglove extension to convert `Cloudini` compressed point clouds to a standard `PointCloud2` message. Originally developed by [Ascento AG](https://www.ascento.ai/).

## Usage

In this folder:

1. start copying the file "cloudini_wasm_single.js" that you previously compiled as explained [here]../README.md into "cloudini_foxglove/src"
2. Run `npm install`
2. Build the extension with `npm run package`. This should create a file called "release/cloudini.foxglove-cloudini-converter-*.foxe"
3. Open the extension manager in Foxglove: "Settings -> Extensions".
4. Drag and drop the `*.foxe` file into the extension manager.