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

batteryCheck: add new battery threshold for arming (COM_ARM_BAT_MIN) #22175

Merged
merged 2 commits into from
Oct 9, 2023

Conversation

sfuhrer
Copy link
Contributor

@sfuhrer sfuhrer commented Oct 4, 2023

Solved Problem

Currently the battery checks make sure that arming is not possible when the SOC is below the warning threshold (BAT_LOW_THR). BAT_LOW_THR is though in the first place thought to be the in-flight battery level warning. For systems that require a lot of energy during takeoff (eg VTOLs) it is beneficial to have a separate, higher threshold to prevent arming.

Solution

Add new battery threshold for arming (new parameter COM_ARM_BAT_MIN).

Changelog Entry

For release notes:

Feature: add additional battery level preflight check.
New parameter: COM_ARM_BAT_MIN

Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
@bkueng bkueng merged commit c41de22 into main Oct 9, 2023
86 of 87 checks passed
@bkueng bkueng deleted the pr-commander-add-min-bat-arm-main branch October 9, 2023 05:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants