Replies: 1 comment
-
I don't think the engine is actually running. You could double-check by printing out the engine thrust to double-check that there is any thrust from the engine. So to ensure that the engine is started and running I added the following to the initialisation file, the <running> -1 </running> Note that your loop with for i in range(0,1000,1):
simulation.fdm.run() With the change to the initialisation file you can see that the velocity is now increasing over the 8s. 10.527164155744295
altura: 30.32660260390546,-20.018076438654216,1.3173593177855016
1.0
Freno 0.0
10.53828105887381
altura: 30.365716761386416,-20.092709594476872,1.3173677202522756
1.0
Freno 0.0
10.54939488525705
altura: 30.404725456627677,-20.16749823400843,1.3173761352092028
1.0
Freno 0.0
10.560505635662402
altura: 30.443628199307994,-20.242442216977253,1.3173845683336258
1.0
Freno 0.0
10.571613311488916
altura: 30.482424496983455,-20.317541405572634,1.3173930150836708
1.0
Freno 0.0 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, Im trying to do a takeoff simulation using the c172x model in Python, but im facing an issue. When I try to make the model takeoff the velocity gets lower and it never takesoff. For reference im using the script c172_elevation_test.
here is my script, what im doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions