edu.columbia.cs.coms4701.agent.environments.robot
Interface RobotPositionPercept

All Superinterfaces:
AgentPercept, RobotPercept
All Known Implementing Classes:
RoombaPositionPercept

public interface RobotPositionPercept
extends RobotPercept

A percept indication to your agent program the location of the robot in the room.

This is valuable information -- use it wisely! :)

Version:
0.1

User: aaron Date: Aug 25, 2006 Time: 1:57:28 PM

Author:
aaron@cs

Method Summary
 DiscretePoint2D getLocation()
          Returns the current position, in a 2-dimensional lattice of integers, of the robot.
 

Method Detail

getLocation

DiscretePoint2D getLocation()
Returns the current position, in a 2-dimensional lattice of integers, of the robot.

Returns:
location of the robot in the room, as a 2-component vector.