Simulator: Occlusion modeling for lidar

Created on 15 Sep 2019  ·  6Comments  ·  Source: lgsvl/simulator

Are there occlusion modeling for lidar?Thank you!

Most helpful comment

Yes, we have plans to use it. Once this Unity version will be out as stable (not alpha/beta), and we'll upgrade project to it, then we'll improve the lidar sensor. Unfortunately Unity supports this feature only on Windows. It is not clear when it will be available on Linux.

All 6 comments

I'm not sure what is occlusion modeling.
Current implementation of lidar is implemented through rendering depth buffer of virtual camera. Then lidar samples rendered depth at directions where lidar rays are going. Basically you can think of it as simple raytracing where each rays return closes depth (+intensity) on first hit.

I'm not sure what is occlusion modeling.
Current implementation of lidar is implemented through rendering depth buffer of virtual camera. Then lidar samples rendered depth at directions where lidar rays are going. Basically you can think of it as simple raytracing where each rays return closes depth (+intensity) on first hit.

Spherical ray tracker sampling mesh?And Unity Ray tracing is supported only from 2019.3.0,So 2019.1.10 is OK?

We do not use Unity DXR ray tracing API (yet). Lidar ray distance calculations are done from rendering depth with virtual camera.

We do not use Unity DXR ray tracing API (yet). Lidar ray distance calculations are done from rendering depth with virtual camera.

Have a plan for using Unity DXR ray tracing API ?Such lidar point clouds would be more realistic, allowing for true reflection and refraction.

Yes, we have plans to use it. Once this Unity version will be out as stable (not alpha/beta), and we'll upgrade project to it, then we'll improve the lidar sensor. Unfortunately Unity supports this feature only on Windows. It is not clear when it will be available on Linux.

@yumianhuli2 we are currently working on this feature but Unity RTX support is not quite ready for production. We will have more news once the feature is ready

Was this page helpful?
0 / 5 - 0 ratings

Related issues

wsp50317 picture wsp50317  ·  5Comments

yumianhuli2 picture yumianhuli2  ·  3Comments

ck-leo picture ck-leo  ·  5Comments

hakuturu583 picture hakuturu583  ·  4Comments

qwetqwe picture qwetqwe  ·  6Comments