fixed voltage bugs
Some checks failed
EIVE/eive-obsw/pipeline/pr-main There was a failure building this commit
Some checks failed
EIVE/eive-obsw/pipeline/pr-main There was a failure building this commit
This commit is contained in:
@@ -105,6 +105,8 @@ class PowerController : public ExtendedControllerBase, public ReceivesParameterM
|
||||
float coulombCounterCharge = 0; // [mC]
|
||||
float coulombCounterChargeUpperThreshold = 0.0; // [mC]
|
||||
|
||||
static constexpr float MILLIVOLT2VOLT = 1e-3;
|
||||
|
||||
static constexpr int16_t INVALID_TOTAL_BATTERY_CURRENT = 0;
|
||||
static constexpr float INVALID_SOC = -1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user