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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ NavigationAgent Avoidance
91
91
92
92
This section explains how to use the navigation avoidance specific to NavigationAgents.
93
93
94
-
In order for NavigationAgents to use the avoidance feature the ``enable_avoidance`` property must be set to ``true``.
94
+
In order for NavigationAgents to use the avoidance feature the ``avoidance_enabled`` property must be set to ``true``.
95
95
96
96
.. image:: img/agent_avoidance_enabled.png
97
97
@@ -137,7 +137,7 @@ NavigationObstacles can be used to add some environment constrains to the avoida
137
137
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.
138
138
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.
139
139
140
-
Using the NavigationAgent ``enable_avoidance`` property is the preferred option
140
+
Using the NavigationAgent ``avoidance_enabled`` property is the preferred option
141
141
to toggle avoidance. The following code snippets can be used to
142
142
toggle avoidance on agents, create or delete avoidance callbacks or switch avoidance modes.
0 commit comments