Bertrand Coconnier

Results 203 comments of Bertrand Coconnier

No response from the issuer for 3 weeks: issue closed.

> Taking a quick look I see `FGLinearization.h` and `FGLinearization.cpp` are in the current source tree in the `initialization` directory, however they are not referenced in `CMakeLists.txt` so they aren't...

I have come across [automatic differentiation](https://en.wikipedia.org/wiki/Automatic_differentiation) which should also allow to generate a linear model with much more flexibility than what was done by `FGLinearization`. With that technique you can...

@rega0051 > Very interested in bringing this feature back. Along with more control of trim options. The two features go hand in hand, relying on generation of jacobians, etc. One...

@seanmcleod There were at some point 3 different trim algorithms in JSBSim. #### Legacy trim routines These are the older (and the last still active) trim routines. They were designed...

> I'm interested in trim routines that can potentially handle more cases than the current trim routines in JSBSim so I'll spend some time in a local branch adding Goppert's...

> For the record, that's a presentation I gave of a paper that @jgoppert and me co-authored quite a few years ago ;-) Oops ! Sorry. And for the sake...

After some more archeological unearthing, I found the following 2 discussions threads in the mailing list archives: * [Announcement of the addition of the simplex code to JSBSim](https://sourceforge.net/p/jsbsim/mailman/jsbsim-devel/thread/000001cdb26e$60f15db0$22d41910$@net) dated Oct...

> This is just a heads up that the latest version of AeromatiC++ now also outputs the linear coefficients in JSON format. This might be enough for some uses. @ermarch...

I infer from your files that `strlen` should not be used. However CodeQL does not return that as being a security issue so I'm wondering... Regarding the problems you found...