PX4 Sync / Q&A: Oct 23, 2024

PX4 Sync / Q&A: Oct 23, 2024

Agenda

  • Announcements
  • Release Discussion
  • Q&A

Announcements

1- ROSCon24 Aerial Robotics group meetup hosted by Kimberly McGurie PX4 Autopilot on LinkedIn: #roscon #roscon2024 #odense

2 - Dronecode Istanbul meetup thanks to @Ayshine PX4 Autopilot on LinkedIn: 🙌 We had a fantastic time connecting with fellow developers and…

Release Discussion

We have a release tag:

Bug report / Q&A

1- @conor_strat : Not having any connectivity using St-link and CubeOrange Plus.

@dagar The initial solution for now is to check gdb-server and the versions mismatching. If not working, then we can work around other solutions.

2- @TOTON95 What is the status of CSRF/ELRS adaption to the PX4 supported boards?

@dagar @MaEtUgR There are to options to use the CRSF protocol:

  1. Either over UART with the dedicated CSRF RC driver for which you connect TX and RX to a UART e.g. Telem1 port and then have all features like telemetry, the bind command that’s about to be added.
  2. Connect the receiver’s TX port to the RC in board which then uses either the IO or FMU’s monolytic driver to just parse the unidirectional input without telemetry and so on.
    We recommend using option 1 if you have a spare UART port and care about best possible support.
    Relevant PR and docs link:

3- Marlene: A custom-made driver is written and cannot be launched. The driver is needing i2c.

@dagar check with i2c detect command first to find out which address your sensor is on and then initialize your driver accordingly based on that port.

PRs needing review:

1 - @dirksavage88 Add relposheading in process fix uavcan driver (AP Periph Dronecan Dual RTK support) by dirksavage88 · Pull Request #23821 · PX4/PX4-Autopilot · GitHub