fix bounding box in tracking mode

This commit is contained in:
Anatoly Antonov 2026-07-04 04:19:16 +09:00
parent 48140f0f77
commit a617d40777
13 changed files with 392 additions and 16 deletions

View file

@ -4,3 +4,4 @@ export * from './scenario';
export * from './prediction';
export * from './telemetry';
export * from './wind';
export * from './boundingBox';