Activity for QtJSBSim

  • David Culp David Culp committed [c6b70d]

    updated mag variation data

  • David Culp David Culp posted a comment on discussion General Discussion

    Update: The endianess issue is now fixed, however I can only test it on a Little Endian machine. QtJSBSim should now be able to communicate to FlightGear from either a Little or Big Endian host. The only file in the code which needs to worry about this is src/flightgear/packet.cpp Note that communication between QtJSBSim and JSBSim is done via text, so no need to consider endianess there.

  • David Culp David Culp committed [62e09d]

    Enabling big or little endian communication to FlightGear

  • David Culp David Culp posted a comment on discussion General Discussion

    I've tried building QtJSBSim with Qt 6.3, and it appears SVG handling has changed a bit, which prevents the current code from building. Rather than have two different code bases I've decided to not support a QT 6.3 version for now. QtJSBSim builds with Qt 5.15.2 If I get demand for Qt 6.3, then I'll reconsider.

  • David Culp David Culp committed [25f8ad]

    Stopped using QtEndian

  • David Culp David Culp posted a comment on discussion General Discussion

    I've been testing the FlightGear interface against FlightGear version 2020.3.6, and it's working well. I was getting compilation errors earlier due to the way Qt is changing its QtEndian handling, so I'm now using my own routines for endian operations. Tested with Qt 5.15.2 QtJSBSim now assumes it is running on a little endian machine, and it also assumes a float is 4 bytes and a double is 8 bytes. If any of these assumptions don't work for you please let me know and I'll update the code accordi...

  • David Culp David Culp modified a wiki page

    Using FlightGear as your viewer

  • David Culp David Culp modified a comment on a wiki page

    QtJSBSim QtJSBSim is a FlightSim/GUI front end for the JSBSim flight dynamics model. It was inspired by, and includes a widget from the QFlightInstruments project. Joystick handling comes from the SDL project. For the "out-the-window" view you can send data to FlightGear. License GPLv3 https://gnu.org/licenses/gpl.txt History JSBSim is an open source flight dynamics library, designed to simulate the real time dynamics of an aerial vehicle. There are three ways to use JSBSim as part of a larger simulation...

  • David Culp David Culp modified a comment on a wiki page

    QtJSBSim QtJSBSim is a FlightSim/GUI front end for the JSBSim flight dynamics model. It was inspired by, and includes a widget from the QFlightInstruments project. Joystick handling comes from the SDL project. For the "out-the-window" view you can send data to FlightGear. License GPLv3 https://gnu.org/licenses/gpl.txt History JSBSim is an open source flight dynamics library, designed to simulate the real time dynamics of an aerial vehicle. There are three ways to use JSBSim as part of a larger simulation...

  • David Culp David Culp modified a comment on a wiki page

    QtJSBSim QtJSBSim is a FlightSim/GUI front end for the JSBSim flight dynamics model. It was inspired by, and includes a widget from the QFlightInstruments project. Joystick handling comes from the SDL project. For the "out-the-window" view you can send data to FlightGear. License GPLv3 https://gnu.org/licenses/gpl.txt History JSBSim is an open source flight dynamics library, designed to simulate the real time dynamics of an aerial vehicle. There are three ways to use JSBSim as part of a larger simulation...

  • David Culp David Culp modified a comment on a wiki page

    QtJSBSim QtJSBSim is a FlightSim/GUI front end for the JSBSim flight dynamics model. It was inspired by, and includes a widget from the QFlightInstruments project. Joystick handling comes from the SDL project. For the "out-the-window" view you can send data to FlightGear. License GPLv3 https://gnu.org/licenses/gpl.txt History JSBSim is an open source flight dynamics library, designed to simulate the real time dynamics of an aerial vehicle. There are three ways to use JSBSim as part of a larger simulation...

  • David Culp David Culp posted a comment on discussion General Discussion

    The ability to set the precision of values output by JSBSim UDP sockets has just been added to the JSBSim codebase. In QtJSBSim I've updated the file /JSBSim/aircraft/737/737.xml to take advantage of this new feature. The previous precision of 7 significant digits is now increased to 10 significant digits, which gives a much smoother visual picture when using FlightGear as a viewer.

  • David Culp David Culp posted a comment on discussion General Discussion

    Support is now provided for versions 24 and 25 of the FlightGear interface. The default is version 24. You can switch to version 25 by editing line 15 of the file src/flightgear/packet.h I haven't tested the version 25 interface yet since I haven't built a newer version of FlightGear.

  • David Culp David Culp committed [b2aace]

    Update cmake file.

  • David Culp David Culp committed [f3c6b7]

    Increase precision of data from JSBSim. Add support for both versions 24 and 25 of FlightGear interface.

  • David Culp David Culp posted a comment on discussion General Discussion

    Magnetic variation is now available for the whole Earth. I added a 180x361 grid of magnetic variation values that are pre-calculated using WMM 2020. The date used for the calculations is June 2021. I can generate another grid at any time using a more recent date. The magnetic variation is updated for the current lat/lon at every cycle of the QtJSBSim main loop. Values are interpolated within each one degree by one degree square in the grid. The MagVariation class is owned by the navigation class...

  • David Culp David Culp committed [63f2c7]

    Added magnetic variation.

  • David Culp David Culp committed [478ab6]

    silencing compiler warnings, GCC 9.3.0

  • David Culp David Culp modified a wiki page

    Downloading and Building

  • David Culp David Culp committed [3fa84e]

    fixed cmake file to remove reference to hud

  • David Culp David Culp modified a comment on discussion General Discussion

    The Cesium viewer relies on WebKit, and the QWebKit module for Qt5 has been deprecated for some time. I've tried to build the QWebKit module from source but have had no luck, so I'm removing Cesium support. Use of FlightGear as the Out-The-Window viewer is still supported. I'll be updated the code base soon and will bundle a new release which will be major version 3.

  • David Culp David Culp modified a wiki page

    Cesium Viewer

  • David Culp David Culp modified a wiki page

    Cesium Viewer

  • David Culp David Culp modified a wiki page

    Downloading and Building

  • David Culp David Culp committed [2c80e4]

    updating docs

  • David Culp David Culp committed [b053e0]

    Removed Cesium viewer. Removed references to plib.

  • David Culp David Culp posted a comment on discussion Installation

    Does anyone know if this qtwebkit module still compiles? I've had no luck building one on my linux system.

  • David Culp David Culp posted a comment on discussion General Discussion

    The Cesium viewer relies on WebKit, and the QWebKit module for Qt5 has been deprecated for some time. I've tried to build the QWebKit module from source but have had no luck, so I'm removing Cesium support. Use FlightGear as the Out-The-Window viewer is still supported. I'll be updated the code base soon and will bundle a new release which will be major version 3.

  • David Culp David Culp modified a wiki page

    Home

  • David Culp David Culp created a wiki page

    Using FlightGear as your viewer

  • David Culp David Culp modified a wiki page

    Cesium Viewer

  • David Culp David Culp modified a comment on a wiki page

    QtJSBSim QtJSBSim is a FlightSim/GUI front end for the JSBSim flight dynamics model. It was inspired by, and includes a widget from the QFlightInstruments project. Joystick handling comes from the SDL project. The "out-the-window" viewer comes from the Cesium Ion project. Optionally you can send data to FlightGear for your out-the-window view. License GPLv3 https://gnu.org/licenses/gpl.txt History JSBSim is an open source flight dynamics library, designed to simulate the real time dynamics of an...

  • David Culp David Culp modified a comment on a wiki page

    QtJSBSim QtJSBSim is a FlightSim/GUI front end for the JSBSim flight dynamics model. It was inspired by, and includes a widget from the QFlightInstruments project. Joystick handling comes from the SDL project. The "out-the-window" viewer comes from the Cesium Ion project. Optionally you can send data to FlightGear for your out-the-window view. License GPLv3 https://gnu.org/licenses/gpl.txt History JSBSim is an open source flight dynamics library, designed to simulate the real time dynamics of an...

  • David Culp David Culp committed [01ed27]

    Added jitter filter to joystick.

  • David Culp David Culp posted a comment on discussion General Discussion

    UPDATE: Today's commits are mostly about using Qt's own typedefs and endian functions to support the socket communications with FlightGear. This removes the need for "netinet/in.h" and helps with the portability of the code. I also added a FlightGear directory and in it is the linux shell script I use to launch FlightGear as my Out-The-Window viewer. Edit this to match your system.

  • David Culp David Culp committed [351fb2]

    Commented out Plib references.

  • David Culp David Culp committed [b9ef4d]

    Added the flightgear script I use to launch flightgear as the OTW viewer.

  • David Culp David Culp committed [bae3b4]

    Fixed my error in cmake file.

  • David Culp David Culp committed [5fbba0]

    updated cmake files.

  • David Culp David Culp committed [094c68]

    Using Qt data types and endian functions for FlightGear socket.

  • David Culp David Culp posted a comment on discussion Installation

    SOLVED: QtWebKit for Windows can be found here: https://github.com/qtwebkit/qtwebkit/releases

  • David Culp David Culp modified a wiki page

    Downloading and Building

  • David Culp David Culp modified a wiki page

    Downloading and Building

  • David Culp David Culp modified a wiki page

    Downloading and Building

  • David Culp David Culp modified a comment on a wiki page

    QtJSBSim QtJSBSim is a FlightSim/GUI front end for the JSBSim flight dynamics model. It was inspired by, and includes a widget from the QFlightInstruments project. Joystick handling comes from the SDL project. The "out-the-window" viewer comes from the Cesium Ion project. License GPLv3 https://gnu.org/licenses/gpl.txt History JSBSim is an open source flight dynamics library, designed to simulate the real time dynamics of an aerial vehicle. There are three ways to use JSBSim as part of a larger simulation...

  • David Culp David Culp posted a comment on discussion General Discussion

    UPDATE: I just commited a change from using Plib to using SDL for joystick handling. SDL2 or higher is now required. Plib is no longer required. I've built this using SDL version 2-2.0.24 and tested it on linux. Next step is to build on Windows 10. If that works then I'll make the project multi-platform again.

  • David Culp David Culp committed [1d0b71]

    Updated docs to mention change-over to SDL joystick.

  • David Culp David Culp committed [bb81a3]

    Fix my cmake errors.

  • David Culp David Culp committed [f12df9]

    Updating cmake files.

  • David Culp David Culp committed [98e7ab]

    Moved to SDL for joystick handling.

  • David Culp David Culp posted a comment on discussion General Discussion

    I've recently tried building QtJSBSim on a Windows 10 box and have not been able to create the Plib libraries for Windows. Unless someone can advise me on how to do this I've decided to label this project as Linux Only.

  • David Culp David Culp posted a comment on discussion Installation

    I've started trying to build QtJSBSim on Windows and can't find a suitable QWebKit module. Does anyone know if it is still available for Windows?

  • David Culp David Culp committed [29a4db]

    Removed some icons.

  • David Culp David Culp committed [89c219]

    Error handling, stdout handling, jostick UI arrangement.

  • David Culp David Culp posted a comment on discussion General Discussion

    I recently changed the look and feel of the buttons in order to: Help guide the user by showing what features are available at any given time Help prevent the user from quitting QtJSBSim while JSBSim is still running. The buttons look better and behave better now. The main change in behavior is done by greying/disabling/unchecking buttons based on what state the session is in. This should help the user follow the work flow. The important first steps after opening QtJSBSim are: Start JSBSim Connect...

  • David Culp David Culp committed [345b44]

    Removing unused pixmaps.

  • David Culp David Culp committed [b78524]

    Made the altimeter digital readout frame a bit wider.

  • David Culp David Culp committed [c092b9]

    Improved button appearance and functionality.

  • David Culp David Culp committed [a51398]

    Fixed joystick button test.

  • David Culp David Culp committed [0e463d]

    Updated README for new release.

  • David Culp David Culp modified a wiki page

    Downloading and Building

  • David Culp David Culp modified a wiki page

    Downloading and Building

  • David Culp David Culp modified a wiki page

    Downloading and Building

  • David Culp David Culp modified a wiki page

    Cesium Viewer

  • David Culp David Culp posted a comment on discussion General Discussion

    I'm thinking now that I should remove the P-47 model and just stick with the 737. I'd like to simplify things a bit. QtJSBSim is really a technology demonstrator. It's not meant to be a full-featured flight simulator.

  • David Culp David Culp modified a comment on a wiki page

    QtJSBSim QtJSBSim is a FlightSim/GUI front end for the JSBSim flight dynamics model. It was inspired by, and includes a widget from the QFlightInstruments project. Joystick handling comes from the PLIB project. The "out-the-window" viewer comes from the Cesium Ion project. License GPLv3 https://gnu.org/licenses/gpl.txt History JSBSim is an open source flight dynamics library, designed to simulate the real time dynamics of an aerial vehicle. There are three ways to use JSBSim as part of a larger simulation...

  • David Culp David Culp posted a comment on discussion General Discussion

    Due to changes in the way Cesium is handling authentication and access to their terrain data, I've had to update the Cesium viewer to get it running again. This new release has been tested with both Cesium Ion viewer and FlightGear version 2019.1.1 as the viewer. I tested with Qt version 5.12.8, but whichever version you run make sure to add the additional Qt libraries as specified in the Wiki documentation on building QtJSBSim. The JSBSim version I tested with is built from source code downloaded...

  • QtJSBSim QtJSBSim released /QtJSBSim-2.4.0.zip

  • David Culp David Culp posted a comment on discussion General Discussion

    I just tested the FlightGear viewer option using FlightGear v2019.1.1. For the LAX area I downloaded the Scenery 2.0 version of "w120n30" and extracted it into a directory I call ~/Scenery, which is where I keep my scenery tiles. Start FlightGear first using the above launch script (with paths edited to match your installation). Then start QtJSBSim. After you start JSBSim and connect to it the data will start going to FlightGear. Here's a screenshot on a raw-data ILS final:

  • David Culp David Culp modified a comment on discussion General Discussion

    1) Flightgear will also read your joystick, and it will probably have the axes/buttons bound to different actions. I recommend disabling the joystick in FlightGear. This is done in the launch script below by setting the property "input/joysticks/js=0". 2) For a true out-the-window (OTW) view you'll need to remove the aircraft model. If you just delete the reference to a model you will get the blue/yellow glider by default. To prevent this you can set the model to "Models/Geometry/null.ac", which...

  • David Culp David Culp modified a comment on discussion General Discussion

    1) Flightgear will also read your joystick, and it will probably have the axes/buttons bound to different actions. I recommend disabling the joystick in FlightGear. To do this you can just rename the Input directory in FlightGear. I changed it to InputX. This is the only way I know of to disable the joystick in FlightGear. 2) For a true out-the-window (OTW) view you'll need to remove the aircraft model. If you just delete the reference to a model you will get the blue/yellow glider by default. To...

  • David Culp David Culp committed [0b0832]

    Removing local Qt Creator files.

  • David Culp David Culp committed [6cb990]

    Cesium name change, added some tool tips.

  • David Culp David Culp committed [28687f]

    Ignoring some QtCreator files.

  • David Culp David Culp posted a comment on discussion General Discussion

    I've updated some documentation and will be adding more soon. The Cesium Ion viewer server has been fixed. The viewer works again.

  • David Culp David Culp committed [13eded]

    Documentation update.

  • David Culp David Culp posted a comment on discussion General Discussion

    Presently QtJSBSim is set up to use two-engined aircraft. The code which communicates with JSBSim assumes two engines. The JSBSim/aircraft directory in QtJSBSim has a single-engine airplane in it, the P-47D, which will load without crashing, but won't run properly because of the mismatch in the number of engines. There are plenty of ready-made JSBSim aircraft models which were meant for use in FlightGear, and these can be adapted to run on JSBSim standalone with a little editing: 1) Remove any references...

  • David Culp David Culp committed [2ad59b]

    Made the handling of aircraft name more generic rather than hard-coded

  • David Culp David Culp committed [70708c]

    Adding another aircraft.

  • David Culp David Culp committed [e46f93]

    Populating edit widgets in the UI with first data from JSBSim.

  • David Culp David Culp committed [ed0245]

    Removed some commands to JSBSim as they were overwriting initial values

  • David Culp David Culp committed [4cbcfc]

    Improved comments, adding precision to number conversions - trying to

  • David Culp David Culp posted a comment on discussion General Discussion

    Instability is solved. It turns out that you can't turn off too many systems or the app becomes unstable.

  • David Culp David Culp committed [3793a5]

    Updated docs.

  • David Culp David Culp modified a comment on discussion General Discussion

    I've added a button which will send net_fdm information to FlightGear. This allows FlightGear to be used as a viewer. So far it works for about 30 seconds and then FlightGear segfaults. I'm not sure what the problem is yet. In order to use this feature first start FlightGear with the following command line arguments: --fdm=null --native-fdm=socket,in,60,,5508,udp I'm also using these command line arguments: --prop:/sim/ai/enabled=false \ --disable-sound \ --aircraft=737-300 \ --airport=KLAX \ --runway=25R...

  • Anonymous posted a comment on discussion General Discussion

    The mail list is now open. The address is: qtjsbsim-discuss@lists.sourceforge.net

  • David Culp David Culp committed [a65572]

    Updated copyright and license notes. Code format cleanup.

  • David Culp David Culp committed [0ec6c5]

    Updated copyright and license notes. Code format cleanup.

  • David Culp David Culp posted a comment on discussion General Discussion

    The FlightGear connectivity is worthy of a new release. Also in this release are a much improved viewer HUD and a code refactor.

  • QtJSBSim QtJSBSim released /QtJSBSim-2.3.0.zip

  • David Culp David Culp committed [91ea15]

    Updated README for new release.

  • David Culp David Culp committed [a50dfa]

    Removed reference to an uneeded simgear header.

  • David Culp David Culp committed [40f310]

    Changed reported location (VRP) in the 737 configuration file. Added

  • David Culp David Culp committed [81387e]

    Updated docs to include FlightGear.

  • David Culp David Culp committed [97003c]

    Updated interface image for documentation of new features.

  • David Culp David Culp posted a comment on discussion General Discussion

    1) Flightgear will also read your joystick, and it will probably have the axes/buttons bound to different actions. I recommend disabling the joystick in FlightGear. To do this you can just rename the Input directory in FlightGear. I changed it to InputX. This is the only way I know of to disable the joystick in FlightGear. 2) For a true out-the-window (OTW) view you'll need to remove the aircraft model. If you just delete the reference to a model you will get the blue/yellow glider by default. To...

  • David Culp David Culp committed [1d398e]

    If you try to quit the app while JSBSim is still running, the JSBSim

  • David Culp David Culp posted a comment on discussion General Discussion

    I'm using a minimal airplane "set" file in FlightGear in order to help track down the instability causing FlightGear to segfault. Here's the file: <PropertyList> <sim> <description>737</description> <author></author> <status></status> <flight-model>ufo</flight-model> <allow-toggle-cockpit >true</allow-toggle-cockpit> <chase-distance-m>-40</chase-distance-m> <model> <path>Aircraft/737-300/Models/737-300.xml</path> </model> <startup> <splash-texture>Aircraft/737-300/737-300.png</splash-texture> </startup>...

  • David Culp David Culp modified a comment on discussion General Discussion

    I've added a button which will send net_fdm information to FlightGear. This allows FlightGear to be used as a viewer. So far it works for about 30 seconds and then FlightGear segfaults. I'm not sure what the problem is yet. In order to use this feature first start FlightGear with the following command line arguments: --fdm=null --native-fdm=socket,in,60,,5508,udp I'm also using these command line arguements: --prop:/sim/ai/enabled=false \ --disable-sound \ --aircraft=737-300 \ --airport=KLAX \ --runway=25R...

1 >