sybrenstuvel / Python-RVO2

Optimal Reciprocal Collision Avoidance, Python bindings
Apache License 2.0
189 stars 62 forks source link

'setAgentCollabCoeff' attribute error #32

Open HzcIrving opened 2 years ago

HzcIrving commented 2 years ago

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 'setAgentCollabCoeff' I hope u can help me to solve this issue . Thank u so much ..

zhangcj13 commented 1 year ago

@HzcIrving did you solve it ? I have the same problem when using https://github.com/mit-acl/gym-collision-avoidance with Python-RVO2