RVO2-3D Library Documentation
Author
Jur van den Berg, Stephen J. Guy, Jamie Snape, Ming C. Lin, and Dinesh Manocha
Version
v1.0.1

RVO2-3D Library is an easy-to-use C++ implementation of the Optimal Reciprocal Collision Avoidance (ORCA) formulation for multi-agent simulation in three dimensions. RVO2-3D Library automatically uses parallelism for computing the motion of the agents if your machine has multiple processors and your compiler supports OpenMP.

Please follow the following steps to install and use the library.

See the documentation of the RVO::RVOSimulator class for an exhaustive list of public functions of RVO2-3D Library.

Documentation for other versions of the library:

Return to the RVO2 Library Home Page.