PX4 Community Q&A: March 20, 2024

March 20, 2024

Join us

Agenda

  • Community Announcement
  • Community Q&A
  • General Discussions

:loudspeaker: Community Announcement


A.1 :

:people_holding_hands: Community Q&A (No deep technical discussions)


:exclamation: Guideline for asking a Question

  1. Specify what you are trying to achieve
  2. Specify what environment / platform you are using
  3. Prepare a Link or Document to help understand if possible
  4. First, ask the question on Discord or create a Github Issue!
  5. If you take over 5 minutes for the question, please continue in Discord or a Github Issue.

Q.1 :

:thinking: General Discussions


D.1 :

Hello, this past week I’ve worked on separating the Septentrio GPS drivers in PX4 after discussing this approach in the previous developer call. There is already a pull request open on GitHub. It already compiles and runs but isn’t finished yet. I would love to discuss the approach and get some feedback on what can be improved. It doesn’t need to be too technical as I know that’s not the purpose of these calls. I just want to know whether I’m on the right track.

I do have two more technical questions which may be nice to discuss as well. The first one is how is driver startup coordinated between drivers? The second one is what code should be reused? The current PR reuses an RTCM parser from the drivers submodule for example.