All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JavaBotHard.JavaBotHard

java.lang.Object
   |
   +----JavaBotHard.JavaBotHard

public class JavaBotHard
extends Object
Runs a control system on a Nomad 150 (and soon other hardware). It intializes the robot, then calls the control system periodically to drive the robot.

To run this program, first ensure you are in the correct directory (where the JavaBotHard.class file is), then type "java JavaBotHard".

Copyright (c)1997, 1998 Tucker Balch

Version:
$Revision: 1.10 $
Author:
Tucker Balch
See Also:
CommN150Hard

Constructor Index

 o JavaBotHard()

Method Index

 o main(String[])
Main for JavaBotHard.

Constructors

 o JavaBotHard
 public JavaBotHard()

Methods

 o main
 public static void main(String args[])
Main for JavaBotHard.


All Packages  Class Hierarchy  This Package  Previous  Next  Index