PX4 Dev Call: August 7, 2019

Here is the Agenda for July 31:

  • Continuation of 1.10 release discussion
  • Sync to ongoing HW efforts

More topics might be added based on the Devcall list on Github or by commenting here.

Click here: Join the Meeting

One tap mobile
+14086380968,946175205# US (San Jose)
+16468769923,946175205# US (New York)

Dial by your location
+1 408 638 0968 US (San Jose)
+1 646 876 9923 US (New York)
+1 669 900 6833 US (San Jose)
Meeting ID: 946 175 205
Find your local number: https://zoom.us/u/ad94Pgv9yQ

Meeting notes devcall 7 August 2019

General:

Component owners should flag what they want to discuss before the call.

Next calls should be quicker on updates on Issues/PRs, and should spend more time on high level discussions.

Roadmap needs regular updating.

Project boards:

Daniel is finalizing the list.

Project boards need to be on PX4 top level to be visible.

Issues/PRs:

  1. Improve magnetometer consistency check

High priority and should be done for 1.10

  1. Block auto-disarm for catapult hand launched Fixed Wing

Roman should look at this.

  1. Add generic VTOL tailsitter airframe

Daniel has done work on this.

Roman will do a final review and add it.

  1. Implement Module params multicopter landdetector class + #12619

Roman does an assessment and gets it in.

  1. GTest functional test

Julian is requesting for last feedback before bringing it in. Lorenz will look at it.

Projects boards:

  1. Command / safety
  • Disable datalink loss reactions for SITL. Reject PR. Bring Daniel’s solution in.
  1. Communication architecture
  • Event interface design: No time to work on it yet. Discussed offline by Lorenz & Beat

  • First stab at mavlink #7530 -> discussed on next devcall

  1. Computer vision

-Collision prevention has been merged today.

-Link to ground station: distance data is send. Gus is needed: https://github.com/PX4/avoidance/issues/460

-VIO needs rework. Julian will discuss with Paul. Needs to be added to project board.

  1. Fixed wing

No progress. Needs input from fixed wing stakeholders to set priorities.

  1. multicopter
  • 1khz rate controller. Is planned for 1.10. Mathieu will discuss offline with Daniel.

  • Mathieu asks for input on priorities

  • 12505: Mathieu needs tests to check last changes. Tony will do them.

  • acceleration stick input: important.

  1. Toolchain

Discuss when Matthias on the call

  1. User experience

Issues/PRs discussed above.

  1. VTOL

12630 + 12455 + 12503 + 12464 have priority and are in the right order on the project board.

Silvan is working on those.

Release blockers/Nuttx/DMA:

All the work required to achieve two main objectives has already been done: 1) Move more tasks to work queues and 2) move the main sensors to DMA. Some final touches and design decisions are required to bring this in and enable this. David, Daniel and Lorenz will discuss this offline and create a shortlist of PRs that generate the main value without introducing massive churn in the codebase. This will likely moving IMUs to SPI DMA (to free CPU load) and moving 1-2 controllers to work queues (which will free RAM) and getting rid of file descriptors in uORB (freeing more RAM). All of this combined will bring CPU load and RAM down to a level where 1.10, with all the additional features and improvements, will run fine on an F4.

I’m curious of the issues for the VTOL,I will keep an eye on it.