Replies: 1 comment 1 reply
-
I think it is the version attribute that is wrong: It should be
version="2.0" since we don't have a version 3 yet.
Cheers,
Anders
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there!
I am currently working on simulating the F450 aircraft, which is a type of multi-copter drone. I’ve written the following Python code to attempt this simulation:
The program appears to run normally, but I’m encountering an error message that looks like this:
For the first error, “INCOMPATIBLE CFG FILE,” I suspect it might be due to the F450 CFG label being <fdm_config release="Alpha" version="3.0">, indicating the release is in ALPHA rather than PRODUCTION.
However, I’m quite puzzled by the second error and would greatly appreciate any insights or suggestions you might have. Thank you in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions