diff --git a/components/control_center/src/app/component/landing/landing.component.ts b/components/control_center/src/app/component/landing/landing.component.ts index b54abce..1c67bb4 100644 --- a/components/control_center/src/app/component/landing/landing.component.ts +++ b/components/control_center/src/app/component/landing/landing.component.ts @@ -173,9 +173,10 @@ export class LandingComponent implements OnInit { private getEmptyCarEvent(): CarEvent { return { - near_crash_event: false, - gps_location: this.getEmptyGeoCoordinates(), - timestamp: '' + near_crash_event: false, + gps_location: this.getEmptyGeoCoordinates(), + timestamp: '', + velocity: 0 }; }