Uses of Interface
lejos.robotics.proposal.BasicPilot

Packages that use BasicPilot
lejos.robotics.proposal Support for maps 
 

Uses of BasicPilot in lejos.robotics.proposal
 

Subinterfaces of BasicPilot in lejos.robotics.proposal
 interface ArcPilot
          An enhanced Pilot that is capable of traveling in arcs.
 interface ArcRotatePilot
           
 interface RotatePilot
           
 

Classes in lejos.robotics.proposal that implement BasicPilot
 class CarefulDifferentialPilot
           
 class DifferentialPilot
          The DifferentialPilot class is a software abstraction of the Pilot mechanism of a NXT robot.
 class SteeringPilot
          The SteeringPilot uses a similar steering mechanism to a car.