pypolycontain
pypolycontain copied to clipboard
A Toolbox For Polytopic Objects, Operations, and Containment Problems
Setup
Our package is now available on pip!
pip install pypolycontain
Documentation:
We are working on the documentation. Please regularly check for updates.
Publications
- A preprint of the paper on the theoretical background of this package is available here.
- A version of this work is going to be presented in CDC 2019
Necessary Dependencies:
- Numpy
Optional Dependencies (for some features, including optimization-based features)
- pycdd library
- Drake (please build the python bindings with Gurobi) get Drake from here
- Gurobi 9 or later Gurobi website (Free Academic License)
You also have the option to clone the repo and manually add it to your pythonpath.