November 08, 2023
Join us
Agenda
- Community Announcement
- Community Q&A
- General Discussions
Community Announcement
A.1 :
Community Q&A (No deep technical discussions)
Guideline for asking a Question
- Specify what you are trying to achieve
- Specify what environment / platform you are using
- Prepare a Link or Document to help understand if possible
- First, ask the question on Discord or create a Github Issue!
- If you take over 5 minutes for the question, please continue in Discord or a Github Issue.
Q.1 : logger stopping after a couple of hours on 1.14
Summary: 1.14 Cherry picked PR from Beat Keung that restarts the logger whenever reaching max file size from Nuttx. However, it is stopping logging after sitting for long periods of time (~5 hours)
Answer vfat size is confusing. Is there a way to have vfat larger from logging.
SD card that is being used: one from Holybro. One possible solution is to stream the log to a companion computer.
Daniel: 2 solutions
- format in linux, but add a bad block check that goes through and does a block check compared to a quick reformat.
- make sure that SD card is actually a good one. not just a cheap one
fat filesystem is not great. looking at moving fram to littlefs. using littlefs on SD card as an option could be interesting. This is a proper failsafe filesystem, but you have to know what you are doing to use it.
Q2: RemoteID, and is it going to be released in PX4 at some time?
Answer: Not going for 1.14.1 release but will probably be a point release.
Justifies being included in a minor release. It is a range of different things where different autopilots are implementing it differently. There is a bit of hesitation as there is no
Q3: Working on tethered drone, changed PX4 fork to deal with battery draw, is this something interesting to upstream? The main thing that has been done is ensuring not too many amps are drawn from the tether.
Answer: A battery architecture is going to be most interesting. We should capture a more broad set of battery management as things have been added over time. There might be things in commander that might be too battery specific, and need to be generalized. Best to talk more offline about what battery architecture looks like in PX4