Automatic Car Parking in Java
Parking is a challenging thing for humans in car driving. Even though, lot of solutions are available for smooth and safe driving such as car collision avoidance system, but very less focus is given to the automatic parking system recently. There is still a long way to go.
Hence, implementation of this project can be a good idea. Abstract: It is a complicated task to build up automatic parking expertise for a car. The car must be able to sense the surroundings, to find a free parking space and to detect obstacle. It should also have the capability to plan the movement from the input of sensitivity system. It should also be able to go after the premeditated motion sequences and to make sure that a goal position is reached. Implementation details: Code is split into four packages
- Controllers- Controllers classes.
- Exception- Application specific exceptions.
- Generic- Parking structure classes and generic classes.
- GUI- GUI components and GUI Driver.
Requirements:
- Front End- Java
- Embedded System, Microcontrollers.