-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
RPCError when calling simGetImages with several instances of ImageRequest #4375
Comments
Cameras should be present inside the |
Hi, I have tested in several setups and with different GPUs to make sure it is not because of limited processing capabilities. |
Optical Flow was added in #3938 in Nov 2021, but 1.5.0 release is much earlier, in March. You should probably try the 1.7.0 pre release binaries, or build from source |
Okay, so now I have downloaded some version 1.7.0 binaries and using the same code of line as in the main description I am getting the following error: |
Finally, after doing some research I found out that this is a version error. |
Could you elaborate about how you solved the error please ? I ran into the same error using Airsim v1.7.0, so I wonder if there is any other solutions. @Villotadavid |
I have encountered the same problem and successfully debugged it. As a result, I made two changes according to the author's comment above.
|
Hello!
I am trying to get two different images with the same instance of "simGetImages". For that I have written the following line:
In the settings.json file I defined the following vehicle with its cameras as follows:
But whenever I run the code I always get the following error:
msgpackrpc.error.RPCError: rpclib: function 'simGetImages' (called with 2 arg(s)) threw an exception. The exception contained this information: invalid map<K, T> key.
I have tried several options having Airsim documentation as reference but I haven´t managed to run the code properly.
My current setup is:
Airsim: 1.5.0
Python: 3.9.7
The text was updated successfully, but these errors were encountered: