PX4 Dev Call: July 14, 2021

July 14, 2021

Join us

Agenda

  • Community Q&A
  • Roadmap
  • High priority queue
  • Release
  • In-Depth discussions

Release

Release 1.12 is brnached out!

See changelog Release 1.12 | PX4 User Guide

Community Q&A

Patrick: Is there a way to do a system healthiness check to make sure everything on a pixhawk board is operational before taking off?
Most checks you’d want to do manually are part of the preflight check that is executed before arming. So if you’re trying to arm you’ll get feedback if anything is not working as expected and you can run e.g. commander check on the MAVLink shell.
Patrick: There will be a companion computer communicating over ROS and it wants to do the check as part of preparation.
The best place to start is to check the general healthiness bit that is present in MAVLink telemtry.
See SYS_STATUS message and in it the MAV_SYS_STATUS_PREARM_CHECK bit.

@Jaeyoung-Lim : Discussion about ignition gazebo simulation.

@david_s5 fmu-v2 out of flash on latest NuttX upgrade.

  • px4io strip down saves a ton of flash
  • replacing module help with links for the command line on flash constrained targets saves
  • short term if NuttX upgrade is blocked we can temporarily disable fixed wing control on v2

@david_s5 Can we extend the hardware test rack such that we cover all supported hardware and have more testing to make sure peripherals e.g. serial GPS cannot be broken without CI noticing.

  • I2C peripherals
  • USB with MAVLink

@david_s5 The cube orange baseboard serial console screws up the USB communication.

  • The default build for cube orange has the serial console disabled.
  • To use a serial console use an alternate e.g. old baseboard and the test build.

@rroche Holybro v5x has a different address for the LED. How can we support it?

Vince: Hoybro has a new time of flight distance sensor VL53L1X. Can we support it with a driver.

  • There is already a driver, please try it out by connecting the sensor and enabling the driver with the parameter. SENS_EN_VL53L1X

Roadmap

Discussion based on board: Roadmap · GitHub

High priority queue

Discussion based on board: High-Priority Queue · GitHub

In-Depth discussions

For smaller groups expanding technical discussions, stay until the end and follow up.


If you have any feedback or corrections please comment on this post.