removed debug stuff
This commit is contained in:
@@ -24,8 +24,6 @@ class PowerController : public ExtendedControllerBase, public ReceivesParameterM
|
||||
uint16_t startAtIndex) override;
|
||||
|
||||
private:
|
||||
int test = 0;
|
||||
|
||||
bool enableHkSets = false;
|
||||
ParameterHelper parameterHelper;
|
||||
|
||||
@@ -58,7 +56,7 @@ class PowerController : public ExtendedControllerBase, public ReceivesParameterM
|
||||
float batteryInternalResistance = 70.0 / 2.0 / 1000.0; // [Ohm]
|
||||
float batteryMaximumCapacity = 2.6 * 2; // [Ah]
|
||||
float coulombCounterVoltageUpperThreshold = 16.2; // [V]
|
||||
double maxAllowedTimeDiff = 0.5; // [s]
|
||||
double maxAllowedTimeDiff = 1.5; // [s]
|
||||
float payloadOpLimitOn = 0.90; // [%]
|
||||
float payloadOpLimitLow = 0.75; // [%]
|
||||
float higherModesLimit = 0.6; // [%]
|
||||
|
||||
Reference in New Issue
Block a user