ori-drs / director_digiforest

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Load and visualize pointcloud payloads (and tiles) for a SLAM mission in director. #1

Open nivedchebrolu opened 1 year ago

nivedchebrolu commented 1 year ago

Goal:

Visualize SLAM mission output.

Outline:

Notes:

benoit-robotics commented 1 year ago

Cloud compare 2.11 ( the version that is installed by default on Ubuntu 20.04 with snap ) doesn't support PCD files with double data type. However the documentation stipulates that the 2.12 version should support it and should correctly interpret the "viewpoint" field as well, but I couldn't load the point clouds in double format converted by the transformer payload node ( https://github.com/ori-drs/vilens/blob/master/vilens_slam/vilens_slam/src/gnss/transform_payload_frames.cpp ).

I could spend more time checking that the transformer payload node correctly write PCD files with double datatype.

benoit-robotics commented 1 year ago

Because of this limitation of cloudcompare, PLY files with double datatype should be preferred. I will try to load them in director