コード例 #1
0
 AttackerPlannerBehaviour()
 {
     RobotPlanner = new AttackerPlanner();
 }
コード例 #2
0
ファイル: RobotPlanner.cs プロジェクト: Meilu/robosoccer3d
 /// <summary>
 /// This is the event handler that is called whenever a property of an object of interest changes.
 /// Here we will determine the action we need to take based on the new state of the visionstatus
 /// </summary>
 private void ObjectOfInterestPropertyChangeHandler(object sender, EventArgs args)
 {
     RobotPlanner.DetermineRobotActionForCurrentSensors();
 }