aggregate points from trajectory not working

Hello Lidarviewers - i’m quite new to this and apologies if this has been asked before, but I just cannot get it working:

Im using a Robosense RS16 to SLAM a dense point cloud. with the Lidarview 5.1.0 the slam works absolutely perfect! the only thing that never seems to work in my setup is the aggregate points from trajectory to get the pointcloud more dense. adding screenshots of the SLAM and the aggregate point problem.

anyone here having similar issues? please help, if you know how to solve this.


also adding a link to the .pcap file. I used the standard settings for SLAM.

Hello,

Thank you for using LidarView and SLAM. I’m glad to hear that our SLAM algorithm is working well with your data.

Regarding the issue with the offline aggregation filter: you need to configure the input frames by specifying both the first and last frame. If you don’t do this, the filter will attempt to aggregate all available frames. This can lead to incorrect results if the full trajectory isn’t available at the time of aggregation, as the final frames may not be processed correctly.

1 Like

Thanks Tong Fu for helping me on this - much appreciated!

I have tried this, but the error still existst. It seems like it collects all the frames then adds them to the last selected frame.
Lets say, if I select 50 - 80, all points for the 30x frames are added to frame 80 only.

Is there something wrong with my time array or the way the pcap file is written?