Python-RVO2
Python-RVO2 copied to clipboard
Adds a clearAgents() method
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 static obstacles to be re-calculated.
Being that this functionality applies only to specific situations, feel free to ignore this PR.