|
|
@ -3,9 +3,9 @@ export const MAX_TRAJECTORY_LENGTH = 50; |
|
|
// Frames per second for the video playback.
|
|
|
// Frames per second for the video playback.
|
|
|
export const VIDEO_FPS = 30; |
|
|
export const VIDEO_FPS = 30; |
|
|
// Minimum X-coordinate for the radar plot in meters.
|
|
|
// Minimum X-coordinate for the radar plot in meters.
|
|
|
export const RADAR_X_MIN = -20; |
|
|
|
|
|
|
|
|
export const RADAR_X_MIN = -25; |
|
|
// Maximum X-coordinate for the radar plot in meters.
|
|
|
// Maximum X-coordinate for the radar plot in meters.
|
|
|
export const RADAR_X_MAX = 20; |
|
|
|
|
|
|
|
|
export const RADAR_X_MAX = 25; |
|
|
// Minimum Y-coordinate for the radar plot in meters.
|
|
|
// Minimum Y-coordinate for the radar plot in meters.
|
|
|
export const RADAR_Y_MIN = 0; |
|
|
export const RADAR_Y_MIN = 0; |
|
|
// Maximum Y-coordinate for the radar plot in meters.
|
|
|
// Maximum Y-coordinate for the radar plot in meters.
|
|
|
|