(motorLatencySec: number)
| 38 | }; |
| 39 | |
| 40 | const params = (motorLatencySec: number) => ({ |
| 41 | adsbLatencySec: 0.6, |
| 42 | motorLatencySec, |
| 43 | maxLeadSec: 5, |
| 44 | }); |
| 45 | |
| 46 | describe("predictAim motor latency", () => { |
| 47 | it("extends the lead by the motor latency", () => { |
no outgoing calls
no test coverage detected