public class OperatorNavigationModule extends NavigationModule
activityModule, goalPositions, movementModel, observationModule, pathFinder, stuckDetector| Constructor and Description |
|---|
OperatorNavigationModule()
Creates a navigation module.
|
OperatorNavigationModule(java.util.List<Position> goalPositions)
Creates a navigation module.
|
| Modifier and Type | Method and Description |
|---|---|
void |
update(int timeStep)
Updates the updatable element.
|
getGoalPosition, getGoalPositions, getReachedGoal, handleStuckBehavior, init, isStuck, removeGoals, setGoal, setShortTermGoal, setShortTermGoals, updateReachedGoalspublic OperatorNavigationModule()
public OperatorNavigationModule(java.util.List<Position> goalPositions)
goalPositions - The goal positions.public void update(int timeStep)
Updatableupdate in interface Updatableupdate in class NavigationModuletimeStep - The time step of the simulation (in milliseconds).