agile_flight
agile_flight copied to clipboard
Units of depth map
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.
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 !