agile_flight icon indicating copy to clipboard operation
agile_flight copied to clipboard

Units of depth map

Open Lu-tju opened this issue 2 years ago • 0 comments

Hi, I get the depth image in RL environment by depth = env.getDepthImage(). The data of depth image is all between 0 - 1. I don't know what the unit of the distance is, but obviously not meters. As shown in the figure below, many locations should be farther than 1 meter. Screenshot from 2022-05-16 21-44-58 I noticed that in your another awesome work agile_autonomy, the unit of depth map is millimeter. However, the data I get from Python seems to have been normalized. I looked at unity_bridge, but I didn't find any tips. Forgive my poor English. Thank you !

Lu-tju avatar May 16 '22 14:05 Lu-tju