Skip to content

Commit b7b25ba

Browse files
authored
Merge pull request #7422 from smix8/remove_agent_avoidance_4.x
2 parents 028a66a + faeb8eb commit b7b25ba

File tree

4 files changed

+1
-77
lines changed

4 files changed

+1
-77
lines changed

tutorials/navigation/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Navigation
1717
navigation_using_navigationobstacles
1818
navigation_using_navigationlinks
1919
navigation_using_navigationlayers
20-
navigation_using_agent_avoidance
2120
navigation_debug_tools
2221
navigation_connecting_navmesh
2322
navigation_different_actor_types

tutorials/navigation/navigation_using_agent_avoidance.rst

Lines changed: 0 additions & 72 deletions
This file was deleted.

tutorials/navigation/navigation_using_navigationagents.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,7 @@ There are some common user problems and important caveats to consider when writi
8989
NavigationAgent Avoidance
9090
-------------------------
9191

92-
This section explains how to use the built-in avoidance specific
93-
to NavigationAgent nodes. For general avoidance use and more technical details
94-
on agent avoidance system see :ref:`doc_navigation_using_agent_avoidance`.
92+
This section explains how to use the navigation avoidance specific to NavigationAgents.
9593

9694
In order for NavigationAgents to use the avoidance feature the ``enable_avoidance`` property must be set to ``true``.
9795

tutorials/navigation/navigation_using_navigationservers.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ If RVO avoidance agents are registered for avoidance callbacks the NavigationSer
170170
their ``safe_velocity`` signals just before the PhysicsServer synchronization.
171171

172172
To learn more about NavigationAgents see :ref:`doc_navigation_using_navigationagents`.
173-
To learn more about RVO Avoidance see :ref:`doc_navigation_using_agent_avoidance`.
174173

175174
The simplified order of execution for NavigationAgents that use avoidance:
176175

0 commit comments

Comments
 (0)