Skip to content

chengji253/RVO2-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Optimal Reciprocal Collision Avoidance

ORCA is a classic multi-robot collision avoidance method, but the official C++ code is not very convenient for debugging and porting. Therefore, we have developed a Python version of the ORCA implementation.

This code is written strictly in accordance with the official author's code, ensuring its correctness and reliability.

Features

  • Strictly follows the algorithm logic of the official C++ version, ensuring correctness
  • Python implementation, easy to debug and port
  • Simple API, convenient for third-party application integration
  • Supports collision avoidance simulation for multi-robot scenarios
circle.mp4
blocks.mp4
roadmap.mp4

Official C++ version

https://github.com/snape/RVO2

License

The project is open-sourced under the MIT License.

About

Optimal Reciprocal Collision Avoidance (ORCA) - velocity obstacle

Resources

Stars

64 stars

Watchers

6 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages