PX4 / PX4-Autopilot

PX4 Autopilot Software
https://px4.io
BSD 3-Clause "New" or "Revised" License
8.47k stars 13.5k forks source link

[Bug] Missing airframe configurations #22452

Closed smolgrrr closed 11 months ago

smolgrrr commented 11 months ago

Describe the bug

Using PX4 with QGroundControl, and all the guides/videos I follow during set-up have a multitude more airframe options for some reason.

  1. Is from PX4 tutorial

    image
  2. My QGC

    image

To Reproduce

  1. Download QGC for Mac OS

Expected behavior

Full list of airframe configurations

Screenshot / Media

No response

Flight Log

https://pastebin.com/1YmNPcZZ

Software Version

Mac OS latest stable version

nsh: sysinit: fopen failed: 2

NuttShell (NSH) NuttX-11.0.0 nsh> ver all HW arch: PX4_FMU_V2 HW type: V2 HW version: 0x90008 HW revision: 0x000 PX4 git-hash: b8c541dd7277ed735139d7d1bfb829d61fbe29fb PX4 version: Release 1.14.0 (17694975) OS: NuttX OS version: Release 11.0.0 (184549631) OS git-hash: de41e7feaeffaec3ce65327e9569e8fdb553ca3d Build datetime: Oct 19 2023 16:16:15 Build uri: localhost Build variant: default Toolchain: GNU GCC, 9.3.1 20200408 (release) PX4GUID: 000100000000343033353335510200500023 MCU: STM32F42x, rev. 3

Flight controller

Pixhawk 1

Vehicle type

Airship/Balloon

How are the different components wired up (including port information)

USB to Pixhawk board through microusb

Additional context

I was able to copy the config into PX4AirframeFactMetaData.xml on my Mac, and it then came up on QGC, but selecting the extra options did not do anything.

smolgrrr commented 11 months ago

This is result when I manually add to XML file, or just completely delete it with sudo rm PX4AirframeFactMetaData.xml

image

then after selecting airship, no changes:

image
smolgrrr commented 11 months ago

moved to relevant repo