-
Notifications
You must be signed in to change notification settings - Fork 4.7k
AirSim and MATLAB integration using python problem #1035
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
Hello. About the above problem. I solved my self by writing the following program. I hope it will be helpful for linking MATLAB and Airsim. thanks.
|
Hello hashikemu, Were you successful to run airsim from matlab from the above code? This line 'client=py.AirSimClient.CarClient;' gives me error: Unable to resolve the name py.AirSimClient.CarClient. Can you please help me with that? |
Moreover, this link : https://github.com/Microsoft/AirSim/blob/master/docs/python.md is also not available anymore. |
The last time I used it was 4 years ago, so the situation may have changed, If the environment has already been built,
The following pages are likely to replace the missing documents. |
Hi, I'm Japanese student. and, i'm new to airsim,github,python, and matlab.
I want to use airsim for visual odometry. so, I made this matlab script.
this script uses matlab's python call function. this script requires follow this page's task. https://github.com/Microsoft/AirSim/blob/master/docs/python.md
but, in simGetImages function, exception error occurred. this is error message.
I can't determine whether "bad cast" error is by matlab or by msgpack.
so, can anyone give me advice?
The text was updated successfully, but these errors were encountered: