Skip to content

This set of code runs simulations of vehicles driving down a road and detecting a physical divider between the lanes. The speed of the cars is modeled as a markov chain evolution. The location of the physical divider(s), the accuracy of both sensor readings and GPS readings are fully customizable. Finally, some plotting of the resulting simulati…

austinctodd/physical-divider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Once you checked out the project, you need to configure it. This is done as follows: There is a file

genericConf.py

in the root directory, that contains all the configuration. Copy this file to conf.py and open conf.py for editing:

$ cp genericConf.py conf.py
$ vim conf.py

At the beginning of this file you find the section for site specific configuration. Set all the variables in there to values appropriate for your
site. Then save and exit the editor.

To run the tests, call tests/runAllTests.py.

About

This set of code runs simulations of vehicles driving down a road and detecting a physical divider between the lanes. The speed of the cars is modeled as a markov chain evolution. The location of the physical divider(s), the accuracy of both sensor readings and GPS readings are fully customizable. Finally, some plotting of the resulting simulati…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published