You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/navigation/navigation_using_navigationagents.rst
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,6 +131,11 @@ NavigationObstacles can be used to add some environment constrains to the avoida
131
131
132
132
Avoidance does not affect the pathfinding. It should be seen as an additional option for constantly moving objects that cannot be (re)baked to a navigation mesh efficiently in order to move around them.
133
133
134
+
.. note::
135
+
136
+
RVO avoidance makes implicit assumptions about natural agent behavior. E.g. that agents move on reasonable passing sides that can be assigned when they encounter each other.
137
+
This means that very clinical avoidance test scenarios will commonly fail. E.g. agents moved directly against each other with perfect opposite velocities will fail because the agents can not get their passing sides assigned.
138
+
134
139
Using the NavigationAgent ``enable_avoidance`` property is the preferred option
135
140
to toggle avoidance. The following code snippets can be used to
136
141
toggle avoidance on agents, create or delete avoidance callbacks or switch avoidance modes.
0 commit comments