PX4 Sync / Q&A: Nov 6, 2024

PX4 Sync / Q&A: Nov 6, 2024

Agenda

  • Announcements
  • Release Discussion
  • Q&A

Announcements

Release Discussion

No major discussions regarding v1.15 so far, plans are for next major release soon.

Bug report / Q&A

PRs needing review:

Flash Savings

The current system is already stretched to far, we can no longer carry a unified build for all systems, we need to split, the team thinks we should split per vehicle type, this will allow for more features to be bundled within each build target, and potentially help us with flash savings for the foreseable future.

Note: we need help from a QGC contributor to help us update the PX4 firmware update process, please reach out to @dagar or @mrpollo

@AlexKlimaj made this helpful resource flash-per-func-inline.txt · GitHub

MAVLink GPS_RAW_INT Clarification

by RyanF:

Which datum is it being used for altitude in GPS_RAW_INT? (cc @hamishwillee)

https://mavlink.io/en/messages/common.html#GPS_RAW_INT

Merged PRs

1 Like

Hi, I am currently working on developing new flight controller based on STM32H743, I can’t connect to nsh serial console defined through UART. The serial console is currently defined in UART 3, when I try to connect it using ‘screen’ there is no output from the console.

https://discuss.px4.io/t/need-help-to-setup-serial-console-in-custom-flight-controller/42106

1 Like