edu.columbia.cs.coms4701.agent.environments.robot.tools
Class RoombaRunner

java.lang.Object
  extended by edu.columbia.cs.coms4701.agent.environments.robot.RoombaRunner

public class RoombaRunner
extends java.lang.Object

Runs a single round of the Roomba environment, loading the agent program from the specified package, and loading the map from the specified text file.

Version:
0.1

User: aaron Date: Aug 28, 2006 Time: 4:16:10 PM

Author:
aaron@cs

Constructor Summary
RoombaRunner()
           
 
Method Summary
static void main(java.lang.String[] args)
          Run a single round of the Roomba environment.
static void showUsage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoombaRunner

public RoombaRunner()
Method Detail

main

public static void main(java.lang.String[] args)
Run a single round of the Roomba environment.

Usage: RoombaRunner [class]

Parameters:

Parameters:
args -

showUsage

public static void showUsage()