microsoft / AirSim

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

Infrared camera cannot see model textures #4048

Open blakermchale opened 2 years ago

blakermchale commented 2 years ago

Bug report

What's the issue you encountered?

The infrared (IR) camera does not account for textures. I'm using ArUco markers in simulation and cannot use the IR images for my school work since it cannot see the texture itself.

I would it expect it to work similar to Gazebo's infrared camera.

Below are three screenshots showing the ArUco markers from a color image and IR image in AirSim, and then an infrared image from Gazebo.

Color image Infrared image Infrared from Gazebo image

Settings

How can the issue be reproduced?

  1. Input plane into Blocks environment
  2. Apply ArUco marker image as texture

Include full error message in text form

What's better than filing an issue? Filing a pull request :).

jonyMarino commented 2 years ago

Hi @blakermchale! Yes, currently, the infrared camera only works with meshes. See the docs. I will label this as a feature request. Thanks!