Skip to content

V2ADAS/parking_simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parking_simulator

A Python script that simulates car parking

How to use it:

  • create a virtual environment using python3 -m venv .venv
  • activate the environment ...
  • install the requirements using pip install -r requirements.txt
  • compile the c source code to a file called "libpath.so" and put it in the same directory
  • make sure you are in the same directory as the script when running the script

    for example if the project is in ~/Documents/parking_simulator/main.py make sure the current directory is ~/Documents/parking_simulator

you can check the source code to find what functions are expected to be called.

About

A Python script that simulates car parking

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages