jAER project on SourceForge

ch.unizh.ini.jaer.projects.robothead.robotcontrol
Class ThrdHandleObstacle

java.lang.Object
  extended by ch.unizh.ini.jaer.projects.robothead.robotcontrol.ThrdHandleObstacle
All Implemented Interfaces:
java.lang.Runnable

public class ThrdHandleObstacle
extends java.lang.Object
implements java.lang.Runnable

This Thread is started if the robot drived against any obstacle. The Robot drives around the obstacle...

Author:
jaeckeld

Constructor Summary
ThrdHandleObstacle()
           
 
Method Summary
 void run()
          Creates a new instance of ThrdHandleObstacle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThrdHandleObstacle

public ThrdHandleObstacle()
Method Detail

run

public void run()
Creates a new instance of ThrdHandleObstacle

Specified by:
run in interface java.lang.Runnable

jAER project on SourceForge