Skip to content

Commit 06e8b01

Browse files
authored
Merge pull request #11042 from charjr/correct-navigationagent-property
Correct NavigationAgent property name
2 parents de83a7f + 19735c9 commit 06e8b01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/navigation/navigation_using_navigationagents.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ NavigationAgent Avoidance
9191

9292
This section explains how to use the navigation avoidance specific to NavigationAgents.
9393

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``.
9595

9696
.. image:: img/agent_avoidance_enabled.png
9797

@@ -137,7 +137,7 @@ NavigationObstacles can be used to add some environment constrains to the avoida
137137
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.
138138
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.
139139

140-
Using the NavigationAgent ``enable_avoidance`` property is the preferred option
140+
Using the NavigationAgent ``avoidance_enabled`` property is the preferred option
141141
to toggle avoidance. The following code snippets can be used to
142142
toggle avoidance on agents, create or delete avoidance callbacks or switch avoidance modes.
143143

0 commit comments

Comments
 (0)