Python-RVO2 icon indicating copy to clipboard operation
Python-RVO2 copied to clipboard

Optimal Reciprocal Collision Avoidance, Python bindings

Results 13 Python-RVO2 issues
Sort by recently updated
recently updated
newest added
trafficstars

Firstly, cynton new version is installing but the version mentioned in requirement can't. After that executing "python setup.py build" is creating below error. Any suggestion will be helpful. running build...

I have the following problem when I try to build or install. Apparently, everything works well until it tries to build the rvo2 extension: ``` building 'rvo2' extension ... LINK...

ImportError: /home/xxxxx/anaconda3/envs/hhd_pytorch/lib/python3.6/site-packages/pyrvo2-0.0.0-py3.6-linux-x86_64.egg/rvo2.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZSt28__throw_bad_array_new_lengthv I get this error when I import rvo2, how do I fix it? Thanks!

How to assign each agent its target point?

python setup.py build ^[[A running build running build_ext -- The C compiler identification is GNU 8.4.0 -- The CXX compiler identification is GNU 8.4.0 -- Check for working C compiler:...

Hi, I use this package as a baseline for my own method. But, when I run my script, there has an error as follows: `AttributeError: 'rvo2.PyRVOSimulator' object has no attribute...

Hi, I am facing this error while building on Windows after running the command ```python setup.py build```. Any idea how to go about it? ``` running build running build_ext The...

Hi, I followed your instructions but having an import error when i run the python script. I initially had a problem with setup.py install and hence did the whole setup...

Hi guys, I meet a building problem when I follow the tutorial to run `python setup.py build` in my server. ### Error Report ``` [ 9%] Building CXX object src/CMakeFiles/RVO.dir/Agent.cpp.o...

In specific situations (e.g. using the RVO2 simulator in a for loop, where agent positions are re-updated but static obstacles remain), this method saves significant computation time by not requiring...