Bertrand Coconnier
Bertrand Coconnier
That's weird: [a modification has been introduced recently in `net_fdm.hxx`](https://sourceforge.net/p/flightgear/flightgear/ci/932938cbeebff84eef24e97b0e8a7c789c0a4f71/) in FlightGear but this should be not available before the next release. In order to reproduce this error, we would...
Ok so you are using the bleeding edge code from FlightGear. in that case, I would say that the easiest workaround in the short term is to use FlightGear 2020.2...
Just a heads up: I confirm that JSBSim is not compatible with FlightGear 2020.3 since the FDM protocol has been modified as I mentioned earlier. JSBSim network interface does indeed...
@Jaeyoung-Lim I've just pushed a revision to handle both versions of FlightGear's FDM network protocol. You need to specify the version: * `24` for FlightGear 2020.2 and earlier * `25`...
OK that's unfortunate indeed. Could you please provide the exact sequence of commands you are using ? I'll see if I can reproduce the problem locally. If you are using...
@Jaeyoung-Lim Have you had the opportunity to investigate about the questions I asked ?
@Jaeyoung-Lim Thanks. I will investigate that.
@Jaeyoung-Lim, some changes have been introduced to the socket code by the commit 4fdf246. As per @cgdae feedback, we have moved from non portable socket code (using `ioctl(... FIONBIO ...)`)...
@Jaeyoung-Lim Any progress on that topic ?
OK. I suggest to leave PX4 aside and to go back to basics. Can you run successfully the [basic example from our README](https://github.com/JSBSim-Team/jsbsim#how-can-i-interface-jsbsim-with-flightgear-) ?