happywallrobot
Class HappyWallRobot

java.lang.Object
  extended by happywallrobot.VacuumRobotControl
      extended by happywallrobot.HappyWallRobot
All Implemented Interfaces:
basicrobotcontrol.DifferentialMotorController, java.lang.Runnable

public class HappyWallRobot
extends VacuumRobotControl
implements java.lang.Runnable

 

Constructor Summary
HappyWallRobot()
           
 
Method Summary
 void run()
           
 
Methods inherited from class happywallrobot.VacuumRobotControl
getControlPriority, getMotorSpeedLR, storeMainControl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HappyWallRobot

public HappyWallRobot()
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
Specified by:
run in class VacuumRobotControl