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.
-
map
- A complete description of the game arena, including the robots
and walls.
-
selfInfo
-
Information about the robot position and orientation,
among others
-
stimuli
- Various inputs for the robot, see the Stimuli class.
-
Feedback(RobotInfo, ReadOnlyMap)
-
stimuli
public Stimuli stimuli
- Various inputs for the robot, see the Stimuli class.
selfInfo
public RobotInfo selfInfo
- Information about the robot position and orientation,
among others
map
public ReadOnlyMap map
- A complete description of the game arena, including the robots
and walls.
Feedback
public Feedback(RobotInfo startupInfo,
ReadOnlyMap myMap)
All Packages Class Hierarchy This Package Previous Next Index