What is the practical limit to the number of waypoints / mission items for PX4?

Hey @bubbles I stumbled on this thread and quickly checked the code. The 500 waypoints limit is hardcoded here:

I don’t know all the implications but it seems it was changed from 256 to 2000 with the previously linked pull request and now it got reduced again to 500 with this pr because of RAM usage

If that’s not enough I suggest you bring up the discussion e.g. in a GitHub issue or the community Q&A call.