-
Notifications
You must be signed in to change notification settings - Fork 4.7k
python simGetImages API bug #1755
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@flyers @sytelus I am seeing this issue too. But I do have a workaround for this issue. I have a
I have seen this workaround recovering from that error. But this is definitely a hack and it would be great if this is fixed in AirSim. |
Until a permanent solution is found, another workaround can be using an |
did anyone resolve this issue? |
I am still facing this issue! There are many more issues like this open and the ones that are closed are only closed because someone recommended the |
I use the following code to get the segmentation image from the camera.
However, the following error happens very randomly.
It seems that sometimes the returned response will have zero height and width and the data only have a length of 1.
Similar problems have been reported in #1710.
I believe it's a serious bug in the simGetImages API.
The text was updated successfully, but these errors were encountered: