-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Px4-xplane sitl airframe for Fixed Wing and Multicopter and VTOL #22493
base: main
Are you sure you want to change the base?
Conversation
…utopilot-Me into px4xplane-sitl
Really awesome! |
are there non-windows plugin compiling instructions? or binaries (for Mac) |
Well I am working on that ... I will add those instructions soon as well ... I have very limited experience building Cpp in macos... |
What about in GitHub workflow? |
…utopilot-Me into px4xplane-sitl updated performance
I have no experience in that honestly.. but working on that with help of someone... |
Hello again |
Really looking forward to this! Any update on Mac? |
a7603f3
to
40f6fb7
Compare
Hello, I have marked this pull request as ready for review again. It includes the new airframes for the PX4 SITL simulation to interface with X-Plane, specifically the Cessna 172, Ehang 184, TB2 and Alia 250 and organized as you requested in last comments. I am planning to create a YouTube tutorial on this feature, and it would be ideal to have it merged into the official repository to provide clear instructions to users. Could you please review the changes and let me know if any further modifications are required? Thank you for your support! Best regards, |
…-Me into px4xplane-sitl
Add X-Plane SITL Airframes for Cessna 172 and eVTOL Air Taxi Ehang 184 and Alia 250
This pull request adds three new airframes for the PX4 SITL simulation to interface with X-Plane:
xplane_cessna172 (5001)
,xplane_ehang184 (5010)
andxplane_alia 250 (5020)
. These configurations allow users to simulate a fixed-wing aircraft and an eVTOL air taxi (both multicopter and quadplane VTOL)Solution
xplane_cessna172
,xplane_ehang184
andxplane_alia250
added to the init script.CMakeLists.txt
to incorporate these airframes into the build process for PX4 SITL.Changelog Entry
For release notes:
Alternatives
Initially, expanding existing airframes (none_iris )was considered; however, introducing distinct configurations ensures clarity and specificity for simulation purposes. In addition for Fixed-wing and VTOL, no custom simulator option is available.
Test coverage
Context
The addition of these airframes marks a step towards broadening the simulation capabilities of PX4 general or custom airframes in X-Plane simulator, offering realistic flight dynamics and control for users developing for both fixed-wing and eVTOL UAVs and many more.