Load JSBSim model full in python #607
matheusdarocha
started this conversation in
General
Replies: 1 comment
-
I have done this in the past for someone in 2016. In their case they wanted to encrypt their aerodynamic data etc. and send off a Windows DLL version of JSBSim with their aerodynamic data to an external partner who would use it with Matlab/Simulink to develop the flight control system etc. What is your use case? In this case the relevant XML files were embedded as Windows resources in the DLL and encrypted. Examples of the files included as resources in the DLL. |
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
-
Good morning
I'd like to know if it is possible to load a model at JSBSim without using an external XML file, like putting all inputs as a string for example.
Did someone already run JSBSim without any external file?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions