EDU.gatech.cc.is.clay
Class v_OurGoal_r

java.lang.Object
  |
  +--EDU.gatech.cc.is.clay.Node
        |
        +--EDU.gatech.cc.is.clay.NodeVec2
              |
              +--EDU.gatech.cc.is.clay.v_OurGoal_r

public class v_OurGoal_r
extends NodeVec2

Report the egocentric position of the defended goal for a soccer robot.

For detailed information on how to configure behaviors, see the Clay page.

Copyright (c)1997, 1998 Tucker Balch


Field Summary
static boolean DEBUG
          Turn debug printing on or off.
 
Fields inherited from class EDU.gatech.cc.is.clay.Node
DEBUG, embedded_nodes
 
Constructor Summary
v_OurGoal_r(GoalSensor ar)
          Instantiate a v_OurGoal_r schema.
 
Method Summary
 Vec2 Value(long timestamp)
          Return a Vec2 pointing from the center of the robot to the ball.
 
Methods inherited from class EDU.gatech.cc.is.clay.Node
initTrial
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG

public static final boolean DEBUG
Turn debug printing on or off.
Constructor Detail

v_OurGoal_r

public v_OurGoal_r(GoalSensor ar)
Instantiate a v_OurGoal_r schema.
Parameters:
ar - GoalSensor, the abstract_robot object that provides hardware support.
Method Detail

Value

public Vec2 Value(long timestamp)
Return a Vec2 pointing from the center of the robot to the ball.
Overrides:
Value in class NodeVec2
Parameters:
timestamp - long, only get new information if timestamp > than last call or timestamp == -1.
Returns:
the sensed ball