improved events, allowed all modes, removed debug output
This commit is contained in:
@ -55,7 +55,7 @@ class PowerController : public ExtendedControllerBase, public ReceivesParameterM
|
||||
// Parameters
|
||||
float batteryInternalResistance = 70.0 / 2.0 / 1000.0; // [Ohm]
|
||||
float batteryMaximumCapacity = 2.6 * 2; // [Ah]
|
||||
float coulombCounterVoltageUpperThreshold = 16.2e3; // [mV]
|
||||
float coulombCounterVoltageUpperThreshold = 16.2; // [V]
|
||||
double maxAllowedTimeDiff = 0.5; // [s]
|
||||
float payloadLimit = 0.75; // [%]
|
||||
float higherModesLimit = 0.6; // [%]
|
||||
|
Reference in New Issue
Block a user