You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xyz 77c9e6d63d
initial
5 years ago
..
policy initial 5 years ago
python initial 5 years ago
utils initial 5 years ago
bubbleRob-0811.ttt initial 5 years ago
decisionNode.py initial 5 years ago
env.config initial 5 years ago
moveNode.py initial 5 years ago
readme initial 5 years ago
senseNode.py initial 5 years ago

readme

git clone https://github.com/sybrenstuvel/Python-RVO2.git
cd Python-RVO2-master
# todo : install conda and create env for py3.6

conda activate autorobot
conda install numpy
python -V
pip install -r requirements.txt --user
python setup.py build
python setup.py install --user



todo: