Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split battery-related messages into two files #24111

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sdomoszlai13
Copy link

To improve support for smart batteries and decrease log file sizes, two battery-related uORB topics are going to be used:

  • BattreyInfo.msg: Contains static (unchanged during flight) battery-related info like the battery serial number. Logged with a low frequency
  • BatteryStatus.msg: Contains dynamic (changed during flight) battery-related info like the current cell voltages. Logged with a high frequency

Solved Problem

When ... I found that ...

Fixes #{Github issue ID}

Solution

  • Add ... for ...
  • Refactor ...

Changelog Entry

For release notes:

Feature/Bugfix XYZ
New parameter: XYZ_Z
Documentation: Need to clarify page ... / done, read docs.px4.io/...

Alternatives

We could also ...

Test coverage

Context

Related links, screenshot before/after, video

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant