PX4 Dev Call: April 01, 2020

April 01, 2020

Agenda

  • Status update by component/project
  • Roadmap, and Release discussion
  • Community Q&A
  • In-Depth discussions

Join Meeting

Meeting ID: 946 175 205
Join using your mobile/desktop

Call in using your phone, find your local number: Zoom International Dial-in Numbers - Zoom


Component update

Documentation

  • New docs for compass power compensation

https://docs.px4.io/master/en/advanced_config/compass_power_compensation.html

Flight Testing

System Architecture

Compatibility with
Ubuntu 20.04: Support python3 only systems like Ubuntu 20.04 by MaEtUgR · Pull Request #14514 · PX4/PX4-Autopilot · GitHub Github Actions: Add jobs running in Ubuntu 20.04 Focal by TSC21 · Pull Request #14515 · PX4/PX4-Autopilot · GitHub
ARM GCC 9: Get PX4 compile on ARM GCC 9 by MaEtUgR · Pull Request #14159 · PX4/PX4-Autopilot · GitHub

Question from @hamishwillee does someone depend on or maintain the MSYS toolchain on Windows? Remove Windows Msys Installer Docs by hamishwillee · Pull Request #1001 · PX4/PX4-Devguide · GitHub
The conclusion is we should remove it from the docs.

Discussion about Navigator, flight modes improvements: https://docs.google.com/document/d/1N59JHFqL_E9X4b-U0CzxW_eydqXUHZMxAH_FTD30ilk
Anyone interested: We’re open to discuss and coordinate on the PX4 slack channel #architecture.

OS / NuttX

@david_s5 Is testing SPI DMA on H7 e.g. Holybro Durandal and new CUAV boards to save 30% of CPU. But it doesn’t work yet. It would be a nice to have while switching to the new IMU drivers.

@david_s5 Is looking at NuttX upstream changes and saw semaphore changes that have a big impact and could prevent easy updating. We should wait for the next NuttX release. We want to update at some point for the UAV socket changes that were brought to NuttX from our community.

Driver

@dagar cleaned up mag drivers, some bosch driver was not using the calibration. He shifted them to use the PX4Magnetometer class. He improved the SPI setup to make it easier to shift drivers into the new structure. All IMU drivers can be shifted over except for I2C for now. If we find an easy way to include I2C we can get rid of the old drivers.

For now we want to test the pr that gets almost all boards into using the new drivers.

Commander

No updates

Estimation

Magless GPS navigation (EKF: Enable GPS flight without magnetometer by priseborough · Pull Request #770 · PX4/PX4-ECL · GitHub). Doc in Redirecting to latest version of document (main)

Currently you need to know where north is to fuse GPS which requires a calibrated compass. But with the new yaw estimator the north can also be infered from movement of the GPS position and this would allow flying without a magnetometer if the vehicles moves horizontally after takeoff. There are some limitations for now with having home, flying missions and having a quick position validity that still need to be fixed.

VTOL

No news.

Fixed Wing

Pr enabling to fly Altitude without GPS was merged.

Multicopter

Acceleration setpoint execution / feed-forward is now merged: Acceleration based control/feed-forward by MaEtUgR · Pull Request #14212 · PX4/PX4-Autopilot · GitHub
Users that have customized configuration of MPC_JERK_MAX and MPC_JERK_AUTO might want to lower them because of closer tracking. Users using the defaults for these parameters don’t require any changes.

Daniele found two bugs when repositioning with goto and change altitude: Pr fix various reposition bugs in navigator module by DanielePettenuzzo · Pull Request #14543 · PX4/PX4-Autopilot · GitHub

MAVSDK

No updates.

MAVROS / RTPS / ROS2

No updates.

Avoidance

No updates.

Simulation

Community contribution: Support for flightgear: FlightGear simulator support by kaklik · Pull Request #14539 · PX4/PX4-Autopilot · GitHub
Support for Gazebo 11 is currently in work.

Roadmap, and Release discussion

@dagar We want to switch all boards over to the new drivers, make sure there are no regressions on that. And check that there are no remaining issues like PX4IO chip running out of RAM when loading larger airframe configurations like some VTOLs.

Community Q&A

In-Depth discussions

@JingerZ Table for classification of autopilots: Autopilots - PX4 Autopilot
There is some grey zone and the table should make very clear which boards are directly supported, which ones are supported in cooperation with the manufacturers and which are experimental. @david_s5 Discussion about what means that the board supports the pixhawk standard, what if they support the fmu-v5 binary but have some small hardware differences for the peripherals?

@LorenzMeier Solve it by having clear categories:

  • Pixhawk standard trademark: Electrically checked to work the same. If I plug things I’m sure it works on all these boards.
  • PX4 fmu-v2-5 binary compatibility: Community/manufacturer supported. Mostly works like you would expect so it’s supported by PX4.
  • Experimental: In the works, once introduced, untested.

Errata and Feedback

Let me know below if I failed to capture anything the right way, and if there are any updates, or you have feedback on the call format.

1 Like