-
Notifications
You must be signed in to change notification settings - Fork 22
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
Missing x8.xml File #34
Comments
Hi Nikita, apologies for the delay. I have now added the xml file to the repo as a directory x8 file. You need to add this to the aircraft directory. I'll aim to make a fork of JSBSim that includes this so you can directly clone this instead. |
Hi Alexander 😄 (Thanks for this awesome repository) I followed this steps:
But code raised RuntimeError: JSBSim could not find specified model name: x8 |
It's cause of electric800W.xml engine which x8 need it and it doesn't exist in JSBSim default engines. Mr. Alexander which environment you recommend for this repo? |
We're running into the same issue, is the electric800W.xml configuration file available somewhere online? |
Hey sorry for the delay, the electric800W.xml file is simply a basic electric motor, in your JSBSim cloned repo place this into the
|
hello, I am replicating this code, and I have a problem, when I run "advance_landing.py", there is a error: moduleNotFoundError: no module named "jsbsim_simulator",do you konw how to solve this question? I am looking forward to your reply |
The main.py code runs on an x8 model, which isn't currently supported by JSBsim. Do you have the additional x8.xml file to upload, or what parameters need to be modified to run the cessna172p model? (Currently reports an error that is cannot find specific controls when running main.py with cessna)
The text was updated successfully, but these errors were encountered: