|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Classes | |
---|---|
lejos.robotics.navigation.CompassPilot
This class will disappear in NXJ version 1.0. Compass should be added to a PoseProvider. |
|
lejos.robotics.navigation.LegacyNavigator
This class will disappear in NXJ version 1.0. Use a PathController instead. |
|
lejos.robotics.navigation.LegacyPilot
This class will disappear in NXJ version 1.0. Use an implementing class of MoveController instead. |
Deprecated Fields | |
---|---|
lejos.robotics.navigation.DifferentialPilot._left
Access to this field will be private in NXJ version 1.0 when the CompassPilot is removed. |
|
lejos.robotics.navigation.DifferentialPilot._leftDegPerDistance
Access to this field will be private in NXJ version 1.0 when the CompassPilot is removed. |
|
lejos.robotics.navigation.DifferentialPilot._outside
Access to this field will be private in NXJ version 1.0 when the CompassPilot is removed. |
|
lejos.robotics.navigation.DifferentialPilot._right
Access to this field will be private in NXJ version 1.0 when the CompassPilot is removed. |
|
lejos.robotics.navigation.DifferentialPilot._rightDegPerDistance
Access to this field will be private in NXJ version 1.0 when the CompassPilot is removed. |
|
lejos.robotics.navigation.DifferentialPilot._type
Access to this field will be private in NXJ version 1.0 when the CompassPilot is removed. |
|
java.lang.Integer.MAX_RADIX
use constant in Character |
|
java.lang.Integer.MIN_RADIX
use constant in Character |
|
lejos.nxt.SensorPort.PORTS
use SensorPort.getInstance(int) instead. |
Deprecated Constructors | |
---|---|
java.util.ArrayList(E[])
not in JDK |
|
java.io.BufferedWriter(OutputStream)
use OutputStreamWriter instead. |
|
lejos.robotics.navigation.LegacyNavigator(float, float, RegulatedMotor, RegulatedMotor)
The correct way is to create the Pilot in advance and to use that in construction of the LegacyNavigator. Otherwise the LegacyNavigator needs to know detail it should not care about! |
|
lejos.robotics.navigation.LegacyNavigator(float, float, RegulatedMotor, RegulatedMotor, boolean)
The correct way is to create the Pilot in advance and to use that in construction of the LegacyNavigator. Otherwise the LegacyNavigator needs to know detail it should not care about! |
|
java.lang.String(byte[], int)
|
|
java.lang.String(byte[], int, int, int)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |