User Tools

Site Tools


marvin:ecp4

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
marvin:ecp4 [2009/01/29 10:18] devamarvin:ecp4 [2009/01/29 10:57] rieper
Line 10: Line 10:
  
 =====Project Goal===== =====Project Goal=====
-Make the robot drive autonomous, avoiding obstacles, using a behaviour model.+Make the robot drive autonomously, avoiding obstacles by means of a behaviour model.
  
 =====Plan===== =====Plan=====
Line 57: Line 57:
     // Clone the Behavior list.     // Clone the Behavior list.
     this.behaviors = new ArrayList();     this.behaviors = new ArrayList();
 +
     for(int i = 0; i < behaviors.size(); i++) {     for(int i = 0; i < behaviors.size(); i++) {
       Behavior b = (Behavior)behaviors.get(i);       Behavior b = (Behavior)behaviors.get(i);
marvin/ecp4.txt · Last modified: 2009/01/29 11:00 by rieper