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