| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.ut2004.agent.navigation |
Navigation API for Unreal.
|
| cz.cuni.amis.pogamut.ut2004.bot.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
UT2004GetBackToNavGraph
This class is meant to provide easy "get-back-to-navigation-graph-in-order-I-can-safely-navigate-through-map"
implementation.
|
| Modifier and Type | Field and Description |
|---|---|
protected IUT2004GetBackToNavGraph |
UT2004Navigation.getBackToNavGraph
UT2004GetBackToNavGraph for returning bot back to the navigation graph.
|
| Modifier and Type | Method and Description |
|---|---|
IUT2004GetBackToNavGraph |
UT2004Navigation.getBackToNavGraph() |
IUT2004GetBackToNavGraph |
IUT2004Navigation.getBackToNavGraph()
Returns underlying
IUT2004GetBackToNavGraph object that is being used by this IUT2004Navigation. |
| Constructor and Description |
|---|
UT2004Navigation(UT2004Bot bot,
IUT2004PathExecutor ut2004PathExecutor,
IPathPlanner<NavPoint> pathPlanner,
IUT2004GetBackToNavGraph getBackOnPath,
IUT2004RunStraight runStraight)
Here you may specify any custom UT2004Navigation parts.
|
UT2004Navigation(UT2004Bot bot,
IUT2004PathExecutor ut2004PathExecutor,
IPathPlanner<NavPoint> pathPlanner,
IUT2004GetBackToNavGraph getBackOnPath,
IUT2004RunStraight runStraight,
double extendPathThreshold)
Here you may specify any custom UT2004Navigation parts.
|
| Modifier and Type | Field and Description |
|---|---|
protected IUT2004GetBackToNavGraph |
UT2004BotModuleController.getBackToNavGraph
Navigation helper that is able to get your bot back to the nearest navigation graph so you can use
UT2004BotModuleController.navigation
without fear of catastrophe. |
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.