We forked the original mav2xplane project to support MAVLink v2, as well as SITL. We fixed a lot of bugs. COM support is no longer available (the UI is there, the hooks are not) and it’s a bit buggy, but it runs and drives.
This is an initial alpha release and is intended for development use.
Feel free to reach out to us here, on GitHub, or on our website if you want to discuss this project.
This is very early on in development so we have no compliance information at this time. The configuration dialog is able to map control channels to X-Plane control packets.
How to run: it builds with qmake on mav2xplane.pro project, creating a mav2xplane executable. Execution has only been tested on Ubuntu right now. I got pulled away to other projects.
Sorry notifications have been broken while I was away.
Thank you. If you have a list of QOL improvements you’d like to see, I’ll put them in the queue and I’ll see if I can make some time to work on this again this summer.
Hi, can you help please with launching, I have set all ports on XPlane side and I see that it takes information from bridge, but I didnt understand how to connect PX4 to it
I was trying this repository but I’m getting segmentation fault while running it. GDB points to memcpy(&(p), data+ioff, sizeof(p)); at line 389 of XPlaneLink.cpp. Although if I put a breakpoint and then run by manually skipping the breakpoints then it doesn’t crash.
I’ve enabled the debug statements, the data is getting populated correctly until it runs. Has anyone faced a similar issue? If you need any more information, feel free to ask.