Skip to content

Latest commit

 

History

History
92 lines (65 loc) · 3.34 KB

README.md

File metadata and controls

92 lines (65 loc) · 3.34 KB

Forward Collision Warning System

Investigating the Memory management capabilities of Java and Go as a Platform for a Forward Collision Warning system.

Getting Started

Table of Contents
  1. About The Project
  2. License
  3. Contact

About The Project

The aim of the system is to investigate the Memory management capabilities of Java and Go as a Platform for a Forward Collision Warning system. The system is implemented in Java and Go, both with the same designs. The resource efficiency and manegment of the systems are compared using memory usage benchmarking and garbage collection execution times.


This program stimulates the Forward Collision Warning system in a car. The radar/Sensor in the front of the car monitors the speed of the vehicle in front of the car together with the distance between any vehicle or obstacle in front of the car. The system uses the speed and distance to determine the risk of collision of the car with any vehicle infront of it. The system then warns the driver to apply the brakes to avoid collision. if the driver does not apply breaks within 1.5 seconds, the systems AEB(Autonomous Emergency Breaking) system is initiated,and the system automatically applies the breaks until the car stops completely.


Built With

Java Go

License

Not Licesed

Contact

N4ZEN- naza.zuhair@gmail.com

Project Link: https://github.com/N4ZEN/FCWS-stimulation

(back to top)