You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In summary, we will be moving away from a default build target that fits all hardware, to a per vehicle type, eg:
Current:
px4_fmu-v6x_default
New:
px4_fmu-v6x_multicopter
px4_fmu-v6x_fixedwing
px4_fmu-v6x_vtol
px4_fmu-v6x_boat
...etc...
We will also introduce a manifest.json file, with a list of all targets, this json file will live in S3.
Our hopes are that QGC fetches the manifest from S3, and builds a list of available options for the user.
Once the user selects what they want, they proceed with the firmware update.
QGC downloads the right files from S3, following the manifest.json, and then proceeds with the current firmware update
We need someone experienced in QGC
TODO
PX4
Generate builds per vehicle target
Generate manifest.json metadata
Upload manifest and vehicel targets to S3
QGC
Update PX4 update UI and introduce all the new options
Build UI based on the manifest.json metadata file (downloaded from S3)
The text was updated successfully, but these errors were encountered:
In summary, we will be moving away from a default build target that fits all hardware, to a per vehicle type, eg:
Current:
New:
We will also introduce a manifest.json file, with a list of all targets, this json file will live in S3.
Our hopes are that QGC fetches the manifest from S3, and builds a list of available options for the user.
Once the user selects what they want, they proceed with the firmware update.
QGC downloads the right files from S3, following the manifest.json, and then proceeds with the current firmware update
We need someone experienced in QGC
TODO
PX4
QGC
The text was updated successfully, but these errors were encountered: