Adaptation to improved drag calculation algorithm
This commit is contained in:
parent
3ab3116ff5
commit
59a842d536
|
|
@ -277,11 +277,11 @@ test('Test behaviour for three perfect identical strokes, including settingling
|
||||||
testCyclePower(rower, 272.62565872880714)
|
testCyclePower(rower, 272.62565872880714)
|
||||||
testDriveDuration(rower, 0.2727572410000002)
|
testDriveDuration(rower, 0.2727572410000002)
|
||||||
testDriveLinearDistance(rower, 1.2557840678364274)
|
testDriveLinearDistance(rower, 1.2557840678364274)
|
||||||
testDriveLength(rower, 0.3371976114853044)
|
testDriveLength(rower, 0.36651914291880905)
|
||||||
testDriveAverageHandleForce(rower, 295.526758358351)
|
testDriveAverageHandleForce(rower, 295.526758358351)
|
||||||
testDrivePeakHandleForce(rower, 480.01441558492223)
|
testDrivePeakHandleForce(rower, 480.01441558492223)
|
||||||
testRecoveryDuration(rower, 0.09847952300000018)
|
testRecoveryDuration(rower, 0.09847952300000018)
|
||||||
testRecoveryDragFactor(rower, 343.6343564104484)
|
testRecoveryDragFactor(rower, 309.02744980039836)
|
||||||
testInstantHandlePower(rower, 0)
|
testInstantHandlePower(rower, 0)
|
||||||
// Dwelling state starts here
|
// Dwelling state starts here
|
||||||
rower.handleRotationImpulse(0.020769)
|
rower.handleRotationImpulse(0.020769)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue