Skip to content
Snippets Groups Projects
Commit 0713f222 authored by rachelmoan's avatar rachelmoan
Browse files

Adding readme, requirements, and setup files

parent f128a710
No related branches found
No related tags found
No related merge requests found
setup.py 0 → 100644
from setuptools import setup
setup(name='guided_mrmp',
version='0.1',
description='Guided Multi-Robot Motion Planning',
install_requires=['numpy',
'matplotlib',
'shapely',
'pyyaml',
'cvxpy',
'scipy',
'casadi',
'klampt',
],
)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment