Uses of Interface
tfg.navigation.Pilot

Packages that use Pilot
tfg.navigation   
 

Uses of Pilot in tfg.navigation
 

Classes in tfg.navigation that implement Pilot
 class TachoPilot
          The TachoPilot class is a software abstraction of the Pilot mechanism of a NXT robot.
 

Fields in tfg.navigation declared as Pilot
 Pilot SimpleNavigator._pilot
           
 

Methods in tfg.navigation that return Pilot
 Pilot SimpleNavigator.getPilot()
           
 

Constructors in tfg.navigation with parameters of type Pilot
SimpleNavigator(Pilot pilot)
          Allocates a SimpleNavigator with the Pilot that you supply The x and y coordinate values and the direction angle are all initialized to 0, so if the first move is forward() the robot will run along the x axis.