Lidar accumulator strategies

Please provide the following info (check/uncheck the boxes after creating this topic):
Software Version
DRIVE OS Linux 5.2.6
DRIVE OS Linux 5.2.6 and DriveWorks 4.0
DRIVE OS Linux 5.2.0
DRIVE OS Linux 5.2.0 and DriveWorks 3.5
[+] NVIDIA DRIVE™ Software 10.0 (Linux)
NVIDIA DRIVE™ Software 9.0 (Linux)
other DRIVE OS version
other

Target Operating System
[+] Linux
QNX
other

Hardware Platform
[+] NVIDIA DRIVE™ AGX Xavier DevKit (E3550)
NVIDIA DRIVE™ AGX Pegasus DevKit (E3550)
other

SDK Manager Version
1.7.1.8928
[+] other

Host Machine Version
[+] native Ubuntu 18.04
other

Hi team,
I was going through the point cloud processing webinar. It has been mentioned in the webinar that we have different lidar accumulator strategies like,
Full Spin (accumulate full spin)
Temporal (accumulate in time interval)
Spatial (accumulate within an orientated bounding box)
Angular (accumulate within predefined FOV)

But I could not find how to set these strategies while using accumulator functions.

All I could find is using ‘dwPointCloudAccumulator_getDefaultParams()’ we are setting point cloud accumulator parameters to default. When I checked ‘dwPointCloudAccumulatorParams’ I found parameters like,
maxAngleDegree,
minAngleDegree,
maxDistanceMeter
minDistanceMeter,

whether strategies have something to do with these parameters?

Could you please let me know what parameters I need to set for each of the above strategies?

Thank you,
Nithin

Dear @nithin.m1,
We are checking internally on this and update you as soon as possible

1 Like

Hi @SivaRamaKrishnaNV,

Is there any update on the topic?

Dear @nithin.m1,
By default accumulator uses full spin.
It also supports angular spin by setting maxAngleDegree, minAngleDegree, maxDistanceMeter, minDistanceMeter parameters. May I know which strategy you are interested to use/experiment?

Hi @SivaRamaKrishnaNV ,

I am interested in other strategies as well. but I could not get any info on how to set these strategies. Could you please give me any references which discusses these strategies and how to implement it using driveworks?

thank you,
Nithin