All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ch.jp.robwar.Feedback

java.lang.Object
   |
   +----ch.jp.robwar.Feedback

public class Feedback
extends Object
implements Serializable
This is the information the robot brain receives. Note that the map also contains helper functions to check for intersections and the like.


Variable Index

 o map
A complete description of the game arena, including the robots and walls.
 o selfInfo
Information about the robot position and orientation, among others
 o stimuli
Various inputs for the robot, see the Stimuli class.

Constructor Index

 o Feedback(RobotInfo, ReadOnlyMap)

Variables

 o stimuli
 public Stimuli stimuli
Various inputs for the robot, see the Stimuli class.

 o selfInfo
 public RobotInfo selfInfo
Information about the robot position and orientation, among others

 o map
 public ReadOnlyMap map
A complete description of the game arena, including the robots and walls.

Constructors

 o Feedback
 public Feedback(RobotInfo startupInfo,
                 ReadOnlyMap myMap)

All Packages  Class Hierarchy  This Package  Previous  Next  Index