Browse Source

Forgot to add some more changes in the Inter frame timing Graph.

refactor/sync-centralize
RUSHIL AMBARISH KADU 6 months ago
parent
commit
bee80cda95
  1. 2
      steps/src/state.js

2
steps/src/state.js

@ -14,6 +14,8 @@ export const appState = {
// Stores the processed CAN bus data (speed, time) // Stores the processed CAN bus data (speed, time)
offset: 0, // The calculated or manually set offset in milliseconds. offset: 0, // The calculated or manually set offset in milliseconds.
currentGraphScale: 10, // Current ms per block for the IFT graph (smooth zooming)
videoStartDate: null, videoStartDate: null,
// The timestamp (in milliseconds) of the first radar frame, extracted from the JSON filename // The timestamp (in milliseconds) of the first radar frame, extracted from the JSON filename
radarStartTimeMs: 0, radarStartTimeMs: 0,

Loading…
Cancel
Save