cu-pointclouds 0.10.0

This is small sink example to display a Copper pointcloud in rerun
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
(
    tasks: [
        (
            id: "src",
            type: "cu_hesai::Xt32",
        ),
        (
            id: "rerun",
            type: "RerunPlyViz",
        ),
     ],
    cnx: [
        (src: "src",  dst: "rerun",   msg: "cu_hesai::LidarCuMsgPayload"),
    ],
    // monitor: (
    //               type: "cu_consolemon::CuConsoleMon",
    //          )
)