This code simulates an autonomous vehicle in the full traffic environment. The road network constructed from the XML file present in the res folder.
There are some java classes present inside the src folder to run this code
- Create a java project at eclipse IDE.
- Copay the src and res folder from this repo.
- Past it in the root folder of the project created at step No. 1.
- Run the Main.java from the IDE