Skip to content

bjyurkovich/vehicle-model-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Vehicle Simulator

This repo models an electric (full EV) vehicle.

Running

Clone the repo:

git clone https://github.com/bjyurkovich/vehicle-model-python

Create your virtual environment:

virtualenv venv

Activate your virtual env:

source venv/bin/activate

Load the dependencies:

pip install -r requirements.txt

You may need to fight with matlibplot if you are on OSX

Run the model:

python simulator.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages