Skip to content
/ PyORCA Public

Python reimplementation of ORCA algorithm.

Notifications You must be signed in to change notification settings

Simcs/PyORCA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyORCA

Python implementation of ORCA algorithm.

Simulation

python main.py --env <ENV> --render --real

Options

  • --env: an environment to test, currently supporting 'Circle', 'Crossing'
  • --render: render environment.
  • --no-render: do not render environment.
  • --real: simulate in real time.
  • --no-real: do not simulate in real time.

About

Python reimplementation of ORCA algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages