Sean McLeod
Sean McLeod
I had come across the `-1` option for `FGFCS::SetThrottleCmd()` a couple of years ago while developing a simulator for test pilot training where I needed to support single and multi-engine...
Correct, but they led me to believe as a user that there was a good chance that the `some-property[-1]` case in a script would also be supported given that the...
@bcoconni I've assigned it to myself in the meantime. I had started writing some code at the time to test out my proposal of having the script code generate multiple...
The specific issue with regards to the message queue was resolved via the following commit - https://github.com/JSBSim-Team/jsbsim/commit/0e3b0252342a0bef37d3d99fcf52117868394921
Okay, so what you're pointing out is that when parsing the input parameter `fname` the assumption is that it has the form: `hostname:proto/port` But when then generating the model name,...
Okay and looking at the code that calls `FGOutputSocket::SetOutputName()` the correct format is: `hostname:proto/port`. https://github.com/JSBSim-Team/jsbsim/blob/92fa1eaa29322dc3f6ab55587161e55a6b24d36d/src/input_output/FGOutputSocket.cpp#L115-L122 So the model name `Name` is incorrect. Not sure off-hand where the model name `Name`...
So the crash message you're seeing is coming from this piece of code: https://github.com/JSBSim-Team/jsbsim/blob/92daf8953c32a0a602ab0f48240a07c4a04aadb9/UnrealEngine/Plugins/JSBSimFlightDynamicsModel/Source/JSBSimFlightDynamicsModel/Private/JSBSimMovementComponent.cpp#L261-L265 Which is triggered if the AGL altitude is less than -10. https://github.com/JSBSim-Team/jsbsim/blob/92daf8953c32a0a602ab0f48240a07c4a04aadb9/UnrealEngine/Plugins/JSBSimFlightDynamicsModel/Source/JSBSimFlightDynamicsModel/Private/JSBSimMovementComponent.cpp#L693-L699 Now in order to...
So you're proposing to change `thi_sea_level` from f2 to f1 below? As @bcoconni asked, where is this equation coming from? 
Thanks @gallonmate for reminding me I'd generated a graph showing the power output versus AFR a couple of years ago. So in that vein, here is a repeat of the...
> Is it just me, or doesn‘t the power curve looks "reversed“? I don't think so. Maybe what's confusing is the massive drop-off in power after a `MixturePos` > 1.3?...