Sean McLeod

Results 144 comments of Sean McLeod

Hi Agostino I had actually pinged the JSBSim mailing list a couple of times now asking about the source of the PDF manual since I wanted to contribute some updates...

Agostino did you use the following instructions for installing Ruby and Jekyll using the Windows Bash feature? https://jekyllrb.com/docs/windows/

What are `fcs/torque_bypass` and `fcs/lift_bypass[x]` for?

@mvacanti so maybe they're not named ideally? Maybe something like `external_torque_disturbance`? I had searched through the rest of the model files and also the bridge source code for references and...

@mvacanti yep I meant since I couldn't find any references to them in the rest of the repo it was difficult to figure out what they were being used for...

@Jaeyoung-Lim how sure are you that `accelerations/Nx|y|z` don't include gravity? I ran the `737_cruise.xml` script which trims the 737 model at altitude and runs for 100s. ```sh JSBSim.exe --root=.\ --script=scripts\737_cruise.xml...

@mvacanti & @Jaeyoung-Lim I was actually going to ask at the time I first looked at your code whether you had considered using JSBSim's accelerometer and gyro sensors in terms...

Looks good. One follow-up question, partly triggered by https://github.com/JSBSim-Team/jsbsim/issues/834#issuecomment-2305032022 in terms of state reports from notify sections in scripts. When we update `FGScript.cpp` do these state reports requested by a...

> replace the occurrences of `std::endl` by `\n`. Yep, I understand the performance reason, personally just find it more difficult to read the text in the editor with `\n' appended...

> Or alternatively you can create your own branch and I'll cherry pick your commits to reformat the `\n`'s. Or should I wait for you to finish updating the whole...