We are interested in building a synthetic data set for 3D deep learning.
Last year we built a digital twin using Omniverse Create, however, we got a bit stuck trying to replicate the specific sensors we use in real life.
In particular, we are using the RealSense L515 lidar sensor, and wanted to replicate it in Isaac Sim so that the synthetic point clouds generated match the resolution of our real data.
We want to use this data to train a 3D deep learning model for object detection.
Is there a library of off-the-shelve sensors we can use in Isaac sim? Perhaps documentation about them? Or a how-to guide to create your own sensors which can output a KITTI data set we can use for training?