microsoft / AirSim

Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research
https://microsoft.github.io/AirSim/
Other
16.07k stars 4.48k forks source link

RGB Data from LIDAR via getLidarData() #3758

Open fkaufm opened 3 years ago

fkaufm commented 3 years ago

What feature are you suggesting?

Overview:

Via python api and getLidarData() one can acquire XYZ coordinates and Segmentation IDs of hit objects. However, many LIDAR Sensors can capture RGB values per point, too. How about adding this functionality to AirSim?

Smaller Details:

Nature of Request:

Why would this feature be useful?

Simulating LIDAR sensors for training data in ML is a common application for AirSim. To do so, RGB values must be captured from textures in AirSim to provide realistic training data.

thomasTUK commented 2 years ago

Are there any news on this topic? Any suggestions?