AirSim icon indicating copy to clipboard operation
AirSim copied to clipboard

Get simulator subwindow images in parallel

Open mahieyin-rahmun opened this issue 6 years ago • 3 comments

Hello @sytelus and @madratman,

I have been using AirSim to follow a target. However, the SimGetImages renders pretty slow images, which results tracker to miss the target due to large pixel distance mismatch.

However, we solved this issue with slowing down the clockspeed in settings.json and in the UE simulator using slomo command.

But, the above solution results in very slow rendering of simulation, which is not feasible for any demonstration/results analysis purposes. We are now trying to use feedback from the subwindows (due to fast rendering). Is there a way we could get the subwindow feedback images directly (e.g., inter-process communication)? By subwindow I mean the highlighted boxes in red.

image

mahieyin-rahmun avatar Jul 02 '19 10:07 mahieyin-rahmun

can you tell me how to follow a target,I was very confused.

qingpingwang avatar Jan 04 '20 10:01 qingpingwang

https://github.com/microsoft/AirSim/pull/2713

madratman avatar Aug 11 '20 14:08 madratman

I am facing the same problem, only get about ~5 FPS by simGetImage API, but the fps rendered in subwindow is what i actually need.

maskyuanzh avatar Jul 05 '24 06:07 maskyuanzh