Does the Arkit ARWorldMap utilize LiDAR data?

Hi,

I was wondering if the ARWorldMap utilizes LiDAR data when detecting trackable objects in the scene?

Best,

Ribin

As far as I understand the implementation of ARWorldMap, no. The ARWorldMap only stores planes, cloud points, and anchors. Please correct me if I’m wrong.

Thanks for the reply. Is the LiDAR data then at least used to detect the planes?

Yes, ARKit utilizes LiDAR to detect planes quicker and with better precision.

So in a sense, ARWorldMap still uses LiDAR data indirectly then. Thanks for the quick replies.