Agenda
Announcements
Release Discussion
Q&A
Announcements
Release Discussion
Last Call for Release v1.15
Please mark issues and PRs accordingly. We plan to release it by June 12th, 2024 .
Project Board for Tracking Release
Q&A
opened 03:18PM - 29 May 24 UTC
bug-report
### Describe the bug
- [x] 1.


fixed by https://github.com/PX4/PX4-Autopilot/pull/23192
- [x] 2.


fixed by https://github.com/PX4/PX4-Autopilot/pull/23198
- [ ] 3.


fixed by https://github.com/PX4/PX4-Autopilot/pull/23197
- [ ] 4.


fixed by https://github.com/PX4/PX4-Autopilot/pull/23174
- [ ] 5.


Flash overflow.
- [ ] 6.


Both heavy flash overflow. Any idea? @dagar ? 😇
- [ ] 7.


@sfuhrer started looking into it @haumarco continued
- [ ] 8.


@PerFrivik started looking into it: https://github.com/PX4/PX4-Autopilot/pull/23196
### To Reproduce
Look at CI report on new commits on main.
### Expected behavior
Passing CI such that PRs see when they brake things.
### Screenshot / Media
_No response_
### Flight Log
See screenshots
### Software Version
main branch
### Flight controller
CI
### Vehicle type
None
### How are the different components wired up (including port information)
_No response_
### Additional context
_No response_
PX4:main
← PX4:pr-increase_qurt_heap_size
opened 03:28AM - 29 May 24 UTC
### Solved Problem
The qurt platform is using one of multiple heaps available t… hat only has 700KB of space. This PR changes that heap to one
with 3MB and is not shared with any other services. This is important because the qurt platform will crash if a C++ new operator operation fails so it needs to have a nice safety margin in the heap size. In order to use the larger heap the new and delete operators had to be overridden. To avoid a crash when a new operation fails all of the PX4 code would need to move from "new" to "new (nothrow)" but that's a whole different discussion.
Sorry I’m not sure if this is the time for this, it it isn’t I apologize, I’m brand new to this. I’m trying to make a bicopter and I used a multirotor with tilt as a base but the I cannot use the servos for yaw and roll, only for yaw and pitch is available. Do you have any advice on what to change? Thank you!
HI @rroche
How are the release notes going? Note that to some extent we have been doing these “as we go” in PX4-Autopilot Main Release Notes | PX4 Guide (main) - so I plan to rename this to v1.15 once you tell me that release is ready.