MCPcopy
hub / github.com/cpaczek/skylight / params

Function params

tracker/test/predict-latency.test.ts:40–44  ·  view source on GitHub ↗
(motorLatencySec: number)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected