Uses of Interface
lejos.robotics.proposal.ArcPilot

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

Uses of ArcPilot in lejos.robotics.proposal
 

Subinterfaces of ArcPilot in lejos.robotics.proposal
 interface ArcRotatePilot
           
 

Classes in lejos.robotics.proposal that implement ArcPilot
 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.
 

Methods in lejos.robotics.proposal that return ArcPilot
 ArcPilot ArcPoseController.getPilot()
           
 ArcPilot PoseController.getPilot()
          Note: There is no corresponding setPilot() method because the type of robot vehicle could not change after the program starts, unless it was physically a transformer robot.
 

Constructors in lejos.robotics.proposal with parameters of type ArcPilot
ArcPoseController(ArcPilot pilot, PoseProvider poseProvider)