A B C D E F G H I J K L M N O P R S T U V W X Y Z _

A

A - Variable in class lejos.nxt.addon.PFMate
 
A - Variable in class lejos.nxt.addon.RCXLink
 
A - Variable in class lejos.nxt.addon.RCXMotorMultiplexer
 
A - Static variable in class lejos.nxt.Motor
Motor A.
A - Static variable in class lejos.nxt.MotorPort
 
actionPerformed(ActionEvent) - Method in class lejos.pc.comm.MCLFrame
Process buttons
actionPerformed(ActionEvent) - Method in class lejos.pc.comm.RemoteFrame
Process buttons
activate() - Method in class lejos.nxt.addon.RCXLightSensor
Deprecated. Use RCXLightSensor.setFloodlight(boolean) with true instead
activate() - Method in interface lejos.nxt.LegacySensorPort
 
activate() - Method in class lejos.nxt.SensorPort
Activate an RCX Light Sensor
addDCMotor(int, String) - Method in class lejos.nxt.addon.LSC
Method to add a DC Motor
addDCMotor(int, String, int, int, int, int) - Method in class lejos.nxt.addon.LSC
Method to add a DC Motor
addLogListener(NXTCommLogListener) - Method in class lejos.pc.comm.NXTCommLoggable
register log listener
addLogListener(NXTCommLogListener) - Method in class lejos.pc.comm.NXTConnectionManager
register log listener
addLSC(int) - Method in class lejos.nxt.addon.NXTe
Add a LSC, Lattebox Servo Controller
addMoveListener(MoveListener) - Method in interface lejos.robotics.MovementProvider
Adds a MoveListener that will be notified of all movement events.
addMoveListener(MoveListener) - Method in class lejos.robotics.proposal.DifferentialPilot
 
addMoveListener(MoveListener) - Method in class lejos.robotics.proposal.SteeringPilot
 
address - Variable in class lejos.nxt.I2CSensor
 
addServo(int, String) - Method in class lejos.nxt.addon.LSC
Method to add a RC servo to current LSC
addServo(int, String, int, int) - Method in class lejos.nxt.addon.LSC
Method to add a RC servo to current LSC
ADSensorPort - Interface in lejos.nxt
An abstraction for a port that supports Analog/Digital sensors.
ALL_PROTOCOLS - Static variable in class lejos.pc.comm.NXTCommFactory
 
allChannelsOff() - Method in class lejos.nxt.addon.RCXSensorMultiplexer
Turns off all channels
ALWAYS_ACTIVE - Static variable in interface lejos.nxt.I2CPort
 
ANGLE - Static variable in interface lejos.nxt.remote.NXTProtocol
 
ANGLESTEPSMODE - Static variable in interface lejos.nxt.remote.NXTProtocol
 
angleTo(float, float) - Method in class lejos.robotics.navigation.SimpleNavigator
Returns the angle from robot current location to the point with coordinates x,y
angleTo(Point) - Method in class lejos.robotics.Pose
Calculates the absolute angle to destination from the current location of the pose
angleTurned - Variable in class lejos.robotics.Movement
 
APPEND_NOT_POSSIBLE - Static variable in interface lejos.nxt.remote.ErrorMessages
 
applyMove(Movement, float, float) - Method in class lejos.robotics.localization.MCLParticle
Apply the robot's move to the particle with a bit of random noise.
applyMove(Movement) - Method in class lejos.robotics.localization.MCLParticleSet
Apply a move to each particle
arc(float) - Method in interface lejos.robotics.navigation.Pilot
Starts the NXT robot moving along an arc with a specified radius.
arc(float, float) - Method in interface lejos.robotics.navigation.Pilot
Moves the NXT robot along an arc with a specified radius and angle, after which the robot stops moving.
arc(float, float, boolean) - Method in interface lejos.robotics.navigation.Pilot
Moves the NXT robot along an arc with a specified radius and angle, after which the robot stops moving.
arc(float) - Method in class lejos.robotics.navigation.SimpleNavigator
Starts the NXT robot moving in a circular path with a specified radius;
The center of the turning circle is on the left side of the robot if parameter radius is positive and on the right if negative.
arc(float, int) - Method in class lejos.robotics.navigation.SimpleNavigator
Moves the NXT robot in a circular arc through the specified angle;
The center of the turning circle is on the left side of the robot if parameter radius is positive and on the right if negative.
arc(float, int, boolean) - Method in class lejos.robotics.navigation.SimpleNavigator
Moves the NXT robot in a circular arc through a specific angle;
The center of the turning circle is on the left side of the robot if parameter radius is positive and on the right if negative.
arc(float) - Method in class lejos.robotics.navigation.TachoPilot
 
arc(float, float) - Method in class lejos.robotics.navigation.TachoPilot
 
arc(float, float, boolean) - Method in class lejos.robotics.navigation.TachoPilot
 
arc(float) - Method in interface lejos.robotics.proposal.ArcPilot
Starts the NXT robot moving along an arc with a specified radius.
arc(float, float) - Method in interface lejos.robotics.proposal.ArcPilot
Moves the NXT robot along an arc with a specified radius and angle, after which the robot stops moving.
arc(float, float, boolean) - Method in interface lejos.robotics.proposal.ArcPilot
Moves the NXT robot along an arc with a specified radius and angle, after which the robot stops moving.
arc(float) - Method in class lejos.robotics.proposal.DifferentialPilot
 
arc(float, float) - Method in class lejos.robotics.proposal.DifferentialPilot
 
arc(float, float, boolean) - Method in class lejos.robotics.proposal.DifferentialPilot
 
arc(float) - Method in class lejos.robotics.proposal.SteeringPilot
 
arc(float, float) - Method in class lejos.robotics.proposal.SteeringPilot
 
arc(float, float, boolean) - Method in class lejos.robotics.proposal.SteeringPilot
 
ArcPilot - Interface in lejos.robotics.proposal
An enhanced Pilot that is capable of traveling in arcs.
ArcPoseController - Class in lejos.robotics.proposal
This class directs a pilot from the current known coordinates to a destination set of coordinates.
ArcPoseController(ArcPilot, PoseProvider) - Constructor for class lejos.robotics.proposal.ArcPoseController
 
arcRadius - Variable in class lejos.robotics.Movement
 
ArcRotatePilot - Interface in lejos.robotics.proposal
 
arcUpdate(float, float) - Method in class lejos.robotics.Pose
Sets the pose locatin and heading to the currect values resulting from travel in a circular arc.
arrayLeftDivide(Matrix) - Method in class lejos.util.Matrix
Element-by-element left division, C = A.\B
arrayLeftDivideEquals(Matrix) - Method in class lejos.util.Matrix
Element-by-element left division in place, A = A.\B
arrayRightDivide(Matrix) - Method in class lejos.util.Matrix
Element-by-element right division, C = A./B
arrayRightDivideEquals(Matrix) - Method in class lejos.util.Matrix
Element-by-element right division in place, A = A./B
arrayTimes(Matrix) - Method in class lejos.util.Matrix
Element-by-element multiplication, C = A.*B
arrayTimesEquals(Matrix) - Method in class lejos.util.Matrix
 
arrMotorLoad - Static variable in class lejos.nxt.addon.LMotor
 
arrMotorUnload - Static variable in class lejos.nxt.addon.LMotor
 
AsciizCodec - Class in lejos.nxt.remote
Methods to encode and decode ASCIIZ.
ATTEMPTED_TO_ACCESS_INVALID_FIELD_OF_A_STRUCTURE - Static variable in interface lejos.nxt.remote.ErrorMessages
 
available() - Method in interface lejos.pc.comm.NXTComm
Request the number of bytes available to read.
available() - Method in class lejos.pc.comm.NXTCommBluecove
 
available() - Method in class lejos.pc.comm.NXTCommBluez
 
available() - Method in class lejos.pc.comm.NXTCommInputStream
returns the number of bytes in the input buffer - can be read without blocking
available() - Method in class lejos.pc.comm.NXTCommUSB
The number of bytes that can be read without blocking.

B

B - Variable in class lejos.nxt.addon.PFMate
 
B - Variable in class lejos.nxt.addon.RCXLink
 
B - Variable in class lejos.nxt.addon.RCXMotorMultiplexer
 
B - Static variable in class lejos.nxt.Motor
Motor B.
B - Static variable in class lejos.nxt.MotorPort
 
backward() - Method in class lejos.nxt.addon.LServo
Classic backward method for continous RC Servos
backward() - Method in class lejos.nxt.addon.PFMateMotor
Runs the motor backward
backward(int) - Method in class lejos.nxt.addon.RCXLink
 
backward() - Method in class lejos.nxt.BasicMotor
Causes motor to rotate backwards.
backward() - Method in class lejos.nxt.remote.RemoteMotor
 
backward() - Method in interface lejos.robotics.DCMotor
Causes motor to rotate backwards until stop is called.
backward() - Method in interface lejos.robotics.navigation.Pilot
Starts the NXT robot moving backward .
backward() - Method in class lejos.robotics.navigation.SimpleNavigator
 
backward() - Method in class lejos.robotics.navigation.TachoPilot
Moves the NXT robot backward until stop() is called.
backward() - Method in interface lejos.robotics.proposal.BasicPilot
Starts the NXT robot moving backwards.
backward() - Method in class lejos.robotics.proposal.DifferentialPilot
Moves the NXT robot backward until stop() is called.
backward() - Method in class lejos.robotics.proposal.SteeringPilot
 
backwardStep(int) - Method in class lejos.nxt.addon.RCXLink
 
BAD_ARGUMENTS - Static variable in interface lejos.nxt.remote.ErrorMessages
 
BAD_INPUT_OR_OUTPUT_SPECIFIED - Static variable in interface lejos.nxt.remote.ErrorMessages
 
BasicMotor - Class in lejos.nxt
An abstraction for a motor without a tachometer, such as an RCX motor.
BasicMotor() - Constructor for class lejos.nxt.BasicMotor
 
BasicMotorPort - Interface in lejos.nxt
An abstraction for a motor port that supports RCX type motors, but not NXT motors with tachometers.
BasicPilot - Interface in lejos.robotics.proposal
 
BasicSensorPort - Interface in lejos.nxt
An abstraction for a sensor port that supports setting and retrieving types and modes of sensors.
Battery - Class in lejos.nxt
Battery class that supports remote execution.
BEEP - Static variable in class lejos.nxt.addon.RCXLink
NOTE: The BEEP macro is unreliable.
beep() - Method in class lejos.nxt.addon.RCXLink
 
BLACK - Static variable in class lejos.robotics.Colors
Colors used as the output value when in full mode.
BLANK - Static variable in class lejos.nxt.I2CSensor
 
blockTachoCount - Variable in class lejos.nxt.remote.OutputState
 
BLUE - Static variable in class lejos.robotics.Colors
 
BLUETOOTH - Static variable in class lejos.pc.comm.NXTCommFactory
 
bluetoothAddress - Variable in class lejos.nxt.remote.DeviceInfo
 
BlueZException - Exception in lejos.pc.comm
Exception thrown by the jbluez library.
BlueZException() - Constructor for exception lejos.pc.comm.BlueZException
 
BlueZException(String) - Constructor for exception lejos.pc.comm.BlueZException
 
BOOLEANMODE - Static variable in interface lejos.nxt.remote.NXTProtocol
 
boot() - Method in class lejos.nxt.remote.NXTCommand
Put the NXT into SAMBA mode, ready to update the firmware
BOOT - Static variable in interface lejos.nxt.remote.NXTProtocol
 
BRAKE - Static variable in interface lejos.nxt.remote.NXTProtocol
Use run/brake instead of run/float in PWM
bytesAvailable() - Method in class lejos.nxt.addon.RCXLink
 

C

C - Variable in class lejos.nxt.addon.RCXLink
 
C - Variable in class lejos.nxt.addon.RCXMotorMultiplexer
 
C - Static variable in class lejos.nxt.Motor
Motor C.
C - Static variable in class lejos.nxt.MotorPort
 
calculateWeight(RangeReadings, RangeMap, float) - Method in class lejos.robotics.localization.MCLParticle
Calculate the weight for this particle by comparing its readings with the robot's readings
calculateWeights(RangeReadings, RangeMap) - Method in class lejos.robotics.localization.MCLParticleSet
Calculate the weight for each particle
calibrate() - Method in class lejos.nxt.addon.LSC
This method check LSC connected with NXTe Currently I am debugging
calibrate() - Method in class lejos.robotics.navigation.CompassPilot
Rotates the robot 360 degrees while calibrating the compass resets compass zero to heading at end of calibration
calibratedValue - Variable in class lejos.nxt.remote.InputValues
Currently unused.
calibrateHigh() - Method in class lejos.nxt.addon.RCXLightSensor
call this method when the light sensor is reading the high value - used by readValue
calibrateHigh() - Method in class lejos.nxt.ColorLightSensor
call this method when the light sensor is reading the high value - used by readValue
calibrateHigh() - Method in class lejos.nxt.LightSensor
call this method when the light sensor is reading the high value - used by readValue
calibrateLow() - Method in class lejos.nxt.addon.RCXLightSensor
call this method when the light sensor is reading the low value - used by readValue
calibrateLow() - Method in class lejos.nxt.ColorLightSensor
call this method when the light sensor is reading the low value - used by readValue
calibrateLow() - Method in class lejos.nxt.LightSensor
call this method when the light sensor is reading the low value - used by readValue
capture() - Method in class lejos.nxt.UltrasonicSensor
Set capture mode Set the sensor into capture mode.
CarefulDifferentialPilot - Class in lejos.robotics.proposal
 
CarefulDifferentialPilot(RangeFinder, float, float, float, TachoMotor, TachoMotor, boolean) - Constructor for class lejos.robotics.proposal.CarefulDifferentialPilot
 
CELSIUSMODE - Static variable in interface lejos.nxt.remote.NXTProtocol
 
checkValidity(Pose) - Method in class lejos.robotics.proposal.WayPoint
Check that the given pose satisfies the conditions for this way point
clear(Graphics) - Method in class lejos.pc.comm.RemoteFrame
Clear the panel
clone() - Method in class lejos.util.Matrix
Clone the Matrix object.
close() - Method in class lejos.nxt.rcxcomm.PacketHandler
Close this packet handler and all lower layers.
close() - Method in class lejos.nxt.rcxcomm.RCXAbstractPort
Closes this RCXPort, stopping the Listener thread.
close() - Method in class lejos.nxt.remote.NXTCommand
Call the close() command when your program ends, otherwise you will have to turn the NXT brick off/on before you run another program.
close() - Method in interface lejos.nxt.remote.NXTCommRequest
Close the connection
CLOSE - Static variable in interface lejos.nxt.remote.NXTProtocol
 
close() - Method in class lejos.pc.comm.NXTCommBluecove
 
close() - Method in class lejos.pc.comm.NXTCommBluez
 
close() - Method in class lejos.pc.comm.NXTCommInputStream
Close the stream
close() - Method in class lejos.pc.comm.NXTCommUSB
Close the current device.
close() - Method in class lejos.pc.comm.NXTConnector
Close the connection
close() - Method in class lejos.pc.comm.NXTSamba
Close the device.
closeAll() - Method in class lejos.pc.comm.NXTConnectionManager
 
closeFile(byte) - Method in class lejos.nxt.remote.NXTCommand
Closes an open file.
COLOR - Static variable in class lejos.nxt.addon.NXTCam
Used by sortBy() to choose sorting criteria based on color id (ordered 0 to 7).
ColorDetector - Interface in lejos.robotics
 
ColorLightSensor - Class in lejos.nxt
LEGO Color Sensor driver.
ColorLightSensor(SensorPort, int) - Constructor for class lejos.nxt.ColorLightSensor
Create a new Color Sensor instance and bind it to a port.
colorMap - Variable in class lejos.nxt.ColorLightSensor
 
Colors - Class in lejos.robotics
Values for standard Lego colors.
Colors() - Constructor for class lejos.robotics.Colors
 
Colors.Color - Enum in lejos.robotics
 
ColorSensor - Class in lejos.nxt.addon
HiTechnic color sensor.
www.hitechnic.com
ColorSensor(I2CPort) - Constructor for class lejos.nxt.addon.ColorSensor
 
COMBO_CH1_A_FORWARD_B_FORWARD - Static variable in class lejos.nxt.addon.PFLink
 
COMBO_CH1_A_FORWARD_B_REVERSE - Static variable in class lejos.nxt.addon.PFLink
 
COMBO_CH1_A_REVERSE_B_FORWARD - Static variable in class lejos.nxt.addon.PFLink
 
COMBO_CH1_A_REVERSE_B_REVERSE - Static variable in class lejos.nxt.addon.PFLink
 
COMBO_CH2_A_FORWARD_B_FORWARD - Static variable in class lejos.nxt.addon.PFLink
 
COMBO_CH2_A_FORWARD_B_REVERSE - Static variable in class lejos.nxt.addon.PFLink
 
COMBO_CH2_A_REVERSE_B_FORWARD - Static variable in class lejos.nxt.addon.PFLink
 
COMBO_CH2_A_REVERSE_B_REVERSE - Static variable in class lejos.nxt.addon.PFLink
 
COMBO_CH3_A_FORWARD_B_FORWARD - Static variable in class lejos.nxt.addon.PFLink
 
COMBO_CH3_A_FORWARD_B_REVERSE - Static variable in class lejos.nxt.addon.PFLink
 
COMBO_CH3_A_REVERSE_B_FORWARD - Static variable in class lejos.nxt.addon.PFLink
 
COMBO_CH3_A_REVERSE_B_REVERSE - Static variable in class lejos.nxt.addon.PFLink
 
COMBO_CH4_A_FORWARD_B_FORWARD - Static variable in class lejos.nxt.addon.PFLink
 
COMBO_CH4_A_FORWARD_B_REVERSE - Static variable in class lejos.nxt.addon.PFLink
 
COMBO_CH4_A_REVERSE_B_FORWARD - Static variable in class lejos.nxt.addon.PFLink
 
COMBO_CH4_A_REVERSE_B_REVERSE - Static variable in class lejos.nxt.addon.PFLink
 
COMMUNICATION_BUS_ERROR - Static variable in interface lejos.nxt.remote.ErrorMessages
 
compass - Variable in class lejos.robotics.navigation.CompassPilot
 
CompassPilot - Class in lejos.robotics.navigation
A Pilot that keeps track of direction using a CompassSensor.
CompassPilot(DirectionFinder, float, float, TachoMotor, TachoMotor) - Constructor for class lejos.robotics.navigation.CompassPilot
Allocates a CompasPilot object, and sets the physical parameters of the NXT robot.
CompassPilot(DirectionFinder, float, float, TachoMotor, TachoMotor, boolean) - Constructor for class lejos.robotics.navigation.CompassPilot
Allocates a CompasPilot object, and sets the physical parameters of the NXT robot.
CompassSensor - Class in lejos.nxt.addon
Abstraction for a HiTechnic or Mindsensors compass.
CompassSensor(I2CPort) - Constructor for class lejos.nxt.addon.CompassSensor
 
connect() - Method in class lejos.pc.comm.RemoteFrame
Connect to the NXT
connectionState - Variable in class lejos.pc.comm.NXTInfo
the present connection state of the NXT
connectTo() - Method in class lejos.pc.comm.NXTConnector
Connect to any NXT over any protocol in PACKET mode
connectTo(int) - Method in class lejos.pc.comm.NXTConnector
Connect to any NXT over any protocol specifying mode
connectTo(String, String, int) - Method in class lejos.pc.comm.NXTConnector
Connect to a specified NXT in packet mode
connectTo(String, String, int, int) - Method in class lejos.pc.comm.NXTConnector
Connect to a NXT
connectTo(NXTInfo, int) - Method in class lejos.pc.comm.NXTConnector
Connect to a NXT using a NXTInfo
connectTo(String, int) - Method in class lejos.pc.comm.NXTConnector
Connect to a device by URL
connectTo(String) - Method in class lejos.pc.comm.NXTConnector
Connect to a device by URL in packet mode
connectToBrick(NXTInfo) - Method in class lejos.pc.comm.NXTConnectionManager
connects to a NXT brick
constructWithCopy(double[][]) - Static method in class lejos.util.Matrix
Construct a matrix from a copy of a 2-D array.
continueMoving() - Method in class lejos.robotics.proposal.CarefulDifferentialPilot
 
continueMoving() - Method in class lejos.robotics.proposal.DifferentialPilot
This method can be overridden by subclasses to stop the robot if a hazard is detected
continuous() - Method in class lejos.nxt.UltrasonicSensor
Switch to continuous ping mode.
controlMotor(int, int) - Method in class lejos.nxt.addon.PFMotorPort
 
controlMotor(int, int) - Method in class lejos.nxt.addon.RCXPlexedMotorPort
 
controlMotor(int, int) - Method in class lejos.nxt.addon.RCXRemoteMotorPort
 
controlMotor(int, int) - Method in interface lejos.nxt.BasicMotorPort
 
controlMotor(int, int) - Method in class lejos.nxt.MotorPort
 
controlMotor(int, int) - Method in class lejos.nxt.remote.RemoteMotorPort
 
copy() - Method in class lejos.util.Matrix
Make a deep copy of a matrix
count - Variable in class lejos.nxt.addon.RCXRotationSensor
 
createButton(String) - Method in class lejos.pc.comm.RemoteFrame
 
createInputStream(int, int) - Method in class lejos.pc.comm.NXTSamba
 
createNXTComm(int) - Static method in class lejos.pc.comm.NXTCommFactory
Load a comms driver for a protocol (USB or Bluetooth)
CUSTOM - Static variable in class lejos.nxt.addon.OpticalDistanceSensor
Custom sensor
CUSTOM - Static variable in interface lejos.nxt.remote.NXTProtocol
 

D

D - Variable in class lejos.nxt.addon.RCXMotorMultiplexer
 
DATA_CONTAINS_OUT_OF_RANGE_VALUES - Static variable in interface lejos.nxt.remote.ErrorMessages
 
DCMotor - Interface in lejos.robotics
Interface for a regular DC motor with no encoder.
DeadReckonerPoseProvider - Class in lejos.robotics.proposal
A PoseProvider that keeps track of coordinates using dead reckoning, by monitoring Pilot movements.
DeadReckonerPoseProvider(MovementProvider) - Constructor for class lejos.robotics.proposal.DeadReckonerPoseProvider
Internally, the constructor listens to movements from the Pilot.
decode(byte[]) - Static method in class lejos.nxt.remote.AsciizCodec
Convert an ASCIIZ byte array to a string
defineAndRun(byte[], int) - Method in class lejos.nxt.addon.RCXLink
 
defineMacro(int, byte[]) - Method in class lejos.nxt.addon.RCXLink
 
defrag() - Method in class lejos.nxt.remote.NXTCommand
A NXJ extension to defrag the file system
DELAY - Static variable in class lejos.nxt.addon.RCXLink
 
Delay - Class in lejos.util
Simple collection of time delay routines that are non interruptable.
Delay() - Constructor for class lejos.util.Delay
 
delete(String) - Static method in class lejos.nxt.FileSystem
Delete a file from the NXT.
delete(String) - Method in class lejos.nxt.remote.NXTCommand
Delete a file on the NXT
DELETE - Static variable in interface lejos.nxt.remote.NXTProtocol
 
DELETE_USER_FLASH - Static variable in interface lejos.nxt.remote.NXTProtocol
 
deleteFlashMemory() - Static method in class lejos.nxt.NXT
Deletes all user programs and data in FLASH memory
deleteUserFlash() - Method in class lejos.nxt.remote.NXTCommand
Deletes user flash memory.
DestinationUnreachableException - Exception in lejos.robotics.proposal
 
DestinationUnreachableException() - Constructor for exception lejos.robotics.proposal.DestinationUnreachableException
 
det() - Method in class lejos.util.LUDecomposition
Determinant
deviceAddress - Variable in class lejos.pc.comm.NXTInfo
The device address.
deviceDiscovered(RemoteDevice, DeviceClass) - Method in class lejos.pc.comm.NXTCommBluecove
 
DeviceInfo - Class in lejos.nxt.remote
Represents a remote NXT accessed via LCP.
DeviceInfo() - Constructor for class lejos.nxt.remote.DeviceInfo
 
DifferentialPilot - Class in lejos.robotics.proposal
The DifferentialPilot class is a software abstraction of the Pilot mechanism of a NXT robot.
DifferentialPilot(float, float, TachoMotor, TachoMotor) - Constructor for class lejos.robotics.proposal.DifferentialPilot
Allocates a TachoPilot object, and sets the physical parameters of the NXT robot.
Assumes Motor.forward() causes the robot to move forward.
DifferentialPilot(float, float, TachoMotor, TachoMotor, boolean) - Constructor for class lejos.robotics.proposal.DifferentialPilot
Allocates a TachoPilot object, and sets the physical parameters of the NXT robot.
DifferentialPilot(float, float, float, TachoMotor, TachoMotor, boolean) - Constructor for class lejos.robotics.proposal.DifferentialPilot
Allocates a TachoPilot object, and sets the physical parameters of the NXT robot.
DIRECT_COMMAND_NOREPLY - Static variable in interface lejos.nxt.remote.NXTProtocol
 
DIRECT_COMMAND_REPLY - Static variable in interface lejos.nxt.remote.NXTProtocol
 
DirectionFinder - Interface in lejos.robotics
Abstraction for compasses and other devices than return the heading of a robot.
dis - Variable in class lejos.pc.comm.RemoteFrame
 
distanceTo(float, float) - Method in class lejos.robotics.navigation.SimpleNavigator
Returns the distance from robot current location to the point with coordinates x,y
distanceTo(Point) - Method in class lejos.robotics.Pose
Get the distance to the destination
distanceTraveled - Variable in class lejos.robotics.Movement
 
dos - Variable in class lejos.pc.comm.RemoteFrame
 
download(String) - Static method in class lejos.nxt.FileSystem
 
download(String, File) - Static method in class lejos.nxt.FileSystem
Download a file from the NXT and save it to a file.
download(String, String) - Static method in class lejos.nxt.FileSystem
Download a file from the NXT and save it to a local directory.
dumpClosest(RangeReadings, RangeMap, DataOutputStream, float, float) - Method in class lejos.robotics.localization.MCLParticleSet
Find the closest particle to specified coordinates and dump its details to a data output stream.
dumpEstimation(DataOutputStream) - Method in class lejos.robotics.localization.MCLParticleSet
Dump the serialized estimate of pose to a data output stream
dumpMap(DataOutputStream) - Method in class lejos.robotics.mapping.LineMap
Dump the map to a DataOutputStream
dumpParticles(DataOutputStream) - Method in class lejos.robotics.localization.MCLParticleSet
Serialize the particle set to a data output stream
dumpReadings(DataOutputStream) - Method in class lejos.robotics.RangeReadings
Dump the readings to a DataOutputStream

E

EEPROM_BUFFER - Static variable in class lejos.nxt.addon.RCXLink
 
ElevationPlatform - Interface in lejos.robotics
 
enableColorSensor() - Method in class lejos.nxt.SensorPort
 
enableTracking(boolean) - Method in class lejos.nxt.addon.NXTCam
 
encode(String) - Static method in class lejos.nxt.remote.AsciizCodec
Encode a string as ASCIIZ
Encoder - Interface in lejos.robotics
Abstraction for the tachometer built into NXT motors.
END_OF_FILE - Static variable in interface lejos.nxt.remote.ErrorMessages
 
END_OF_FILE_EXPECTED - Static variable in interface lejos.nxt.remote.ErrorMessages
 
EOPD - Class in lejos.nxt.addon
Supports HiTechnics EOPD (Electro Optical Proximity Detector) sensor.
This sensor is used to detect objects and small changes in distance to a target.
EOPD(ADSensorPort) - Constructor for class lejos.nxt.addon.EOPD
By default the sensor is short range.
EOPD(ADSensorPort, boolean) - Constructor for class lejos.nxt.addon.EOPD
 
error(String) - Method in class lejos.pc.comm.RemoteFrame
Print the error message and exit
ErrorMessages - Interface in lejos.nxt.remote
Error messages that can be returned after a call to the NXT brick.
exit(int) - Static method in class lejos.nxt.NXT
Close the connection to the NXT and exit
ExtendedPlatform - Class in lejos.robotics
 
ExtendedPlatform(TachoMotor, TachoMotor) - Constructor for class lejos.robotics.ExtendedPlatform
 
ExtendedPlatform(TachoMotor, boolean, TachoMotor, boolean) - Constructor for class lejos.robotics.ExtendedPlatform
 
ExtendedPlatform(TachoMotor, boolean, double, TachoMotor, boolean, double) - Constructor for class lejos.robotics.ExtendedPlatform
 

F

FAHRENHEITMODE - Static variable in interface lejos.nxt.remote.NXTProtocol
 
fetchString(byte, int) - Method in class lejos.nxt.addon.RFIDSensor
We over-ride the default implementation to ensure that the device is awake before we talk to it.
fetchString(int, int) - Method in class lejos.nxt.I2CSensor
Helper method for retrieving string constants using I2C protocol.
FILE_EXISTS - Static variable in interface lejos.nxt.remote.ErrorMessages
 
FILE_IS_BUSY - Static variable in interface lejos.nxt.remote.ErrorMessages
 
FILE_IS_FULL - Static variable in interface lejos.nxt.remote.ErrorMessages
 
FILE_NOT_FOUND - Static variable in interface lejos.nxt.remote.ErrorMessages
 
fileHandle - Variable in class lejos.nxt.remote.FileInfo
The handle for accessing the file.
FileInfo - Class in lejos.nxt.remote
Structure that gives information about a leJOS NXJ file.
FileInfo(String) - Constructor for class lejos.nxt.remote.FileInfo
 
fileName - Variable in class lejos.nxt.remote.FileInfo
The name of the file - up to 20 characters.
fileSize - Variable in class lejos.nxt.remote.FileInfo
The size of the file in bytes.
FileSystem - Class in lejos.nxt
Support for remote file operations
FIND_FIRST - Static variable in interface lejos.nxt.remote.NXTProtocol
 
FIND_NEXT - Static variable in interface lejos.nxt.remote.NXTProtocol
 
findClosest(float, float) - Method in class lejos.robotics.localization.MCLParticleSet
Find the index of the particle closest to a given co-ordinates.
findFirst(String) - Method in class lejos.nxt.remote.NXTCommand
Find the first file on the NXT.
findFirstNXJ(String) - Method in class lejos.nxt.remote.NXTCommand
Find the first file on the NXT.
findNext(byte) - Method in class lejos.nxt.remote.NXTCommand
Find the next file on the NXT
findNextNXJ(byte) - Method in class lejos.nxt.remote.NXTCommand
Find the next file on the NXT.
findRoute(Pose, Point) - Method in class lejos.robotics.proposal.MapPathFinder
 
findRoute(Pose, Pose) - Method in class lejos.robotics.proposal.MapPathFinder
 
findRoute(Pose, Point) - Method in interface lejos.robotics.proposal.PathFinder
 
findRoute(Pose, Pose) - Method in interface lejos.robotics.proposal.PathFinder
 
findRoute(Pose, Point) - Method in class lejos.robotics.proposal.SimplePathFinder
 
findRoute(Pose, Pose) - Method in class lejos.robotics.proposal.SimplePathFinder
 
FirmwareInfo - Class in lejos.nxt.remote
Firmware information for a remote NXT accessed via LCP.
FirmwareInfo() - Constructor for class lejos.nxt.remote.FirmwareInfo
 
firmwareVersion - Variable in class lejos.nxt.remote.FirmwareInfo
 
FLASH_BASE - Static variable in class lejos.pc.comm.NXTSamba
The NXT has 256KB Flash starting at 0x100000, divided into 256byte pages.
FLASH_MAX - Static variable in class lejos.pc.comm.NXTSamba
 
fLogListeners - Variable in class lejos.pc.comm.NXTCommLoggable
 
flt() - Method in class lejos.nxt.addon.PFMateMotor
Floats the motor
flt() - Method in class lejos.nxt.BasicMotor
Causes motor to float.
flt() - Method in class lejos.nxt.remote.RemoteMotor
 
flt() - Method in interface lejos.robotics.DCMotor
Motor loses all power, causing the rotor to float freely to a stop.
fltMotor(int) - Method in class lejos.nxt.addon.RCXLink
 
flush() - Method in class lejos.nxt.addon.RCXLink
 
flush() - Method in class lejos.pc.comm.NXTCommOutputStream
 
forward() - Method in class lejos.nxt.addon.LServo
Classic forward method for continous RC Servos
forward() - Method in class lejos.nxt.addon.PFMateMotor
Runs the motor forward
forward(int) - Method in class lejos.nxt.addon.RCXLink
 
forward() - Method in class lejos.nxt.BasicMotor
Causes motor to rotate forward.
forward() - Method in class lejos.nxt.remote.RemoteMotor
 
forward() - Method in interface lejos.robotics.DCMotor
Causes motor to rotate forward until stop is called.
forward() - Method in interface lejos.robotics.navigation.Pilot
Starts the NXT robot moving forward.
forward() - Method in class lejos.robotics.navigation.SimpleNavigator
 
forward() - Method in class lejos.robotics.navigation.TachoPilot
Moves the NXT robot forward until stop() is called.
forward() - Method in interface lejos.robotics.proposal.BasicPilot
Starts the NXT robot moving forward.
forward() - Method in class lejos.robotics.proposal.DifferentialPilot
Moves the NXT robot forward until stop() is called.
forward() - Method in class lejos.robotics.proposal.SteeringPilot
 
forwardStep(int) - Method in class lejos.nxt.addon.RCXLink
 
freeFlash - Variable in class lejos.nxt.remote.DeviceInfo
 

G

get(int, int) - Method in class lejos.util.Matrix
Get a single element.
GET_BATTERY_LEVEL - Static variable in interface lejos.nxt.remote.NXTProtocol
 
GET_CURRENT_PROGRAM_NAME - Static variable in interface lejos.nxt.remote.NXTProtocol
 
GET_DEVICE_INFO - Static variable in interface lejos.nxt.remote.NXTProtocol
 
GET_FIRMWARE_VERSION - Static variable in interface lejos.nxt.remote.NXTProtocol
 
GET_INPUT_VALUES - Static variable in interface lejos.nxt.remote.NXTProtocol
 
GET_OUTPUT_STATE - Static variable in interface lejos.nxt.remote.NXTProtocol
 
getAbsoluteDirection(Pose) - Method in interface lejos.robotics.RotationPlatform
Includes the direction of the pilot in the calculation of the real angle of the sensor (as opposed to the relative direction of the sensor) NOTE: There is no corresponding setAbsoluteDirection() method because the angle the Pilot would rotate to and the angle the sensor would rotate to would be ambiguous.
getAbsoluteDirection(Pose) - Method in class lejos.robotics.SimplePlatform
 
getAngle() - Method in class lejos.nxt.addon.LServo
Method to know the angle
getAngle() - Method in class lejos.nxt.addon.MServo
Return the angle used in last operation
getAngle() - Method in class lejos.robotics.navigation.CompassPilot
Returns the compass angle in degrees, Cartesian (increasing counter clockwise) i.e.
getAngle() - Method in interface lejos.robotics.navigation.Pilot
angle of rotation of the robot since last call to reset.
getAngle() - Method in class lejos.robotics.navigation.SimpleNavigator
gets the current robot pose
getAngle() - Method in class lejos.robotics.navigation.TachoPilot
 
getAngle() - Method in class lejos.robotics.proposal.DifferentialPilot
 
getAngle() - Method in class lejos.robotics.RangeReading
Get the angle of the range reading
getAngle(int) - Method in class lejos.robotics.RangeReadings
Get the angle of a specific reading
getAngleIncrement() - Method in class lejos.robotics.proposal.DifferentialPilot
 
getAngleIncrement() - Method in interface lejos.robotics.proposal.RotatePilot
 
getAngleTurned() - Method in class lejos.robotics.Movement
Get the angle turned by a rotate or an arc operation.
getArcRadius() - Method in class lejos.robotics.Movement
Get the radius of the arc
getArray() - Method in class lejos.util.Matrix
Access the internal two-dimensional array.
getArrayCopy() - Method in class lejos.util.Matrix
Copy the internal two-dimensional array.
getAverage() - Method in class lejos.nxt.addon.NXTLineLeader
Get the average value
getBattery() - Method in class lejos.nxt.addon.MSC
Read the battery voltage data from NXTServo module (in millivolts)
getBatteryLevel() - Method in class lejos.nxt.remote.NXTCommand
Get the battery reading
getBlockTacho() - Method in class lejos.nxt.remote.RemoteMotor
Deprecated.  
getBlueComponent() - Method in class lejos.nxt.addon.ColorSensor
Returns the blue saturation of the color.
getBlueComponent() - Method in class lejos.nxt.ColorLightSensor
 
getBlueComponent() - Method in interface lejos.robotics.ColorDetector
 
getBorder() - Method in class lejos.robotics.localization.MCLParticleSet
Get the border where particles should not be generated
getBoundingRect() - Method in class lejos.robotics.mapping.LineMap
Return the bounding rectangle of the mapped area
getBoundingRect() - Method in interface lejos.robotics.mapping.RangeMap
Get the bounding rectangle for the mapped area
getBrickName() - Static method in class lejos.nxt.NXT
Get the friendly name of the brick
getButtons() - Method in class lejos.nxt.addon.PSPNXController
Each bit in the short byte represents the boolean (pressed or not pressed) of a button.
getCalibrationData(byte[]) - Method in class lejos.nxt.UltrasonicSensor
Return 3 bytes of calibration data.
getCelcius() - Method in class lejos.nxt.addon.RCXTemperatureSensor
Convert sensor value to Celcius, value outside [-20;70] is not accurate
getChannel() - Method in class lejos.nxt.addon.PFMate
Returns the current IR channel in use by the PF Mate
getColor() - Method in class lejos.nxt.addon.ColorSensor
 
getColor() - Method in class lejos.nxt.ColorLightSensor
 
getColor() - Method in interface lejos.robotics.ColorDetector
Return the Red, Green and Blue values together in one array.
getColorIndexNumber() - Method in class lejos.nxt.addon.ColorSensor
Essentially the same as getColorNumber() but with a resolution of 6 bits.
getColorNumber() - Method in class lejos.nxt.addon.ColorSensor
Returns the color index detected by the sensor.
getColumnDimension() - Method in class lejos.util.Matrix
Get column dimension.
getColumnPackedCopy() - Method in class lejos.util.Matrix
Make a one-dimensional column packed copy of the internal array.
getCompass() - Method in class lejos.robotics.navigation.CompassPilot
Return the compass
getCompassHeading() - Method in class lejos.robotics.navigation.CompassPilot
Method returns the current compass heading
getContinuousInterval() - Method in class lejos.nxt.UltrasonicSensor
Return the interval used in continuous mode.
getCovariance() - Method in class lejos.util.KalmanFilter
 
getCurrentProgramName() - Static method in class lejos.nxt.FileSystem
Retrieves the file name of the Lego executable currently running on the NXT.
getCurrentProgramName() - Method in class lejos.nxt.remote.NXTCommand
Name of current running program.
getCurveCount() - Method in class lejos.nxt.addon.OpticalDistanceSensor
Gets the number of points that will be in the curve.
getData(int, byte[], int) - Method in class lejos.nxt.I2CSensor
Method for retrieving data values from the sensor.
getData(int) - Method in class lejos.nxt.I2CSensor
Helper method to return a single register byte.
getData(int, byte[], int) - Method in class lejos.nxt.UltrasonicSensor
 
getDataIn() - Method in class lejos.pc.comm.NXTConnector
 
getDataOut() - Method in class lejos.pc.comm.NXTConnector
 
getDCMotor(int) - Method in class lejos.nxt.addon.LSC
Method to get an LDC Motor
getDegrees() - Method in class lejos.nxt.addon.CompassSensor
Returns the directional heading in degrees.
getDegreesCartesian() - Method in class lejos.nxt.addon.CompassSensor
Compass readings increase clockwise from 0 to 360, but Cartesian coordinate systems increase counter-clockwise.
getDegreesCartesian() - Method in interface lejos.robotics.DirectionFinder
Compass readings increase clockwise from 0 to 360, but Cartesian coordinate systems increase counter-clockwise.
getDeviceInfo() - Method in class lejos.nxt.remote.NXTCommand
Gets device information
getDirection() - Method in class lejos.nxt.addon.IRSeeker
Returns the direction of the target (1-9) or zero if no target.
getDirection(int) - Method in class lejos.nxt.addon.RCXMotorMultiplexer
 
getDirection() - Method in interface lejos.robotics.RotationPlatform
Get the direction the sensor will face.
getDirection() - Method in class lejos.robotics.SimplePlatform
 
getDistance() - Method in class lejos.nxt.addon.OpticalDistanceSensor
Returns the distance from the object in millimeters.
getDistance() - Method in class lejos.nxt.UltrasonicSensor
Return distance to an object.
getDistances(int[]) - Method in class lejos.nxt.UltrasonicSensor
Return an array of 8 echo distances.
getDistanceTraveled() - Method in class lejos.robotics.Movement
Get the distance traveled.
getDistLSB() - Method in class lejos.nxt.addon.OpticalDistanceSensor
Returns the current distance in millimeters for the LSB.
getDistMaxLSB() - Method in class lejos.nxt.addon.OpticalDistanceSensor
Gets the max value in millimeters for the LSB.
Used for recalibrating the sensor.
getDistMaxMSB() - Method in class lejos.nxt.addon.OpticalDistanceSensor
Gets the max value in millimeters for the MSB.
Used for recalibrating the sensor.
getDistMinLSB() - Method in class lejos.nxt.addon.OpticalDistanceSensor
Gets the min value in millimeters for the LSB.
Used for recalibrating the sensor.
getDistMinMSB() - Method in class lejos.nxt.addon.OpticalDistanceSensor
Gets the min value in millimeters for the MSB.
Used for recalibrating the sensor.
getDistMSB() - Method in class lejos.nxt.addon.OpticalDistanceSensor
Returns the current distance in millimeters for MSB.
getDistPointLSB(int) - Method in class lejos.nxt.addon.OpticalDistanceSensor
Gets millimeter value of the specific index for the LSB.
Used for recalibrating the sensor.
getDistPointMSB(int) - Method in class lejos.nxt.addon.OpticalDistanceSensor
Gets millimeter value of the specific index for the MSB.
getDoublePivot() - Method in class lejos.util.LUDecomposition
Return pivot permutation vector as a one-dimensional double array
getElevation() - Method in interface lejos.robotics.ElevationPlatform
Returns the current sensor elevation angle.
getElevation() - Method in class lejos.robotics.ExtendedPlatform
 
getElevationSpeed() - Method in interface lejos.robotics.ElevationPlatform
Gets the speed the platform rotates, in degrees per second.
getElevationSpeed() - Method in class lejos.robotics.ExtendedPlatform
 
getError() - Method in class lejos.nxt.rcxcomm.PacketHandler
Get the last error.
getErrorRect() - Method in class lejos.robotics.localization.MCLParticleSet
Return the minimum rectangle enclosing all the particles
getEstimatedPose() - Method in class lejos.robotics.localization.MCLParticleSet
Get the estimated pose of the robot
getFactoryData(byte[]) - Method in class lejos.nxt.UltrasonicSensor
Return 10 bytes of factory calibration data.
getFahrenheit() - Method in class lejos.nxt.addon.RCXTemperatureSensor
Convert sensor value to Fahrenheit, value outside [-4;158] is not accurate
getFileNames() - Static method in class lejos.nxt.FileSystem
Returns a list of all files on NXT brick.
getFileNames(String) - Static method in class lejos.nxt.FileSystem
Returns a list of files on NXT brick.
getFirmwareVersion() - Static method in class lejos.nxt.NXT
Get the (emulated) standard LEGO firmware version number
getFirmwareVersion() - Method in class lejos.nxt.remote.NXTCommand
Get the fimrware version.
getFlashMemory() - Static method in class lejos.nxt.NXT
Get the number of bytes of free flash memory
getFloodlight() - Method in class lejos.nxt.addon.RCXLightSensor
 
getFloodlight() - Method in class lejos.nxt.ColorLightSensor
 
getFloodlight() - Method in class lejos.nxt.LightSensor
 
getFloodlight() - Method in interface lejos.robotics.LampLightDetector
Returns the color of the floodlight, including Color.NONE.
getFriendlyName() - Method in class lejos.nxt.remote.NXTCommand
Get the friendly name of the NXT
getGain() - Method in class lejos.util.KalmanFilter
 
getGreenComponent() - Method in class lejos.nxt.addon.ColorSensor
Returns the green saturation of the color.
getGreenComponent() - Method in class lejos.nxt.ColorLightSensor
 
getGreenComponent() - Method in interface lejos.robotics.ColorDetector
 
getHeading() - Method in class lejos.robotics.navigation.CompassPilot
Returns direction of desired robot facing
getHeading() - Method in class lejos.robotics.navigation.SimpleNavigator
gets the current value of the robot heading
getHeading() - Method in class lejos.robotics.Pose
returns the heading (direction angle) of the Pose
getHeading() - Method in class lejos.robotics.proposal.UpdateablePose
returns the heading (direction angle) of the UpdateablePose
getHeading() - Method in class lejos.robotics.proposal.WayPoint
 
getHigh() - Method in class lejos.nxt.addon.RCXLightSensor
 
getHigh() - Method in class lejos.nxt.ColorLightSensor
return the normalized value corresponding to readValue() = 100;
getHigh() - Method in class lejos.nxt.LightSensor
return the normalized value corresponding to readValue() = 100%
getHigh() - Method in interface lejos.robotics.LightDetector
The highest raw light value this sensor can return from intense bright light.
getId() - Method in interface lejos.nxt.I2CPort
 
getId() - Method in class lejos.nxt.I2CSensor
 
getId() - Method in class lejos.nxt.remote.RemoteMotor
Get the ID of the motor.
getId() - Method in class lejos.nxt.SensorPort
 
getInputStream() - Method in class lejos.nxt.rcxcomm.RCXAbstractPort
Returns an input stream for this RCXPort.
getInputStream() - Method in interface lejos.pc.comm.NXTComm
Return an InputStream for reading a stream of data from the NXT over this connection.
getInputStream() - Method in class lejos.pc.comm.NXTCommBluecove
 
getInputStream() - Method in class lejos.pc.comm.NXTCommBluez
 
getInputStream() - Method in class lejos.pc.comm.NXTCommUSB
 
getInputStream() - Method in class lejos.pc.comm.NXTConnector
 
getInputValues(int) - Method in class lejos.nxt.remote.NXTCommand
Get input values for a specific NXT sensor port
getKD() - Method in class lejos.nxt.addon.NXTLineLeader
Get KD value
getKI() - Method in class lejos.nxt.addon.NXTLineLeader
Get KI value
getKP() - Method in class lejos.nxt.addon.NXTLineLeader
Get KP value
getL() - Method in class lejos.util.LUDecomposition
Return lower triangular factor
getLeft() - Method in class lejos.robotics.navigation.TachoPilot
 
getLeft() - Method in class lejos.robotics.proposal.DifferentialPilot
 
getLeftActualSpeed() - Method in class lejos.robotics.navigation.TachoPilot
 
getLeftActualSpeed() - Method in class lejos.robotics.proposal.DifferentialPilot
 
getLeftCount() - Method in class lejos.robotics.navigation.TachoPilot
 
getLeftCount() - Method in class lejos.robotics.proposal.DifferentialPilot
 
getLeftX() - Method in class lejos.nxt.addon.PSPNXController
 
getleftY() - Method in class lejos.nxt.addon.PSPNXController
 
getLightValue() - Method in class lejos.nxt.addon.RCXLightSensor
 
getLightValue() - Method in class lejos.nxt.ColorLightSensor
 
getLightValue() - Method in class lejos.nxt.LightSensor
 
getLightValue() - Method in interface lejos.robotics.LightDetector
Returns the calibrated and normalized brightness of the white light detected.
getLink() - Static method in class lejos.nxt.rcxcomm.LLC
Return the RCXLink object associated with LLC
getLink() - Static method in class lejos.nxt.rcxcomm.Serial
Get the RCXLink object associated with the Serial class
getLocalAddress() - Method in class lejos.nxt.remote.NXTCommand
Get the local address of the NXT.
getLocation() - Method in class lejos.robotics.Pose
Get the location as a Point
getLocation() - Method in class lejos.robotics.proposal.UpdateablePose
return the location as a Point
getLow() - Method in class lejos.nxt.addon.RCXLightSensor
 
getLow() - Method in class lejos.nxt.ColorLightSensor
return the normalized value corresponding to readValue() = 0
getLow() - Method in class lejos.nxt.LightSensor
return the normalized value corresponding to readValue() = 0%
getLow() - Method in interface lejos.robotics.LightDetector
The lowest raw light value this sensor can return in pitch black darkness.
getLSC(int) - Method in class lejos.nxt.addon.NXTe
Get a LSC, Lattebox Servo Controller
getMatrix(int, int, int, int) - Method in class lejos.util.Matrix
Get a submatrix.
getMatrix(int[], int[]) - Method in class lejos.util.Matrix
Get a submatrix.
getMatrix(int, int, int[]) - Method in class lejos.util.Matrix
Get a submatrix.
getMatrix(int[], int, int) - Method in class lejos.util.Matrix
Get a submatrix.
getMaxHeadingError() - Method in class lejos.robotics.proposal.WayPoint
 
getMaximumDirection() - Method in interface lejos.robotics.RotationPlatform
Cables or other hindrances can restrict movement of the platform.
getMaximumDirection() - Method in class lejos.robotics.SimplePlatform
 
getMaximumElevation() - Method in interface lejos.robotics.ElevationPlatform
Maximum angle the elevation can be raised.
getMaximumElevation() - Method in class lejos.robotics.ExtendedPlatform
 
getMaxPositionError() - Method in class lejos.robotics.proposal.WayPoint
 
getMaxWeight() - Method in class lejos.robotics.localization.MCLParticleSet
The highest weight of any particle
getMaxX() - Method in class lejos.robotics.localization.MCLParticleSet
Get the maximum X value of the estimated position
getMaxY() - Method in class lejos.robotics.localization.MCLParticleSet
Get the maximum Y value of the estimated position
getMean() - Method in class lejos.util.KalmanFilter
 
getMessage() - Method in exception lejos.pc.comm.NXTCommException
 
getMinimumDirection() - Method in interface lejos.robotics.RotationPlatform
Cables or other hindrances can restrict movement of the platform.
getMinimumDirection() - Method in class lejos.robotics.SimplePlatform
 
getMinimumElevation() - Method in interface lejos.robotics.ElevationPlatform
Minimum angle the elevation can be lowered to.
getMinimumElevation() - Method in class lejos.robotics.ExtendedPlatform
 
getMinRadius() - Method in interface lejos.robotics.proposal.ArcPilot
The minimum steering radius this vehicle is capable of when traveling in an arc.
getMinRadius() - Method in class lejos.robotics.proposal.DifferentialPilot
 
getMinRadius() - Method in class lejos.robotics.proposal.SteeringPilot
 
getMinX() - Method in class lejos.robotics.localization.MCLParticleSet
Get the minimum X value of the estimated position
getMinY() - Method in class lejos.robotics.localization.MCLParticleSet
Get the minimum Y value of the estimated position
getMode() - Method in class lejos.nxt.addon.ColorSensor
Returns the value of the mode control register (0x41)
getMode() - Method in class lejos.nxt.addon.PSPNXController
Returns the current operating mode of the sensor.
getMode() - Method in class lejos.nxt.BasicMotor
Returns the mode.
getMode() - Method in interface lejos.nxt.BasicSensorPort
 
getMode() - Method in class lejos.nxt.SensorPort
 
getMode() - Method in class lejos.nxt.UltrasonicSensor
Returns the current operating mode of the sensor.
getMotor() - Method in class lejos.nxt.addon.PFMate
Returns which motors are activated
getMoveMaxSpeed() - Method in interface lejos.robotics.navigation.Pilot
 
getMoveMaxSpeed() - Method in class lejos.robotics.navigation.TachoPilot
 
getMoveMaxSpeed() - Method in interface lejos.robotics.proposal.BasicPilot
 
getMoveMaxSpeed() - Method in class lejos.robotics.proposal.DifferentialPilot
 
getMoveMaxSpeed() - Method in class lejos.robotics.proposal.SteeringPilot
 
getMovement() - Method in interface lejos.robotics.MovementProvider
 
getMovement() - Method in class lejos.robotics.proposal.DifferentialPilot
 
getMovement() - Method in class lejos.robotics.proposal.SteeringPilot
 
getMovementIncrement() - Method in interface lejos.robotics.proposal.BasicPilot
 
getMovementIncrement() - Method in class lejos.robotics.proposal.DifferentialPilot
 
getMovementIncrement() - Method in class lejos.robotics.proposal.SteeringPilot
 
getMovementType() - Method in class lejos.robotics.Movement
Get the type of the movement performed
getMoveSpeed() - Method in interface lejos.robotics.navigation.Pilot
 
getMoveSpeed() - Method in class lejos.robotics.navigation.TachoPilot
 
getMoveSpeed() - Method in interface lejos.robotics.proposal.BasicPilot
 
getMoveSpeed() - Method in class lejos.robotics.proposal.DifferentialPilot
 
getMoveSpeed() - Method in class lejos.robotics.proposal.SteeringPilot
 
getName() - Method in class lejos.nxt.addon.LMotor
Get name from a RC Servo or a DC Motor
getNormalizedBlue() - Method in class lejos.nxt.addon.ColorSensor
Returns the normalized blue saturation of the color.
getNormalizedGreen() - Method in class lejos.nxt.addon.ColorSensor
Returns the normalized green saturation of the color.
getNormalizedLightValue() - Method in class lejos.nxt.addon.RCXLightSensor
 
getNormalizedLightValue() - Method in class lejos.nxt.ColorLightSensor
 
getNormalizedLightValue() - Method in class lejos.nxt.LightSensor
Get the normalized light reading
getNormalizedLightValue() - Method in interface lejos.robotics.LightDetector
Returns the normalized value of the brightness of the white light detected, such that the lowest value is darkness and the highest value is intense bright light.
getNormalizedRed() - Method in class lejos.nxt.addon.ColorSensor
Returns the normalized red saturation of the color.
getNumberOfObjects() - Method in class lejos.nxt.addon.NXTCam
Get the number of objects being tracked
getNumReadings() - Method in class lejos.robotics.RangeReadings
Get the number of readings in a set
getNXJCache() - Static method in class lejos.pc.comm.NXTCommFactory
Load the Bluetooth name cache as properties
getNXJProperties() - Static method in class lejos.pc.comm.NXTCommFactory
Load the leJOS NXJ properties
getNXTComm() - Method in class lejos.pc.comm.NXTConnector
 
getNXTInfo() - Method in class lejos.pc.comm.NXTConnector
 
getNXTInfos() - Method in class lejos.pc.comm.NXTConnector
 
getObjectColor(int) - Method in class lejos.nxt.addon.NXTCam
Get the color number for a tracked object
getOutputState(int) - Method in class lejos.nxt.remote.NXTCommand
Retrieves the current output state for a port.
getOutputStream() - Method in class lejos.nxt.rcxcomm.RCXAbstractPort
Returns an output stream for this RCXPort.
getOutputStream() - Method in interface lejos.pc.comm.NXTComm
Return an OutputStream for writing a stream of data to the NXT over this connection.
getOutputStream() - Method in class lejos.pc.comm.NXTCommBluecove
 
getOutputStream() - Method in class lejos.pc.comm.NXTCommBluez
 
getOutputStream() - Method in class lejos.pc.comm.NXTCommUSB
 
getOutputStream() - Method in class lejos.pc.comm.NXTConnector
 
getParticle(int) - Method in class lejos.robotics.localization.MCLParticleSet
Get a specific particle
getParticles() - Method in class lejos.robotics.localization.MCLPoseProvider
 
getPhase() - Method in class lejos.nxt.addon.RCXRotationSensor
Returns the current phase of the sensor.
getPilot() - Method in class lejos.robotics.proposal.ArcPoseController
 
getPilot() - Method in interface lejos.robotics.proposal.PoseController
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.
getPivot() - Method in class lejos.util.LUDecomposition
Return pivot permutation vector
getPose() - Method in class lejos.robotics.localization.MCLParticle
Return the pose of this particle
getPose() - Method in class lejos.robotics.localization.MCLPoseProvider
 
getPose() - Method in interface lejos.robotics.localization.PoseProvider
 
getPose() - Method in class lejos.robotics.navigation.SimpleNavigator
 
getPose() - Method in class lejos.robotics.proposal.DeadReckonerPoseProvider
 
getPose() - Method in class lejos.robotics.proposal.WayPoint
 
getPoseProvider() - Method in class lejos.robotics.proposal.ArcPoseController
 
getPoseProvider() - Method in interface lejos.robotics.proposal.PoseController
Get a reference to the PoseProvider being used as a localizer.
getPower() - Method in class lejos.nxt.BasicMotor
Returns the current power setting.
getPower() - Method in class lejos.nxt.remote.RemoteMotor
Return the power that the motor is set to
getPredictedCovariance() - Method in class lejos.util.KalmanFilter
 
getPredictedMean() - Method in class lejos.util.KalmanFilter
 
getProductID() - Method in class lejos.nxt.I2CSensor
Returns the Product ID as a string.
getProtocolVersion() - Static method in class lejos.nxt.NXT
Get the LEGO Communication Protocol version number
getPulse() - Method in class lejos.nxt.addon.LMotor
This method return current pulse over a RC Servo or a DC Motor.
getPulse() - Method in class lejos.nxt.addon.MServo
Return the pulse used in last operation
getRange() - Method in class lejos.nxt.UltrasonicSensor
Get the range to the nearest object
getRange() - Method in interface lejos.robotics.RangeFinder
Get the range to the nearest object
getRange() - Method in class lejos.robotics.RangeReading
Get the range reading
getRange(int) - Method in class lejos.robotics.RangeReadings
Get a specific range reading
getRange(float) - Method in class lejos.robotics.RangeReadings
Get a range reading for a specific angle
getRangeValues() - Method in interface lejos.robotics.RangeScanner
Take a set of range readings.
getRawBlue() - Method in class lejos.nxt.addon.ColorSensor
Returns the raw blue saturation of the color.
getRawGreen() - Method in class lejos.nxt.addon.ColorSensor
Returns the raw green saturation of the color.
getRawRed() - Method in class lejos.nxt.addon.ColorSensor
Returns the raw red saturation of the color.
getRawTachoCount() - Method in class lejos.nxt.addon.RCXRotationSensor
Returns the raw values from the rotation sensor instead of degrees.
getReading(int, RangeReadings, RangeMap) - Method in class lejos.robotics.localization.MCLParticle
Get a specific reading
getRectangle(int) - Method in class lejos.nxt.addon.NXTCam
Get the rectangle containing a tracked object
getRedComponent() - Method in class lejos.nxt.addon.ColorSensor
Returns the red saturation of the color.
getRedComponent() - Method in class lejos.nxt.ColorLightSensor
 
getRedComponent() - Method in interface lejos.robotics.ColorDetector
 
getResult() - Method in class lejos.nxt.addon.NXTLineLeader
Get result value
getRight() - Method in class lejos.robotics.navigation.TachoPilot
 
getRight() - Method in class lejos.robotics.proposal.DifferentialPilot
 
getRightActualSpeed() - Method in class lejos.robotics.navigation.TachoPilot
 
getRightActualSpeed() - Method in class lejos.robotics.proposal.DifferentialPilot
 
getRightCount() - Method in class lejos.robotics.navigation.TachoPilot
 
getRightCount() - Method in class lejos.robotics.proposal.DifferentialPilot
 
getRightX() - Method in class lejos.nxt.addon.PSPNXController
 
getRightY() - Method in class lejos.nxt.addon.PSPNXController
 
getRotationCount() - Method in class lejos.nxt.remote.RemoteMotor
Deprecated.  
getRotationDegrees() - Method in class lejos.robotics.MotorEvent
 
getRotationSpeed() - Method in class lejos.nxt.addon.RCXRotationSensor
 
getRotationSpeed() - Method in class lejos.nxt.remote.RemoteMotor
 
getRotationSpeed() - Method in interface lejos.robotics.RotationPlatform
Gets the speed the platform rotates, in degrees per second.
getRotationSpeed() - Method in class lejos.robotics.SimplePlatform
 
getRotationSpeed() - Method in interface lejos.robotics.Tachometer
Returns the actual speed.
getRowDimension() - Method in class lejos.util.Matrix
Get row dimension.
getRowPackedCopy() - Method in class lejos.util.Matrix
Make a one-dimensional row packed copy of the internal array.
getSensorModule() - Method in class lejos.nxt.addon.OpticalDistanceSensor
Used to determin the sensore module that is configured.
getSensorStatus(int) - Method in class lejos.nxt.addon.NXTLineLeader
Get status from each sensor in the raw
getSensorType() - Method in class lejos.nxt.I2CSensor
Returns the type of sensor as a string.
getSensorValue(int) - Method in class lejos.nxt.addon.IRSeeker
Returns value of sensor 1 - 5.
getSerialNo() - Method in class lejos.nxt.addon.RFIDSensor
Obtain the serial number of the RFID Sensor.
getServo(int) - Method in class lejos.nxt.addon.LSC
Method to get an RC Servo in a LSC
getServo(int) - Method in class lejos.nxt.addon.MSC
Method to get an RC Servo in from the NXTServo
getSignalStrength() - Static method in class lejos.nxt.NXT
This doesn't seem to be implemented in Lego NXT firmware/protocol?
getSingleton() - Static method in class lejos.nxt.remote.NXTCommand
Get the singleton NXTCommand object.
getSingletonOpen() - Static method in class lejos.pc.comm.NXTCommandConnector
Ensure that the singleton NXTCommand object has been opened and return it.
getSpeed() - Method in class lejos.nxt.addon.LDCMotor
Method to get speed from the DC Motor
getSpeed() - Method in class lejos.nxt.addon.PFMateMotor
returns the speed
getSpeed(int) - Method in class lejos.nxt.addon.RCXMotorMultiplexer
 
getSpeed() - Method in class lejos.nxt.remote.RemoteMotor
 
getSpeed() - Method in interface lejos.robotics.TachoMotor
Returns the current motor speed.
getStatus() - Method in class lejos.nxt.addon.RCXLink
 
getStatus() - Method in class lejos.nxt.addon.RFIDSensor
Read the status from the device.
getSteering() - Method in class lejos.nxt.addon.NXTLineLeader
Get the steering value
getTachoCount() - Method in class lejos.nxt.addon.RCXRotationSensor
Returns the tachometer count.
getTachoCount() - Method in class lejos.nxt.MotorPort
 
getTachoCount(int) - Method in class lejos.nxt.remote.NXTCommand
Retrieves tacho count.
getTachoCount() - Method in class lejos.nxt.remote.RemoteMotor
 
getTachoCount() - Method in class lejos.nxt.remote.RemoteMotorPort
 
getTachoCount() - Method in interface lejos.nxt.Tachometer
 
getTachoCount() - Method in interface lejos.robotics.Encoder
Returns the tachometer count.
getTimeOut() - Method in class lejos.nxt.rcxcomm.RCXAbstractPort
Getter for property timeOut.
getTravelDistance() - Method in interface lejos.robotics.navigation.Pilot
distance traveled since the last call to reset.
getTravelDistance() - Method in class lejos.robotics.navigation.TachoPilot
 
getTravelDistance() - Method in class lejos.robotics.proposal.DifferentialPilot
 
getTurnMaxSpeed() - Method in interface lejos.robotics.navigation.Pilot
 
getTurnMaxSpeed() - Method in class lejos.robotics.navigation.TachoPilot
 
getTurnMaxSpeed() - Method in class lejos.robotics.proposal.DifferentialPilot
 
getTurnMaxSpeed() - Method in interface lejos.robotics.proposal.RotatePilot
 
getTurnMaxSpeed() - Method in class lejos.robotics.proposal.SteeringPilot
 
getTurnRatio() - Method in class lejos.robotics.navigation.TachoPilot
 
getTurnRatio() - Method in class lejos.robotics.proposal.DifferentialPilot
 
getTurnSpeed() - Method in interface lejos.robotics.navigation.Pilot
 
getTurnSpeed() - Method in class lejos.robotics.navigation.TachoPilot
 
getTurnSpeed() - Method in class lejos.robotics.proposal.DifferentialPilot
 
getTurnSpeed() - Method in interface lejos.robotics.proposal.RotatePilot
 
getTurnSpeed() - Method in class lejos.robotics.proposal.SteeringPilot
 
getType() - Method in interface lejos.nxt.BasicSensorPort
 
getType() - Method in class lejos.nxt.SensorPort
 
getU() - Method in class lejos.util.LUDecomposition
Return upper triangular factor
getUnits() - Method in class lejos.nxt.UltrasonicSensor
Return a string indicating the type of units in use by the unit.
getVersion() - Method in class lejos.nxt.I2CSensor
Returns the version number of the sensor hardware.
getVersion() - Method in class lejos.pc.comm.NXTSamba
returns the SAM-BA version string for the current device.
getVoltage() - Static method in class lejos.nxt.Battery
The NXT uses 6 batteries of 1.5 V each.
getVoltage() - Method in class lejos.nxt.remote.RemoteBattery
The NXT uses 6 batteries of 1.5 V each.
getVoltageMilliVolt() - Static method in class lejos.nxt.Battery
The NXT uses 6 batteries of 1500 mV each.
getVoltageMilliVolt() - Method in class lejos.nxt.remote.RemoteBattery
The NXT uses 6 batteries of 1500 mV each.
getVoltLSB() - Method in class lejos.nxt.addon.OpticalDistanceSensor
Returns the current voltage level in millivolts for the LSB.
getVoltMSB() - Method in class lejos.nxt.addon.OpticalDistanceSensor
Returns the current voltage level in millivolts for the MSB.
getVoltPointLSB(int) - Method in class lejos.nxt.addon.OpticalDistanceSensor
Gets millivolts value of the specific index for the LSB.
getVoltPointMSB(int) - Method in class lejos.nxt.addon.OpticalDistanceSensor
Gets millivolts value of the specific index for the MSB.
getWeight() - Method in class lejos.robotics.localization.MCLParticle
Return the weight of this particle
getX() - Method in class lejos.robotics.navigation.SimpleNavigator
gets the current value of the X coordinate
getX() - Method in class lejos.robotics.Pose
Get the X coordinate
getX() - Method in class lejos.robotics.proposal.UpdateablePose
return X coordinate
getXAccel() - Method in class lejos.nxt.addon.TiltSensor
Acceleration along X axis.
getXOffset() - Method in interface lejos.robotics.RotationPlatform
 
getXOffset() - Method in class lejos.robotics.SimplePlatform
 
getXTilt() - Method in class lejos.nxt.addon.TiltSensor
Tilt of sensor along X-axis (see top of Mindsensors.com sensor for diagram of axis).
getY() - Method in class lejos.robotics.navigation.SimpleNavigator
gets the current value of the Y coordinate
getY() - Method in class lejos.robotics.Pose
Get the Y coordinate
getY() - Method in class lejos.robotics.proposal.UpdateablePose
return Y coordinate
getYAccel() - Method in class lejos.nxt.addon.TiltSensor
Acceleration along Y axis.
getYOffset() - Method in interface lejos.robotics.RotationPlatform
 
getYOffset() - Method in class lejos.robotics.SimplePlatform
 
getYTilt() - Method in class lejos.nxt.addon.TiltSensor
Returns Y tilt value.
getZAccel() - Method in class lejos.nxt.addon.TiltSensor
Acceleration along Z axis.
getZOffset() - Method in interface lejos.robotics.RotationPlatform
 
getZOffset() - Method in class lejos.robotics.SimplePlatform
 
getZTilt() - Method in class lejos.nxt.addon.TiltSensor
Returns Z tilt value.
goTo(float, float) - Method in class lejos.robotics.navigation.SimpleNavigator
Robot moves to grid coordinates x,y.
goTo(float, float, boolean) - Method in class lejos.robotics.navigation.SimpleNavigator
Robot moves to grid coordinates x,y.
goTo(Point) - Method in class lejos.robotics.proposal.ArcPoseController
 
goTo(float, float) - Method in class lejos.robotics.proposal.ArcPoseController
 
goTo(Point) - Method in interface lejos.robotics.proposal.PoseController
Travels to the coordinates in the destination Point.
goTo(float, float) - Method in interface lejos.robotics.proposal.PoseController
Travels to the coordinates specified.
goToInitAngle() - Method in class lejos.nxt.addon.LServo
Method to set medium angle
goToMaxAngle() - Method in class lejos.nxt.addon.LServo
Method to set maximum angle
goToMiddleAngle() - Method in class lejos.nxt.addon.LServo
Method to set medium angle
goToMinAngle() - Method in class lejos.nxt.addon.LServo
Method to set minimal angle
GP2D12 - Static variable in class lejos.nxt.addon.OpticalDistanceSensor
 
GP2D120 - Static variable in class lejos.nxt.addon.OpticalDistanceSensor
DIST-Nx-Short
GP2YA02 - Static variable in class lejos.nxt.addon.OpticalDistanceSensor
DIST-Nx-Long
GP2YA21 - Static variable in class lejos.nxt.addon.OpticalDistanceSensor
DIST-Nx-Medium
GREEN - Static variable in class lejos.robotics.Colors
 
GyroSensor - Class in lejos.nxt.addon
Support the HiTechnic Gyro sensor - untested.
GyroSensor(ADSensorPort) - Constructor for class lejos.nxt.addon.GyroSensor
 

H

HANDLE_ALREADY_CLOSED - Static variable in interface lejos.nxt.remote.ErrorMessages
 
heading - Variable in class lejos.robotics.proposal.WayPoint
 
headingRequired - Variable in class lejos.robotics.proposal.WayPoint
 
HIGH_SPEED_BUFFER - Static variable in interface lejos.nxt.remote.NXTProtocol
 

I

I2CPort - Interface in lejos.nxt
Abstraction for a port that supports I2C sensors.
I2CSensor - Class in lejos.nxt
A sensor wrapper to allow easy access to I2C sensors, like the ultrasonic sensor.
I2CSensor(I2CPort, byte) - Constructor for class lejos.nxt.I2CSensor
 
I2CSensor(I2CPort) - Constructor for class lejos.nxt.I2CSensor
 
identity(int, int) - Static method in class lejos.util.Matrix
Generate identity matrix
ILLEGAL_FILE_NAME - Static variable in interface lejos.nxt.remote.ErrorMessages
 
ILLEGAL_HANDLE - Static variable in interface lejos.nxt.remote.ErrorMessages
 
ILLEGAL_MAILBOX_QUEUE_ID_SPECIFIED - Static variable in interface lejos.nxt.remote.ErrorMessages
 
ILLEGAL_SIZE_SPECIFIED - Static variable in interface lejos.nxt.remote.ErrorMessages
 
Inbox - Class in lejos.nxt
The message class is used to send messages between NXT bricks.
Inbox() - Constructor for class lejos.nxt.Inbox
 
inc - Static variable in class lejos.nxt.addon.RCXRotationSensor
The following table when indexed by [previous phase][current phase] provides the current direction of rotation.
incomplete() - Method in class lejos.robotics.RangeReadings
Return true if the readings are incomplete
init(SensorPort) - Static method in class lejos.nxt.rcxcomm.LLC
Initialize LLC and set port
init() - Static method in class lejos.nxt.rcxcomm.LLC
Initialize LLC an
initBlackLevel() - Method in class lejos.nxt.addon.ColorSensor
Puts the sensor into black/ambient level calibration mode.
initialize(byte) - Method in class lejos.nxt.addon.PFLink
Should be called once to set up the NRLink for usage in the program
initWhiteBalance() - Method in class lejos.nxt.addon.ColorSensor
Puts the sensor into white balance calibration mode.
inputPort - Variable in class lejos.nxt.remote.InputValues
 
InputValues - Class in lejos.nxt.remote
Sensor input values for a remote NXT accessed via LCP.
InputValues() - Constructor for class lejos.nxt.remote.InputValues
 
inquiryCompleted(int) - Method in class lejos.pc.comm.NXTCommBluecove
 
INSANE_PACKET - Static variable in interface lejos.nxt.remote.ErrorMessages
 
inside(Point) - Method in class lejos.robotics.mapping.LineMap
Check if a point is within the mapped area
inside(Point) - Method in interface lejos.robotics.mapping.RangeMap
Test if a point is within the mapped area
installDefaultMacros() - Method in class lejos.nxt.addon.PFLink
Installs the macro definitions used by this class.
installMacro(int, byte[]) - Method in class lejos.nxt.addon.PFLink
Installs a macro into the NRLink You really should call this only once for a new NRLink since it stores them in EEPROM even if turned of.
INSUFFICIENT_MEMORY_AVAILABLE - Static variable in interface lejos.nxt.remote.ErrorMessages
 
intersectsAt(Line) - Method in class lejos.geom.Line
Calculate the point of intersection of two lines.
invalidReading() - Method in class lejos.robotics.RangeReading
Test if reading is invalid
inverse() - Method in class lejos.util.Matrix
Matrix inverse or pseudoinverse
IRLink - Class in lejos.nxt.addon
Supports for HiTechnic IRLink - see http://www.hitechnic.com/.
IRLink(I2CPort) - Constructor for class lejos.nxt.addon.IRLink
 
IRSeeker - Class in lejos.nxt.addon
HiTechnic IRSeeker sensor - untested.
IRSeeker(I2CPort) - Constructor for class lejos.nxt.addon.IRSeeker
 
isAckAvailable() - Method in class lejos.nxt.rcxcomm.LLCHandler
Check if an Ack is available
isAckAvailable() - Method in class lejos.nxt.rcxcomm.PacketHandler
Check if an ack is available
isBackward() - Method in class lejos.nxt.addon.PFMateMotor
Determines if motor is moving backwards this is based on what the receiver has in its registers
isBackward() - Method in class lejos.nxt.BasicMotor
Return true if motor is backward.
isCalibrated - Variable in class lejos.nxt.remote.InputValues
 
isCurrent() - Method in class lejos.robotics.proposal.UpdateablePose
 
isFloating() - Method in class lejos.nxt.BasicMotor
Returns true iff the motor is in float mode.
isFloodlightOn() - Method in class lejos.nxt.addon.RCXLightSensor
 
isFloodlightOn() - Method in class lejos.nxt.ColorLightSensor
 
isFloodlightOn() - Method in class lejos.nxt.LightSensor
 
isFloodlightOn() - Method in interface lejos.robotics.LampLightDetector
Checks if the floodlight is currently on.
isFlt() - Method in class lejos.nxt.addon.PFMateMotor
Determines if motor is floating this is based on what the receiver has in its registers
isForward() - Method in class lejos.nxt.addon.PFMateMotor
Determines if motor is moving forward this is based on what the receiver has in its registers
isForward() - Method in class lejos.nxt.BasicMotor
Return true if motor is forward.
isMoving() - Method in class lejos.nxt.addon.LMotor
Method to know if Servo is moving to a determinated angle
isMoving() - Method in class lejos.nxt.addon.PFMateMotor
 
isMoving() - Method in class lejos.nxt.BasicMotor
Returns true iff the motor is in motion.
isMoving() - Method in class lejos.nxt.remote.RemoteMotor
 
isMoving() - Method in interface lejos.robotics.DCMotor
Return if the motor is moving.
isMoving - Variable in class lejos.robotics.Movement
 
isMoving() - Method in class lejos.robotics.Movement
Test if move was in progress
isMoving() - Method in class lejos.robotics.navigation.CompassPilot
returns TRUE if robot is moving
isMoving() - Method in interface lejos.robotics.navigation.Pilot
true if the robot is moving
isMoving() - Method in class lejos.robotics.navigation.SimpleNavigator
returns true if the robot is moving
isMoving() - Method in class lejos.robotics.navigation.TachoPilot
 
isMoving() - Method in interface lejos.robotics.proposal.BasicPilot
true if the robot is moving
isMoving() - Method in class lejos.robotics.proposal.DifferentialPilot
 
isMoving() - Method in class lejos.robotics.proposal.SteeringPilot
 
isNonsingular() - Method in class lejos.util.LUDecomposition
Is the matrix nonsingular?
isOpen() - Method in class lejos.nxt.remote.NXTCommand
Test is connection is open
isPacketAvailable() - Method in class lejos.nxt.rcxcomm.LLCHandler
Check if a packet is available
isPacketAvailable() - Method in class lejos.nxt.rcxcomm.LLCReliableHandler
Check if a packet is available.
isPacketAvailable() - Method in class lejos.nxt.rcxcomm.PacketHandler
Check if a packet is available
isPacketAvailable() - Static method in class lejos.nxt.rcxcomm.Serial
Test if a packet is available
isPressed() - Method in class lejos.nxt.TouchSensor
Check if the sensor is pressed.
isRotating() - Method in class lejos.nxt.remote.RemoteMotor
CURRENTLY NOT IMPLEMENTED! Use isMoving() for now.
isRotating() - Method in class lejos.robotics.navigation.CompassPilot
returns true if robot is rotating to a specific direction
isSendError() - Static method in class lejos.nxt.rcxcomm.LLC
Return the error status of the last send
isSending() - Static method in class lejos.nxt.rcxcomm.LLC
Indicate whether the last send is still active
isStop() - Method in class lejos.nxt.addon.PFMateMotor
Determines if motor is stopped this is based on what the receiver has in its registers
isStopped() - Method in class lejos.nxt.BasicMotor
Return true if motor is stopped.
isTraveling() - Method in class lejos.robotics.navigation.CompassPilot
returns returns true if the robot is travelling for a specific distance;

J

jfantom_close(long) - Method in class lejos.pc.comm.NXTCommFantom
 
jfantom_find() - Method in class lejos.pc.comm.NXTCommFantom
 
jfantom_open(String) - Method in class lejos.pc.comm.NXTCommFantom
 
jfantom_read_data(long, byte[], int, int) - Method in class lejos.pc.comm.NXTCommFantom
 
jfantom_send_data(long, byte[], int, int) - Method in class lejos.pc.comm.NXTCommFantom
 
jlibnxt_close(long) - Method in class lejos.pc.comm.NXTCommLibnxt
 
jlibnxt_find() - Method in class lejos.pc.comm.NXTCommLibnxt
 
jlibnxt_open(String) - Method in class lejos.pc.comm.NXTCommLibnxt
 
jlibnxt_read_data(long, byte[], int, int) - Method in class lejos.pc.comm.NXTCommLibnxt
 
jlibnxt_send_data(long, byte[], int, int) - Method in class lejos.pc.comm.NXTCommLibnxt
 
jump(int) - Method in class lejos.pc.comm.NXTSamba
Start execution of code at the specified address.

K

KalmanFilter - Class in lejos.util
 
KalmanFilter(Matrix, Matrix, Matrix, Matrix, Matrix) - Constructor for class lejos.util.KalmanFilter
 
KEEP_ALIVE - Static variable in interface lejos.nxt.remote.NXTProtocol
 

L

LampLightDetector - Interface in lejos.robotics
Interface for a light sensor that also includes a lamp (usually LED) to provide illumination.
LCP - Static variable in interface lejos.pc.comm.NXTComm
 
LDCMotor - Class in lejos.nxt.addon
LDCMotor, Lattebox DC Motor, is a abstraction to model any DCMotor connected to LSC, Lattebox Servo Controller.
LDCMotor(SensorPort, int, String, byte) - Constructor for class lejos.nxt.addon.LDCMotor
Constructor
LDCMotor(SensorPort, int, String, byte, int, int, int, int) - Constructor for class lejos.nxt.addon.LDCMotor
 
LegacySensorPort - Interface in lejos.nxt
Abstraction for a port that supports legacy RCX sensors.
LEGO_MODE - Static variable in interface lejos.nxt.I2CPort
 
lejos.geom - package lejos.geom
Geometric shape support for robotics using float co-ordinates
lejos.nxt - package lejos.nxt
Access to NXT sensors, motors, etc.
lejos.nxt.addon - package lejos.nxt.addon
Access to third party and legacy RCX sensors, motors and other hardware not included in the Lego NXT kit
lejos.nxt.rcxcomm - package lejos.nxt.rcxcomm
Emulation of RCX communication classes
lejos.nxt.remote - package lejos.nxt.remote
Remote NXT access over Bluetooth
lejos.pc.comm - package lejos.pc.comm
Communication from the PC to the NXT
lejos.robotics - package lejos.robotics
Hardware abstraction interfaces for the robotics package.
lejos.robotics.localization - package lejos.robotics.localization
Localization support
lejos.robotics.mapping - package lejos.robotics.mapping
A new incomplete proposal for navigation
lejos.robotics.navigation - package lejos.robotics.navigation
Navigation classes.
lejos.robotics.proposal - package lejos.robotics.proposal
Support for maps
lejos.util - package lejos.util
 
length() - Method in class lejos.geom.Line
Return the length of the line
LIGHT_ACTIVE - Static variable in interface lejos.nxt.remote.NXTProtocol
 
LIGHT_INACTIVE - Static variable in interface lejos.nxt.remote.NXTProtocol
 
LightDetector - Interface in lejos.robotics
A platform independent implementation for sensors that can detect white light levels.
LightSensor - Class in lejos.nxt
This class is used to obtain readings from a LEGO NXT light sensor.
LightSensor(ADSensorPort) - Constructor for class lejos.nxt.LightSensor
Create a light sensor object attached to the specified port.
LightSensor(ADSensorPort, boolean) - Constructor for class lejos.nxt.LightSensor
Create a light sensor object attached to the specified port, and sets floodlighting on or off.
Line - Class in lejos.geom
Represents a line and supports calculating the point of intersection of two line segments.
Line(float, float, float, float) - Constructor for class lejos.geom.Line
 
LINE_TRACKING - Static variable in class lejos.nxt.addon.NXTCam
Used by setTrackingMode() to choose line tracking.
LineMap - Class in lejos.robotics.mapping
A map of a room or other closed environment, represented by line segments
LineMap(Line[], Rectangle) - Constructor for class lejos.robotics.mapping.LineMap
Create a map from an array of line segments and a bounding rectangle
LineMap() - Constructor for class lejos.robotics.mapping.LineMap
Constructor to use when map will be loaded from a data stream
listeners - Variable in class lejos.robotics.proposal.DifferentialPilot
the pilot listeners
LLC - Class in lejos.nxt.rcxcomm
Emulates RCX LLC class using the RCXLink class.
LLCHandler - Class in lejos.nxt.rcxcomm
Packet handler than implement the LLC packet protocol.
LLCHandler(SensorPort) - Constructor for class lejos.nxt.rcxcomm.LLCHandler
 
LLCReliableHandler - Class in lejos.nxt.rcxcomm
A Packet handler that guarantees reliable delivery using checksums, acks, and a single bit sequence number.
LLCReliableHandler(PacketHandler) - Constructor for class lejos.nxt.rcxcomm.LLCReliableHandler
 
LMotor - Class in lejos.nxt.addon
Generic abstraction to manage RC Servos and DC Motor.
LMotor(SensorPort, int, String, byte) - Constructor for class lejos.nxt.addon.LMotor
Constructor
load() - Method in class lejos.nxt.addon.LMotor
Load Servo located in a position X
loadAllServos() - Method in class lejos.nxt.addon.LSC
Load all servos connected this this LSC
loadEstimation(DataInputStream) - Method in class lejos.robotics.localization.MCLParticleSet
Load serialized estimated pose from a data input stream
loadMap(DataInputStream) - Method in class lejos.robotics.mapping.LineMap
Load a map from a DataInputStream
loadParticles(DataInputStream) - Method in class lejos.robotics.localization.MCLParticleSet
Load serialized particles from a data input stream
loadReadings(DataInputStream) - Method in class lejos.robotics.RangeReadings
Load the readings from a DataInputStream
log(Throwable) - Method in class lejos.pc.comm.NXTCommLoggable
Log an exception to all the log listeners
log(String) - Method in class lejos.pc.comm.NXTCommLoggable
Log a message to all the log listeners
logEvent(String) - Method in interface lejos.pc.comm.NXTCommLogListener
 
logEvent(Throwable) - Method in interface lejos.pc.comm.NXTCommLogListener
 
LONG_RANGE_IR - Static variable in class lejos.nxt.addon.RCXLink
 
lowerHandler - Variable in class lejos.nxt.rcxcomm.PacketHandler
 
LOWSPEED - Static variable in interface lejos.nxt.remote.NXTProtocol
 
LOWSPEED_9V - Static variable in interface lejos.nxt.remote.NXTProtocol
 
LS_GET_STATUS - Static variable in interface lejos.nxt.remote.NXTProtocol
 
LS_READ - Static variable in interface lejos.nxt.remote.NXTProtocol
 
LS_WRITE - Static variable in interface lejos.nxt.remote.NXTProtocol
 
LSC - Class in lejos.nxt.addon
This class has been defined to manage the device LSC, Lattebox Servo Controller which manage until 10 RC Servos / DC Motors
LSC(SensorPort, byte) - Constructor for class lejos.nxt.addon.LSC
Constructor
LSC_position - Variable in class lejos.nxt.addon.LMotor
 
LServo - Class in lejos.nxt.addon
LServo, Lattebox Servo, is a abstraction to model any RC Servo (continous and non continous) plugged to LSC, Lattebox Servo Controller.
LServo(SensorPort, int, String, byte) - Constructor for class lejos.nxt.addon.LServo
Constructor
LServo(SensorPort, int, String, byte, int, int) - Constructor for class lejos.nxt.addon.LServo
Constructor with the feature to set min and max angle
LServo(SensorPort, int, String, byte, int, int, int) - Constructor for class lejos.nxt.addon.LServo
Constructor with the feature to set min, max and init angle
LSGetStatus(byte) - Method in class lejos.nxt.remote.NXTCommand
Returns the status for an Inter-Integrated Circuit (I2C) sensor (the ultrasound sensor) via the Low Speed (LS) data port.
LSRead(byte) - Method in class lejos.nxt.remote.NXTCommand
Reads data from an Inter-Integrated Circuit (I2C) sensor (the ultrasound sensor) via the Low Speed (LS) data port.
LSWrite(byte, byte[], byte) - Method in class lejos.nxt.remote.NXTCommand
Used to request data from an Inter-Integrated Circuit (I2C) sensor (the ultrasound sensor) via the Low Speed (LS) data port.
LUDecomposition - Class in lejos.util
LU Decomposition.
LUDecomposition(Matrix) - Constructor for class lejos.util.LUDecomposition
LU Decomposition

M

MapPathFinder - Class in lejos.robotics.proposal
PathFinder that takes a map and a dummy set of range readings.
MapPathFinder(RangeMap, RangeReadings) - Constructor for class lejos.robotics.proposal.MapPathFinder
 
Matrix - Class in lejos.util
 
Matrix(int, int) - Constructor for class lejos.util.Matrix
Construct an m-by-n matrix of zeros.
Matrix(int, int, double) - Constructor for class lejos.util.Matrix
Construct an m-by-n constant matrix.
Matrix(double[][]) - Constructor for class lejos.util.Matrix
Construct a matrix from a 2-D array.
Matrix(double[][], int, int) - Constructor for class lejos.util.Matrix
Construct a matrix quickly without checking arguments.
Matrix(double[], int) - Constructor for class lejos.util.Matrix
Construct a matrix from a one-dimensional packed array
maxHeadingError - Variable in class lejos.robotics.proposal.WayPoint
 
maxIterations - Static variable in class lejos.robotics.localization.MCLParticleSet
 
maxPositionError - Variable in class lejos.robotics.proposal.WayPoint
 
MCLFrame - Class in lejos.pc.comm
A panel that can be opened in a frame to control a robot that implements the MCL algorithm.
MCLFrame(String, Line[], Rectangle, int, int) - Constructor for class lejos.pc.comm.MCLFrame
Create the GUI elements the map and the particle set, connect to the NXT and then process button events.
MCLParticle - Class in lejos.robotics.localization
Represents a particle for the particle filtering algorithm.
MCLParticle(Pose) - Constructor for class lejos.robotics.localization.MCLParticle
Create a particle with a specific pose
MCLParticleSet - Class in lejos.robotics.localization
Represents a particle set for the particle filtering algorithm.
MCLParticleSet(RangeMap, int, int) - Constructor for class lejos.robotics.localization.MCLParticleSet
Create a set of particles randomly distributed with the given map.
MCLPoseProvider - Class in lejos.robotics.localization
 
MCLPoseProvider(MovementProvider, RangeScanner, RangeMap, int, int) - Constructor for class lejos.robotics.localization.MCLPoseProvider
 
MESSAGE_READ - Static variable in interface lejos.nxt.remote.NXTProtocol
 
MESSAGE_WRITE - Static variable in interface lejos.nxt.remote.NXTProtocol
 
messageRead(byte, byte, boolean) - Method in class lejos.nxt.remote.NXTCommand
 
messageWrite(byte[], byte) - Method in class lejos.nxt.remote.NXTCommand
Sends a message to an inbox on the NXT for storage(?) For future reference, message size must be capped at 59 for USB.
minus(Matrix) - Method in class lejos.util.Matrix
C = A - B
minusEquals(Matrix) - Method in class lejos.util.Matrix
A = A - B
mode - Variable in class lejos.nxt.remote.OutputState
 
MODE_ANGLESTEP - Static variable in interface lejos.nxt.SensorConstants
 
MODE_BOOLEAN - Static variable in interface lejos.nxt.SensorConstants
 
MODE_CELSIUS - Static variable in interface lejos.nxt.SensorConstants
 
MODE_FARENHEIT - Static variable in interface lejos.nxt.SensorConstants
 
MODE_PCTFULLSCALE - Static variable in interface lejos.nxt.SensorConstants
 
MODE_PERIODCOUNTER - Static variable in interface lejos.nxt.SensorConstants
 
MODE_RAW - Static variable in interface lejos.nxt.SensorConstants
 
MODE_TRANSITIONCNT - Static variable in interface lejos.nxt.SensorConstants
 
MODEMASK - Static variable in interface lejos.nxt.remote.NXTProtocol
 
MODULE_NOT_FOUND - Static variable in interface lejos.nxt.remote.ErrorMessages
 
Motor - Class in lejos.nxt
Motor class.
Motor() - Constructor for class lejos.nxt.Motor
 
MOTOR_A_FORWARD - Static variable in class lejos.nxt.addon.RCXLink
 
MOTOR_A_REVERSED - Static variable in class lejos.nxt.addon.RCXLink
 
MOTOR_B_FORWARD - Static variable in class lejos.nxt.addon.RCXLink
 
MOTOR_B_REVERSED - Static variable in class lejos.nxt.addon.RCXLink
 
MOTOR_C_FORWARD - Static variable in class lejos.nxt.addon.RCXLink
 
MOTOR_C_REVERSED - Static variable in class lejos.nxt.addon.RCXLink
 
MOTOR_CH1_A_BRAKE - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH1_A_FLOAT - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH1_A_FORWARD - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH1_A_REVERSE - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH1_B_BRAKE - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH1_B_FLOAT - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH1_B_FORWARD - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH1_B_REVERSE - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH2_A_BRAKE - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH2_A_FLOAT - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH2_A_FORWARD - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH2_A_REVERSE - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH2_B_BRAKE - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH2_B_FLOAT - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH2_B_FORWARD - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH2_B_REVERSE - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH3_A_BRAKE - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH3_A_FLOAT - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH3_A_FORWARD - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH3_A_REVERSE - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH3_B_BRAKE - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH3_B_FLOAT - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH3_B_FORWARD - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH3_B_REVERSE - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH4_A_BRAKE - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH4_A_FLOAT - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH4_A_FORWARD - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH4_A_REVERSE - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH4_B_BRAKE - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH4_B_FLOAT - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH4_B_FORWARD - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_CH4_B_REVERSE - Static variable in class lejos.nxt.addon.PFLink
 
MOTOR_RUN_STATE_IDLE - Static variable in interface lejos.nxt.remote.NXTProtocol
Output will be idle
MOTOR_RUN_STATE_RAMPDOWN - Static variable in interface lejos.nxt.remote.NXTProtocol
Output will ramp-down
MOTOR_RUN_STATE_RAMPUP - Static variable in interface lejos.nxt.remote.NXTProtocol
Output will ramp-up
MOTOR_RUN_STATE_RUNNING - Static variable in interface lejos.nxt.remote.NXTProtocol
Output will be running
MotorEvent - Class in lejos.robotics
 
MotorEvent(int) - Constructor for class lejos.robotics.MotorEvent
 
MOTORON - Static variable in interface lejos.nxt.remote.NXTProtocol
Turn on the specified motor
MotorPort - Class in lejos.nxt
This version of the MotorPort class supports a motor connected to a remote NXT
MotorPort(int) - Constructor for class lejos.nxt.MotorPort
 
mouseClicked(MouseEvent) - Method in class lejos.pc.comm.MCLFrame
Find the closest particle to the mouse click
mouseClicked(MouseEvent) - Method in class lejos.pc.comm.RemoteFrame
Find the closest particle to the mouse click
mouseEntered(MouseEvent) - Method in class lejos.pc.comm.RemoteFrame
 
mouseExited(MouseEvent) - Method in class lejos.pc.comm.RemoteFrame
 
mousePressed(MouseEvent) - Method in class lejos.pc.comm.RemoteFrame
 
mouseReleased(MouseEvent) - Method in class lejos.pc.comm.RemoteFrame
 
MoveListener - Interface in lejos.robotics
Any class that wants to be updated automatically by a MovementProvider should implement this interface/
Movement - Class in lejos.robotics
Models a movement performed by a pilot
Movement(Movement.MovementType, float, float, boolean) - Constructor for class lejos.robotics.Movement
Create a movement object to record a movement made by a pilot
Movement.MovementType - Enum in lejos.robotics
The type of movement made in sufficient detail to allow errors in the movement to be modelled.
MovementProvider - Interface in lejos.robotics
Should be implemented by a Pilot that provides a partial movement to a pose when requested.
movementStart() - Method in class lejos.robotics.proposal.DifferentialPilot
 
movementStarted(Movement, MovementProvider) - Method in class lejos.robotics.localization.MCLPoseProvider
 
movementStarted(Movement, MovementProvider) - Method in interface lejos.robotics.MoveListener
Called when a Movement Provider starts a move
movementStarted(Movement, MovementProvider) - Method in class lejos.robotics.proposal.DeadReckonerPoseProvider
 
movementStarted(Movement, MovementProvider) - Method in class lejos.robotics.proposal.UpdateablePose
 
movementStop() - Method in class lejos.robotics.proposal.DifferentialPilot
 
movementStopped(Movement, MovementProvider) - Method in class lejos.robotics.localization.MCLPoseProvider
 
movementStopped(Movement, MovementProvider) - Method in interface lejos.robotics.MoveListener
Called by the movementr provider when a move stops
movementStopped(Movement, MovementProvider) - Method in class lejos.robotics.proposal.DeadReckonerPoseProvider
 
movementStopped(Movement, MovementProvider) - Method in class lejos.robotics.proposal.UpdateablePose
 
movementType - Variable in class lejos.robotics.Movement
 
moveUpdate(float) - Method in class lejos.robotics.Pose
Move the specified distance in the direction of current heading.
MSC - Class in lejos.nxt.addon
This class has been designed to manage the device MSC8, Mindsensors NXT Servo which manages up to 8 RC Servos.
MSC(SensorPort) - Constructor for class lejos.nxt.addon.MSC
Constructor
MSC8_VBATT - Static variable in class lejos.nxt.addon.MSC
 
msDelay(long) - Static method in class lejos.util.Delay
Wait for the specified number of milliseconds.
MServo - Class in lejos.nxt.addon
MServo, is a abstraction to model any RC Servo (continuous and non continuous) plugged to
MServo(SensorPort, int) - Constructor for class lejos.nxt.addon.MServo
The initial Constructor.
MServo(SensorPort, int, String) - Constructor for class lejos.nxt.addon.MServo
The initial Constructor.
MServo(SensorPort, int, String, int, int) - Constructor for class lejos.nxt.addon.MServo
Constructor with the feature to set min, max and init angle

N

name - Variable in class lejos.pc.comm.NXTInfo
Friendly name of the NXT.
NO_ACTIVE_PROGRAM - Static variable in interface lejos.nxt.remote.ErrorMessages
 
NO_FREE_MEMORY_IN_COMMUNICATION_BUFFER - Static variable in interface lejos.nxt.remote.ErrorMessages
 
NO_LINEAR_SPACE - Static variable in interface lejos.nxt.remote.ErrorMessages
 
NO_MORE_FILES - Static variable in interface lejos.nxt.remote.ErrorMessages
 
NO_MORE_HANDLES - Static variable in interface lejos.nxt.remote.ErrorMessages
 
NO_OF_SENSOR_TYPES - Static variable in interface lejos.nxt.remote.NXTProtocol
 
NO_SENSOR - Static variable in interface lejos.nxt.remote.NXTProtocol
 
NO_SORTING - Static variable in class lejos.nxt.addon.NXTCam
Used by sortBy() to choose no sorting of detected objects.
NO_SPACE - Static variable in interface lejos.nxt.remote.ErrorMessages
 
NO_WRITE_BUFFERS - Static variable in interface lejos.nxt.remote.ErrorMessages
 
norm1() - Method in class lejos.util.Matrix
One norm
normalizedADValue - Variable in class lejos.nxt.remote.InputValues
The normalized value from the Analog to Digital (AD) converter.
normF() - Method in class lejos.util.Matrix
Frobenius norm
normInf() - Method in class lejos.util.Matrix
Infinity norm
NOT_A_LINEAR_FILE - Static variable in interface lejos.nxt.remote.ErrorMessages
 
NR_RANGE_LONG - Static variable in class lejos.nxt.addon.PFLink
 
NR_RANGE_SHORT - Static variable in class lejos.nxt.addon.PFLink
 
nsDelay(long) - Static method in class lejos.util.Delay
Wait for the specified number of nanoseconds.
numParticles() - Method in class lejos.robotics.localization.MCLParticleSet
Return the number of particles in the set
NXJ_DEFRAG - Static variable in interface lejos.nxt.remote.NXTProtocol
 
NXJ_DISCONNECT - Static variable in interface lejos.nxt.remote.NXTProtocol
 
NXJ_FIND_FIRST - Static variable in interface lejos.nxt.remote.NXTProtocol
 
NXJ_FIND_NEXT - Static variable in interface lejos.nxt.remote.NXTProtocol
 
NXJ_PACKET_MODE - Static variable in interface lejos.nxt.remote.NXTProtocol
 
NXT - Class in lejos.nxt
Abstraction for the local NXT device.
NXT() - Constructor for class lejos.nxt.NXT
 
NXTCam - Class in lejos.nxt.addon
Mindsensors NXTCam.
NXTCam(I2CPort) - Constructor for class lejos.nxt.addon.NXTCam
 
NXTComm - Interface in lejos.pc.comm
Interface that all NXTComm implementation classes must implement for low-level communication with the NXT.
NXTCommand - Class in lejos.nxt.remote
Sends LCP requests to the NXT and receives replies.
NXTCommand() - Constructor for class lejos.nxt.remote.NXTCommand
Create a NXTCommand object.
NXTCommandConnector - Class in lejos.pc.comm
Used by remote execution leJOS API classes to create a connection to a NXTCommand (LCP) connection to the NXT.
NXTCommandConnector() - Constructor for class lejos.pc.comm.NXTCommandConnector
 
NXTCommBluecove - Class in lejos.pc.comm
Implementation of NXTComm using the Bluecove libraries on Microsoft Windows.
NXTCommBluecove() - Constructor for class lejos.pc.comm.NXTCommBluecove
 
NXTCommBluez - Class in lejos.pc.comm
Implementation of NXTComm using the the jbluez library on Linux or Unix systems.
NXTCommBluez() - Constructor for class lejos.pc.comm.NXTCommBluez
 
NXTCommException - Exception in lejos.pc.comm
An exception thrown by a NXTComm implementation.
NXTCommException() - Constructor for exception lejos.pc.comm.NXTCommException
 
NXTCommException(String, Throwable) - Constructor for exception lejos.pc.comm.NXTCommException
 
NXTCommException(String) - Constructor for exception lejos.pc.comm.NXTCommException
 
NXTCommException(Throwable) - Constructor for exception lejos.pc.comm.NXTCommException
 
NXTCommFactory - Class in lejos.pc.comm
Creates a version of NTComm appropriate to the OS in use and protocol (Bluetooth or USB) that is requested.
NXTCommFactory() - Constructor for class lejos.pc.comm.NXTCommFactory
 
NXTCommFantom - Class in lejos.pc.comm
Implementation of NXTComm using the the LEGO Fantom API.
NXTCommFantom() - Constructor for class lejos.pc.comm.NXTCommFantom
 
NXTCommInputStream - Class in lejos.pc.comm
Implementation of InputStream over NXTComm using Bluetooth.
NXTCommInputStream(NXTComm) - Constructor for class lejos.pc.comm.NXTCommInputStream
 
NXTCommLibnxt - Class in lejos.pc.comm
Implementation of NXTComm over USB using libnxt.
NXTCommLibnxt() - Constructor for class lejos.pc.comm.NXTCommLibnxt
 
NXTCommLoggable - Class in lejos.pc.comm
Abstract class that allows inheriting class to register and use log listeners.
NXTCommLoggable() - Constructor for class lejos.pc.comm.NXTCommLoggable
 
NXTCommLogListener - Interface in lejos.pc.comm
Listener for log events
NXTCommOutputStream - Class in lejos.pc.comm
Implementation of OutputStream over NXTComm using Bluetooth.
NXTCommOutputStream(NXTComm) - Constructor for class lejos.pc.comm.NXTCommOutputStream
 
NXTCommRequest - Interface in lejos.nxt.remote
Interface that all NXTComm implementation classes must implement for low-level communication with the NXT.
NXTCommUSB - Class in lejos.pc.comm
Base Implementation of NXTComm for USB This module implements two types of I/O over USB.
NXTCommUSB() - Constructor for class lejos.pc.comm.NXTCommUSB
 
NXTConnectionManager - Class in lejos.pc.comm
 
NXTConnectionManager() - Constructor for class lejos.pc.comm.NXTConnectionManager
 
NXTConnectionState - Enum in lejos.pc.comm
 
NXTConnector - Class in lejos.pc.comm
Connects to a NXT using Bluetooth or USB (or either) and supplies input and output data streams.
NXTConnector() - Constructor for class lejos.pc.comm.NXTConnector
 
NXTe - Class in lejos.nxt.addon
Abstraction for a Lattebox NXT Extension Kit with Lattebox 10-Axis Servo Kit http://www.lattebox.com UML: http://www.juanantonio.info/p_research/robotics/lejos/nxj/lattebox/LatteboxNXTeKit.png
NXTe(SensorPort) - Constructor for class lejos.nxt.addon.NXTe
Constructor
NXTE_ADDRESS - Static variable in class lejos.nxt.addon.NXTe
 
NXTInfo - Class in lejos.pc.comm
Structure containing information about a specific NXT and the potential connections to it.
NXTInfo() - Constructor for class lejos.pc.comm.NXTInfo
 
NXTInfo(int, String, String) - Constructor for class lejos.pc.comm.NXTInfo
Create a NXTInfo that is used to connect to a NXT via Bluetooth using the Bluetooth address.
NXTInfo(NXTInfo) - Constructor for class lejos.pc.comm.NXTInfo
copy constructor
NXTLineLeader - Class in lejos.nxt.addon
This class manages the sensor NXT Line Leader from Mindsensors.
NXTLineLeader(I2CPort) - Constructor for class lejos.nxt.addon.NXTLineLeader
Constructor
NXTname - Variable in class lejos.nxt.remote.DeviceInfo
 
nxtName - Variable in class lejos.pc.comm.RemoteFrame
 
NXTProtocol - Interface in lejos.nxt.remote
LEGO Communication Protocol constants.
NXTSamba - Class in lejos.pc.comm
Implements a sub-set of the Atmel SAM-BA download protocol.
NXTSamba() - Constructor for class lejos.pc.comm.NXTSamba
 
NXTSERVO_ADDRESS - Static variable in class lejos.nxt.addon.MSC
 

O

OBJECT_TRACKING - Static variable in class lejos.nxt.addon.NXTCam
Used by setTrackingMode() to choose object tracking.
off() - Method in class lejos.nxt.UltrasonicSensor
Turn off the sensor.
ONE_ROTATION - Static variable in class lejos.nxt.addon.RCXRotationSensor
The incremental count for one whole rotation (360 degrees).
Opcode - Interface in lejos.nxt.rcxcomm
Opcode constants.
OPCODE_ABSOLUTE_VALUE - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_ABSOLUTE_VALUE_REPLY - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_ADD_TO_VARIABLE - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_ADD_TO_VARIABLE_REPLY - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_ALIVE - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_ALIVE_REPLY - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_AND_VARIABLE - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_AND_VARIABLE_REPLY - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_BRANCH_ALWAYS_FAR - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_BRANCH_ALWAYS_NEAR - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_CALL_SUBROUTINE - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_CLEAR_MESSAGE - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_CLEAR_SENSOR_VALUE - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_CLEAR_SENSOR_VALUE_REPLY - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_CLEAR_TIMER - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_CLEAR_TIMER_REPLY - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_DATALOG_NEXT - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_DATALOG_NEXT_REPLY - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_DECREMENT_LOOP_COUNTER_FAR - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_DECREMENT_LOOP_COUNTER_NEAR - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_DELETE_ALL_SUBROUTINES - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_DELETE_ALL_SUBROUTINES_REPLY - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_DELETE_ALL_TASKS - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_DELETE_ALL_TASKS_REPLY - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_DELETE_FIRMWARE - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_DELETE_FIRMWARE_REPLY - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_DELETE_SUBROUTINE - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_DELETE_SUBROUTINE_REPLY - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_DELETE_TASK - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_DELETE_TASK_REPLY - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_DIVIDE_VARIABLE - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_DIVIDE_VARIABLE_REPLY - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_GET_BATTERY_POWER - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_GET_BATTERY_POWER_REPLY - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_GET_MEMORY_MAP - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_GET_MEMORY_MAP_REPLY - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_GET_VALUE - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_GET_VALUE_REPLY - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_GET_VERSIONS - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_GET_VERSIONS_REPLY - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_MASK - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_MULTIPLY_VARIABLE - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_MULTIPLY_VARIABLE_REPLY - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_OR_VARIABLE - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_OR_VARIABLE_REPLY - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_PLAY_SOUND_REPLY - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_PLAY_TONE - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_PLAY_TONE_REPLY - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_POWER_OFF - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_POWER_OFF_REPLY - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_REMOTE_COMMAND - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_SEND_MESSAGE - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_SET_DATALOG_SIZE - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_SET_DATALOG_SIZE_REPLY - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_SET_DISPLAY - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_SET_DISPLAY_REPLY - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_SET_LOOP_COUNTER - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_SET_MESSAGE - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_SET_MOTOR_DIRECTION - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_SET_MOTOR_DIRECTION_REPLY - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_SET_MOTOR_ON_OFF - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_SET_MOTOR_ON_OFF_REPLY - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_SET_MOTOR_POWER - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_SET_MOTOR_POWER_REPLY - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_SET_POWER_DOWN_DELAY - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_SET_POWER_DOWN_DELAY_REPLY - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_SET_PROGRAM_NUMBER - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_SET_PROGRAM_NUMBER_REPLY - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_SET_SENSOR_MODE - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_SET_SENSOR_MODE_REPLY - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_SET_SENSOR_TYPE - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_SET_SENSOR_TYPE_REPLY - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_SET_TIME - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_SET_TIME_REPLY - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_SET_TRANSMITTER_RANGE - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_SET_TRANSMITTER_RANGE_REPLY - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_SET_VARIABLE - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_SET_VARIABLE_REPLY - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_SIGN_VARIABLE - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_SIGN_VARIABLE_REPLY - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_START_FIRMWARE_DOWNLOAD - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_START_FIRMWARE_DOWNLOAD_REPLY - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_START_SUBROUTINE_DOWNLOAD - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_START_SUBROUTINE_DOWNLOAD_REPLY - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_START_TASK - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_START_TASK_DOWNLOAD - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_START_TASK_DOWNLOAD_REPLY - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_START_TASK_REPLY - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_STOP_ALL_TASKS - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_STOP_ALL_TASKS_REPLY - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_STOP_TASK - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_STOP_TASK_REPLY - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_SUBTRACT_FROM_VARIABLE - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_SUBTRACT_FROM_VARIABLE_REPLY - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_TEST_AND_BRANCH_FAR - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_TEST_AND_BRANCH_NEAR - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_TRANSFER_DATA - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_TRANSFER_DATA_REPLY - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_UNLOCK_FIRMWARE - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_UNLOCK_FIRMWARE_REPLY - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_UPLOAD_DATALOG - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_UPLOAD_DATALOG_REPLY - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
OPCODE_WAIT - Static variable in interface lejos.nxt.rcxcomm.Opcode
 
open(byte, byte) - Method in class lejos.nxt.rcxcomm.PacketHandler
Set the source and destination for this connection.
open(NXTInfo, int) - Method in interface lejos.pc.comm.NXTComm
Connect to a NXT found by a search or created from mname and address.
open(NXTInfo) - Method in interface lejos.pc.comm.NXTComm
Connect to a NXT found by a search or created from mname and address.
open() - Static method in class lejos.pc.comm.NXTCommandConnector
Open any available NXT.
open(NXTInfo, int) - Method in class lejos.pc.comm.NXTCommBluecove
 
open(NXTInfo) - Method in class lejos.pc.comm.NXTCommBluecove
 
open(NXTInfo, int) - Method in class lejos.pc.comm.NXTCommBluez
 
open(NXTInfo) - Method in class lejos.pc.comm.NXTCommBluez
 
open(NXTInfo, int) - Method in class lejos.pc.comm.NXTCommUSB
Open a connection to the specified device, and make it available for use.
open(NXTInfo) - Method in class lejos.pc.comm.NXTCommUSB
 
open(NXTInfo) - Method in class lejos.pc.comm.NXTSamba
Open the specified USB device and check that it is in SAM-BA mode.
OPEN_APPEND_DATA - Static variable in interface lejos.nxt.remote.NXTProtocol
 
OPEN_READ - Static variable in interface lejos.nxt.remote.NXTProtocol
 
OPEN_READ_LINEAR - Static variable in interface lejos.nxt.remote.NXTProtocol
 
OPEN_WRITE - Static variable in interface lejos.nxt.remote.NXTProtocol
 
OPEN_WRITE_DATA - Static variable in interface lejos.nxt.remote.NXTProtocol
 
OPEN_WRITE_LINEAR - Static variable in interface lejos.nxt.remote.NXTProtocol
 
openInJFrame(Container, int, int, String, Color) - Static method in class lejos.pc.comm.RemoteFrame
Create a frame to display the panel in
openRead(String) - Method in class lejos.nxt.remote.NXTCommand
Opens a file on the NXT for reading.
openWrite(String, int) - Method in class lejos.nxt.remote.NXTCommand
Opens a file on the NXT for writing.
OpticalDistanceSensor - Class in lejos.nxt.addon
Supports Mindsensors DIST-Nx series of Optical Distance Sensor.
This sensor is used for greater precision than the Ultrasonic Sensor.
OpticalDistanceSensor(I2CPort) - Constructor for class lejos.nxt.addon.OpticalDistanceSensor
 
OUT_OF_BOUNDARY - Static variable in interface lejos.nxt.remote.ErrorMessages
 
outputPort - Variable in class lejos.nxt.remote.OutputState
 
OutputState - Class in lejos.nxt.remote
Container for holding the output state values.
OutputState(int) - Constructor for class lejos.nxt.remote.OutputState
 

P

PACKET - Static variable in interface lejos.pc.comm.NXTComm
 
PacketHandler - Class in lejos.nxt.rcxcomm
Abstract packet handler.
PacketHandler() - Constructor for class lejos.nxt.rcxcomm.PacketHandler
 
PacketHandler(PacketHandler) - Constructor for class lejos.nxt.rcxcomm.PacketHandler
 
packetHandler - Variable in class lejos.nxt.rcxcomm.RCXAbstractPort
 
PAGE_SIZE - Static variable in class lejos.pc.comm.NXTSamba
 
paintComponent(Graphics) - Method in class lejos.pc.comm.MCLFrame
Paint the map and particles
paintComponent(Graphics) - Method in class lejos.pc.comm.RemoteFrame
Paint the panel
passivate() - Method in class lejos.nxt.addon.RCXLightSensor
Deprecated. Use RCXLightSensor.setFloodlight(boolean) with false instead
passivate() - Method in interface lejos.nxt.LegacySensorPort
 
passivate() - Method in class lejos.nxt.SensorPort
Passivate an RCX Light Sensor
PathFinder - Interface in lejos.robotics.proposal
This class creates a set of waypoints connected by straight lines that lead from one location to another without colliding with mapped geometry.
PCTFULLSCALEMODE - Static variable in interface lejos.nxt.remote.NXTProtocol
 
PENDING_COMMUNICATION_TRANSACTION_IN_PROGRESS - Static variable in interface lejos.nxt.remote.ErrorMessages
 
PERIODCOUNTERMODE - Static variable in interface lejos.nxt.remote.NXTProtocol
 
PF_BACKWARD - Static variable in class lejos.nxt.addon.IRLink
 
PF_BRAKE - Static variable in class lejos.nxt.addon.IRLink
 
PF_FLOAT - Static variable in class lejos.nxt.addon.IRLink
 
PF_FORWARD - Static variable in class lejos.nxt.addon.IRLink
 
PF_MODE_COMBO_DIRECT - Static variable in class lejos.nxt.addon.IRLink
 
PFLink - Class in lejos.nxt.addon
Class for controlling PF Motors with MindSensors NRLink-Nx
PFLink(I2CPort) - Constructor for class lejos.nxt.addon.PFLink
 
PFMate - Class in lejos.nxt.addon
Supports Mindsensors PF Mate
This device is used to control Lego Power Function IR receiver
PFMate(I2CPort, int) - Constructor for class lejos.nxt.addon.PFMate
Constructor takes in the sensor port and the PF channel you will be using
PFMateMotor - Class in lejos.nxt.addon
Motor class for PFMate class
PFMotorPort - Class in lejos.nxt.addon
MotorPort for PF Motors using HiTechnic IRLink
PFMotorPort(IRLink, int, int) - Constructor for class lejos.nxt.addon.PFMotorPort
 
Pilot - Interface in lejos.robotics.navigation
The Pilot interface forms a common set of functions an implementation must offer in order to be used by higher level navigation classes.
pilot - Variable in class lejos.robotics.proposal.UpdateablePose
 
ping() - Method in class lejos.nxt.addon.RCXLink
 
ping() - Method in class lejos.nxt.UltrasonicSensor
Send a single ping.
PIXELS_PER_CM - Static variable in class lejos.pc.comm.MCLFrame
 
PLAY_SOUND_FILE - Static variable in interface lejos.nxt.remote.NXTProtocol
 
PLAY_TONE - Static variable in interface lejos.nxt.remote.NXTProtocol
 
playSoundFile(String, boolean) - Method in class lejos.nxt.remote.NXTCommand
 
playSoundFile(String, boolean) - Static method in class lejos.nxt.Sound
Plays a sound file from the NXT.
playSoundFile(String) - Static method in class lejos.nxt.Sound
Plays a sound file once from the NXT.
playTone(int, int) - Method in class lejos.nxt.remote.NXTCommand
Plays a tone on NXT speaker.
playTone(int, int) - Static method in class lejos.nxt.Sound
 
plus(Matrix) - Method in class lejos.util.Matrix
C = A + B
plusEquals(Matrix) - Method in class lejos.util.Matrix
A = A + B
Point - Class in lejos.geom
Point with float co-ordinates for use in navigation.
Point(float, float) - Constructor for class lejos.geom.Point
 
POLL - Static variable in interface lejos.nxt.remote.NXTProtocol
 
POLL_BUFFER - Static variable in interface lejos.nxt.remote.NXTProtocol
 
POLL_LENGTH - Static variable in interface lejos.nxt.remote.NXTProtocol
 
port - Variable in class lejos.nxt.addon.RCXRotationSensor
 
port - Variable in class lejos.nxt.ColorLightSensor
 
Pose - Class in lejos.robotics
Represents the location and heading(direction angle) of a robot.
This class includes methods for updating the Pose to track common robot movements
Pose() - Constructor for class lejos.robotics.Pose
allocate a new Pose at the origin, heading = 0:the direction the positive X axis
Pose(float, float, float) - Constructor for class lejos.robotics.Pose
Allocate a new pose at location (x,y) with specified heading in degrees.
PoseController - Interface in lejos.robotics.proposal
The PoseController guides a Pilot to a destination.
PoseProvider - Interface in lejos.robotics.localization
Provides the coordinate and heading info via a Pose object.
POWER_OFF_RCX - Static variable in class lejos.nxt.addon.RCXLink
 
powerOff() - Method in class lejos.nxt.addon.OpticalDistanceSensor
Turns power to the sensor module off.
powerOff() - Method in class lejos.nxt.addon.RCXLink
 
powerOn() - Method in class lejos.nxt.addon.OpticalDistanceSensor
Turns the sensor module on.
powerSetpoint - Variable in class lejos.nxt.remote.OutputState
 
powerUp(boolean) - Method in class lejos.nxt.addon.PSPNXController
 
print(PrintStream) - Method in class lejos.util.Matrix
 
printMaxWeight() - Method in class lejos.robotics.localization.MCLParticleSet
 
printReadings() - Method in class lejos.robotics.RangeReadings
Print the range readings on standard out
processedValue() - Method in class lejos.nxt.addon.EOPD
 
PRODUCT_ID - Static variable in class lejos.nxt.I2CSensor
Returns the product ID of the sensor.
protocol - Variable in class lejos.pc.comm.NXTInfo
The protocol used to connect to the NXT: USB or BLUETOOTH.
protocolVersion - Variable in class lejos.nxt.remote.FirmwareInfo
 
PSPNXController - Class in lejos.nxt.addon
This class allows you to use a Sony Playstation 2 controller to control your robot in conjunction with the Mindsensors.com PSP-Nx interface.
PSPNXController(SensorPort) - Constructor for class lejos.nxt.addon.PSPNXController
 
PWM_BRAKE - Static variable in interface lejos.nxt.BasicMotorPort
 
PWM_FLOAT - Static variable in interface lejos.nxt.BasicMotorPort
 

R

random(int, int) - Static method in class lejos.util.Matrix
Generate matrix with random elements
range(Pose) - Method in class lejos.robotics.mapping.LineMap
Calculate the range of a robot to the nearest wall
range(Pose) - Method in interface lejos.robotics.mapping.RangeMap
The the range to the nearest wall (or other feature)
RangeFinder - Interface in lejos.robotics
Abstraction for a range finder sensor that returns the distance to the nearest object
RangeMap - Interface in lejos.robotics.mapping
The RangeMap interface supports determining the range to a feature on the map (such as a wall), from an object with a specific pose.
RangeReading - Class in lejos.robotics
Represent a single range reading
RangeReading(float, float) - Constructor for class lejos.robotics.RangeReading
Create the reading
RangeReadings - Class in lejos.robotics
Represents a set of range readings.
RangeReadings(int) - Constructor for class lejos.robotics.RangeReadings
 
RangeScanner - Interface in lejos.robotics
Abstraction for a single range scanning sensor, rotating platform with a range finder, or a complete robot, that obtains a set of range readings at a set of angles to# the robot's heading.
RAW - Static variable in interface lejos.pc.comm.NXTComm
 
rawADValue - Variable in class lejos.nxt.remote.InputValues
The raw value from the Analog to Digital (AD) converter.
RAWMODE - Static variable in interface lejos.nxt.remote.NXTProtocol
 
rcSocketRecv(int) - Method in class lejos.pc.comm.NXTCommBluez
 
rcSocketSend(int, byte[]) - Method in class lejos.pc.comm.NXTCommBluez
 
RCXAbstractPort - Class in lejos.nxt.rcxcomm
RCXAbstractPort provides an interface similar to java.net.Socket Adapted from original code created by the LEGO3 Team at DTU-IAU RCXAbstractPort implements input and output stream handling and input buffering.
RCXAbstractPort(PacketHandler) - Constructor for class lejos.nxt.rcxcomm.RCXAbstractPort
Constructor for the RCXAbstractPort.
RCXLightSensor - Class in lejos.nxt.addon
This class is used to obtain readings from a legacy RCX light sensor, using an adapter cable to connect it to the NXT brick.
RCXLightSensor(LegacySensorPort) - Constructor for class lejos.nxt.addon.RCXLightSensor
Create an RCX light sensor object attached to the specified port.
RCXLink - Class in lejos.nxt.addon
Supports Mindsensors NRLink RCX IR adapter.
RCXLink(I2CPort) - Constructor for class lejos.nxt.addon.RCXLink
 
RCXMotor - Class in lejos.nxt.addon
Abstraction for an RCX motor.
RCXMotor(BasicMotorPort) - Constructor for class lejos.nxt.addon.RCXMotor
 
RCXMotorMultiplexer - Class in lejos.nxt.addon
Supports the mindsensors RCX Motor Multiplexer
RCXMotorMultiplexer(I2CPort) - Constructor for class lejos.nxt.addon.RCXMotorMultiplexer
 
RCXPlexedMotorPort - Class in lejos.nxt.addon
Supports a motor connected to the Mindsensors RCX Motor Multiplexer
RCXPlexedMotorPort(RCXMotorMultiplexer, int) - Constructor for class lejos.nxt.addon.RCXPlexedMotorPort
 
RCXPort - Class in lejos.nxt.rcxcomm
RCXPort provides an interface similar to java.net.Socket Adapted from original code created by the LEGO3 Team at DTU-IAU Uses Reliable low-level comms for communication.
RCXPort(SensorPort) - Constructor for class lejos.nxt.rcxcomm.RCXPort
 
RCXRemoteMotorPort - Class in lejos.nxt.addon
Supports a motor connected to a remote RCX via a mindsensord NRLink adapter
RCXRemoteMotorPort(RCXLink, int) - Constructor for class lejos.nxt.addon.RCXRemoteMotorPort
 
RCXRotationSensor - Class in lejos.nxt.addon
Provide access to the Lego RCX Rotation Sensor.
RCXRotationSensor(LegacySensorPort) - Constructor for class lejos.nxt.addon.RCXRotationSensor
Create an RCX rotation sensor object attached to the specified port.
RCXRotationSensor.Reader - Class in lejos.nxt.addon
 
RCXRotationSensor.Reader() - Constructor for class lejos.nxt.addon.RCXRotationSensor.Reader
 
RCXSensorMultiplexer - Class in lejos.nxt.addon
Supports Mindsensors RXMux
This sensor allows you to connect up to four RCX type sensors toa single port.
RCXSensorMultiplexer(I2CPort) - Constructor for class lejos.nxt.addon.RCXSensorMultiplexer
 
RCXTemperatureSensor - Class in lejos.nxt.addon
Abstraction for an RCX temperature sensor.
RCXTemperatureSensor(LegacySensorPort) - Constructor for class lejos.nxt.addon.RCXTemperatureSensor
Create an RCX temperature sensor object attached to the specified port.
read() - Static method in class lejos.nxt.rcxcomm.LLC
read a single byte, if available
READ - Static variable in interface lejos.nxt.remote.NXTProtocol
 
read() - Method in interface lejos.pc.comm.NXTComm
Read data from a NXT that has an open connection.
read() - Method in class lejos.pc.comm.NXTCommBluecove
 
read() - Method in class lejos.pc.comm.NXTCommBluez
 
read() - Method in class lejos.pc.comm.NXTCommInputStream
Returns one byte as an integer between 0 and 255.
read() - Method in class lejos.pc.comm.NXTCommUSB
Read bytes from the device
readBooleanValue() - Method in interface lejos.nxt.ADSensorPort
 
readBooleanValue() - Method in class lejos.nxt.SensorPort
Reads the boolean value of the sensor.
readBytes(byte[]) - Method in class lejos.nxt.addon.RCXLink
 
readBytes(int, byte[], int, int) - Method in class lejos.pc.comm.NXTSamba
Read a 32 bit word from the specified address.
readColor() - Method in class lejos.nxt.ColorLightSensor
Read the current color and return an enum value.
reader - Variable in class lejos.nxt.addon.RCXRotationSensor
 
readFile(byte, int) - Method in class lejos.nxt.remote.NXTCommand
Returns requested number of bytes from a file.
readHalfword(int) - Method in class lejos.pc.comm.NXTSamba
Read a 16 bit halfword from the specified address.
readNormalizedValue() - Method in class lejos.nxt.LightSensor
Get the normalized light reading
readNormalizedValue() - Method in class lejos.nxt.SensorPort
Reads the normalized value of the sensor.
readOctet(int) - Method in class lejos.pc.comm.NXTSamba
Read a 8 bit octet from the specified address.
readPacket(byte[]) - Static method in class lejos.nxt.rcxcomm.Serial
Read an assembled packet.
readPage(int, byte[], int) - Method in class lejos.pc.comm.NXTSamba
Read a single page from flash memory.
readPages(int, byte[], int, int) - Method in class lejos.pc.comm.NXTSamba
Read a series of pages from flash memory.
readRawValue() - Method in class lejos.nxt.addon.EOPD
 
readRawValue() - Method in interface lejos.nxt.ADSensorPort
 
readRawValue() - Method in class lejos.nxt.ColorLightSensor
Return a single raw value from the device.
readRawValue() - Method in class lejos.nxt.SensorPort
Reads the raw value of the sensor.
readRawValues(int[]) - Method in class lejos.nxt.ColorLightSensor
When in full color mode this returns all four raw color values from the device by doing four very quick reads and flashing all colors.
readRawValues(int[]) - Method in class lejos.nxt.SensorPort
Return a variable number of raw sensor values NOTE: Currently there is no way to return multiple results from a remote sensor, so we return an error.
readTransponder(boolean) - Method in class lejos.nxt.addon.RFIDSensor
Read a transponder id.
readTransponderAsLong(boolean) - Method in class lejos.nxt.addon.RFIDSensor
 
readValue() - Method in class lejos.nxt.addon.GyroSensor
Read the gyro value
readValue() - Method in class lejos.nxt.addon.RCXLightSensor
Deprecated. Use RCXLightSensor.getLightValue() instead
readValue() - Method in class lejos.nxt.addon.RCXTemperatureSensor
Read the current sensor value.
readValue() - Method in interface lejos.nxt.ADSensorPort
 
readValue() - Method in class lejos.nxt.ColorLightSensor
Return a single processed value.
readValue() - Method in class lejos.nxt.LightSensor
Get the light reading
readValue() - Method in class lejos.nxt.SensorPort
Returns scaled value, depending on mode of sensor.
readValue() - Method in class lejos.nxt.SoundSensor
Read the current sensor value.
readValues(int[]) - Method in class lejos.nxt.ColorLightSensor
Return a set of calibrated data.
readValues(int[]) - Method in class lejos.nxt.SensorPort
Return a variable number of sensor values.
readWord(int) - Method in class lejos.pc.comm.NXTSamba
Read a 32 bit word from the specified address.
reboot() - Method in class lejos.pc.comm.NXTSamba
 
receive() - Static method in class lejos.nxt.rcxcomm.LLC
wait a little while for a byte to become available
receiveAck(byte[]) - Method in class lejos.nxt.rcxcomm.LLCHandler
Receive an ack.
receiveAck(byte[]) - Method in class lejos.nxt.rcxcomm.PacketHandler
 
receiveMessage(int, int, boolean) - Static method in class lejos.nxt.Inbox
 
receivePacket(byte[]) - Method in class lejos.nxt.rcxcomm.LLCHandler
Receive a packet.
receivePacket(byte[]) - Method in class lejos.nxt.rcxcomm.LLCReliableHandler
Receive a packet.
receivePacket(byte[]) - Method in class lejos.nxt.rcxcomm.PacketHandler
Receive a packet.
RED - Static variable in class lejos.robotics.Colors
 
REFLECTION - Static variable in interface lejos.nxt.remote.NXTProtocol
 
REGULATED - Static variable in interface lejos.nxt.remote.NXTProtocol
Turns on the regulation
regulateSpeed(boolean) - Method in class lejos.nxt.remote.RemoteMotor
 
regulateSpeed(boolean) - Method in class lejos.robotics.navigation.TachoPilot
 
regulateSpeed(boolean) - Method in interface lejos.robotics.TachoMotor
Turns speed regulation on/off.
REGULATION_MODE_IDLE - Static variable in interface lejos.nxt.remote.NXTProtocol
No regulation will be enabled
REGULATION_MODE_MOTOR_SPEED - Static variable in interface lejos.nxt.remote.NXTProtocol
Power control will be enabled on specified output
REGULATION_MODE_MOTOR_SYNC - Static variable in interface lejos.nxt.remote.NXTProtocol
Synchronization will be enabled (Needs enabled on two output)
regulationMode - Variable in class lejos.nxt.remote.OutputState
 
RemoteBattery - Class in lejos.nxt.remote
Battery readings from a remote NXT.
RemoteBattery(NXTCommand) - Constructor for class lejos.nxt.remote.RemoteBattery
 
RemoteFrame - Class in lejos.pc.comm
This class is useful for creating a PC GUI Application that connects to the NXT and exchanges data with it using Java streams.
RemoteFrame(String) - Constructor for class lejos.pc.comm.RemoteFrame
Create the GUI elements the map and the particle set and connect to the NXT.
RemoteMotor - Class in lejos.nxt.remote
Motor class.
RemoteMotor(NXTCommand, int) - Constructor for class lejos.nxt.remote.RemoteMotor
 
RemoteMotorPort - Class in lejos.nxt.remote
Supports a motor connected to a remote NXT
RemoteMotorPort(NXTCommand, int) - Constructor for class lejos.nxt.remote.RemoteMotorPort
 
removeLogListener(NXTCommLogListener) - Method in class lejos.pc.comm.NXTCommLoggable
unregister log listener
removeLogListener(NXTCommLogListener) - Method in class lejos.pc.comm.NXTConnectionManager
unregister log listener
REPLY_COMMAND - Static variable in interface lejos.nxt.remote.NXTProtocol
 
REQUEST_FAILED - Static variable in interface lejos.nxt.remote.ErrorMessages
Request failed (i.e.
resample() - Method in class lejos.robotics.localization.MCLParticleSet
Resample the set picking those with higher weights.
reset() - Method in class lejos.nxt.rcxcomm.LLCReliableHandler
Reset sequence numbers.
reset() - Method in class lejos.nxt.rcxcomm.PacketHandler
Reset sequence numbers for this handler
reset() - Method in class lejos.nxt.rcxcomm.RCXAbstractPort
Resets sequence numbers for this port
reset() - Method in class lejos.nxt.UltrasonicSensor
Reset the device Performs a "soft reset" of the device.
reset() - Method in class lejos.robotics.navigation.CompassPilot
 
reset() - Method in interface lejos.robotics.navigation.Pilot
Reset traveled distance and rotated angle.
reset() - Method in class lejos.robotics.navigation.TachoPilot
Resets tacho count for both motors.
reset() - Method in class lejos.robotics.proposal.DifferentialPilot
Resets tacho count for both motors.
RESET_MOTOR_POSITION - Static variable in interface lejos.nxt.remote.NXTProtocol
 
RESET_SCALED_INPUT_VALUE - Static variable in interface lejos.nxt.remote.NXTProtocol
 
resetBlockTacho() - Method in class lejos.nxt.remote.RemoteMotor
Deprecated.  
resetCartesianZero() - Method in class lejos.nxt.addon.CompassSensor
Changes the current direction the compass is facing into the zero angle.
resetCartesianZero() - Method in interface lejos.robotics.DirectionFinder
Changes the current direction the compass is facing into the zero angle.
resetCartesianZero() - Method in class lejos.robotics.navigation.CompassPilot
 
resetEstimate() - Method in class lejos.robotics.localization.MCLParticleSet
Reset the estimated position to unknown
resetMotorPosition(int, boolean) - Method in class lejos.nxt.remote.NXTCommand
Resets either RotationCount or BlockTacho
resetSerial() - Static method in class lejos.nxt.rcxcomm.Serial
Reset the link - null
resetTachoCount() - Method in class lejos.nxt.addon.RCXRotationSensor
Reset the tacho count to zero.
resetTachoCount() - Method in class lejos.nxt.MotorPort
 
resetTachoCount() - Method in class lejos.nxt.remote.RemoteMotor
 
resetTachoCount() - Method in class lejos.nxt.remote.RemoteMotorPort
 
resetTachoCount() - Method in interface lejos.nxt.Tachometer
 
resetTachoCount() - Method in interface lejos.robotics.Encoder
Reset the tachometer count.
reverseDirection() - Method in class lejos.nxt.BasicMotor
Reverses direction of the motor.
RFIDSensor - Class in lejos.nxt.addon
Support for the Codatex RFID Sensor.
RFIDSensor(I2CPort) - Constructor for class lejos.nxt.addon.RFIDSensor
Create a class to provide access to the device.
RGB_BLANK - Static variable in class lejos.robotics.Colors
 
RGB_BLUE - Static variable in class lejos.robotics.Colors
 
RGB_GREEN - Static variable in class lejos.robotics.Colors
 
RGB_RED - Static variable in class lejos.robotics.Colors
Index into the data returned by readRawValues and readValues when using the Color sensor in full mode.
rotate(int, boolean) - Method in class lejos.nxt.remote.RemoteMotor
 
rotate(int) - Method in class lejos.nxt.remote.RemoteMotor
 
rotate(float, boolean) - Method in class lejos.robotics.navigation.CompassPilot
robot rotates to the specified compass heading;
rotate(float) - Method in class lejos.robotics.navigation.CompassPilot
Rotates the NXT robot through a specific angle; Rotates left if angle is positive, right if negative, Returns when angle is reached.
rotate(float) - Method in interface lejos.robotics.navigation.Pilot
Rotates the NXT robot the specified number of degrees; direction determined by the sign of the parameter.
rotate(float, boolean) - Method in interface lejos.robotics.navigation.Pilot
Rotates the NXT robot the specifed number of degress; direction determined by the sign of the parameter.
rotate(float) - Method in class lejos.robotics.navigation.SimpleNavigator
Rotates the NXT robot through a specific number of degrees in a direction (+ or -).
rotate(float, boolean) - Method in class lejos.robotics.navigation.SimpleNavigator
Rotates the NXT robot through a specific number of degrees in a direction (+ or -).
rotate(float) - Method in class lejos.robotics.navigation.TachoPilot
Rotates the NXT robot through a specific angle.
rotate(float, boolean) - Method in class lejos.robotics.navigation.TachoPilot
Rotates the NXT robot through a specific angle.
rotate(float) - Method in class lejos.robotics.proposal.DifferentialPilot
Rotates the NXT robot through a specific angle.
rotate(float, boolean) - Method in class lejos.robotics.proposal.DifferentialPilot
Rotates the NXT robot through a specific angle.
rotate(float) - Method in interface lejos.robotics.proposal.RotatePilot
Rotates the NXT robot the specified number of degrees; direction determined by the sign of the parameter.
rotate(float, boolean) - Method in interface lejos.robotics.proposal.RotatePilot
Rotates the NXT robot the specified number of degrees; direction determined by the sign of the parameter.
rotate(int, boolean) - Method in interface lejos.robotics.TachoMotor
causes motor to rotate through angle;
iff immediateReturn is true, method returns immediately and the motor stops by itself
If any motor method is called before the limit is reached, the rotation is canceled.
rotate(int) - Method in interface lejos.robotics.TachoMotor
Causes motor to rotate by a specified angle.
rotateLeft() - Method in class lejos.robotics.navigation.SimpleNavigator
 
RotatePilot - Interface in lejos.robotics.proposal
 
rotateRight() - Method in class lejos.robotics.navigation.SimpleNavigator
 
rotateTo(int) - Method in class lejos.nxt.remote.RemoteMotor
 
rotateTo(int, boolean) - Method in class lejos.nxt.remote.RemoteMotor
 
rotateTo(float, boolean) - Method in class lejos.robotics.navigation.CompassPilot
robot rotates to the specified compass heading;
rotateTo(float) - Method in class lejos.robotics.navigation.CompassPilot
Robot rotates to the specified compass heading.
rotateTo(float) - Method in class lejos.robotics.navigation.SimpleNavigator
Rotates the NXT robot to point in a specific direction, using the smallest rotation necessary
rotateTo(float, boolean) - Method in class lejos.robotics.navigation.SimpleNavigator
Rotates the NXT robot to point in a specific direction relative to the x axis.
rotateTo(int) - Method in interface lejos.robotics.TachoMotor
Causes motor to rotate to limitAngle;
Then getTachoCount should be within +- 2 degrees of the limit angle when the method returns
rotateTo(int, boolean) - Method in interface lejos.robotics.TachoMotor
causes motor to rotate to limitAngle;
if immediateReturn is true, method returns immediately and the motor stops by itself
and getTachoCount should be within +- 2 degrees if the limit angle If any motor method is called before the limit is reached, the rotation is canceled.
rotateUpdate(float) - Method in class lejos.robotics.Pose
Rotate the heading through the specified angle
rotationCount - Variable in class lejos.nxt.remote.OutputState
 
rotationEnded(MotorEvent) - Method in interface lejos.robotics.TachoMotorListener
 
RotationPlatform - Interface in lejos.robotics
A platform for rotating a sensor and elevating the angle.
rotationStarted(MotorEvent) - Method in interface lejos.robotics.TachoMotorListener
 
run() - Method in class lejos.nxt.addon.RCXRotationSensor.Reader
Sensor reader thread.
RUN_PROGRAM_1 - Static variable in class lejos.nxt.addon.RCXLink
 
RUN_PROGRAM_2 - Static variable in class lejos.nxt.addon.RCXLink
 
RUN_PROGRAM_3 - Static variable in class lejos.nxt.addon.RCXLink
 
RUN_PROGRAM_4 - Static variable in class lejos.nxt.addon.RCXLink
 
RUN_PROGRAM_5 - Static variable in class lejos.nxt.addon.RCXLink
 
runCommand(int) - Method in class lejos.nxt.addon.PFLink
Executes a command
runMacro(int) - Method in class lejos.nxt.addon.PFLink
Runs a macro which has been previously installed on the NRLink.
runMacro(int) - Method in class lejos.nxt.addon.RCXLink
 
runProgram(int) - Method in class lejos.nxt.addon.RCXLink
 
runState - Variable in class lejos.nxt.remote.OutputState
 

S

S1 - Static variable in class lejos.nxt.SensorPort
 
S2 - Static variable in class lejos.nxt.SensorPort
 
S3 - Static variable in class lejos.nxt.SensorPort
 
S4 - Static variable in class lejos.nxt.SensorPort
 
saveNXJCache(Properties, String) - Static method in class lejos.pc.comm.NXTCommFactory
Save the leJOS NXJ Properties
saveNXJProperties(Properties, String) - Static method in class lejos.pc.comm.NXTCommFactory
Save the leJOS NXJ Properties
scaledValue - Variable in class lejos.nxt.remote.InputValues
The scaled value starts working after the first call to the sensor.
scanDown() - Method in interface lejos.robotics.ElevationPlatform
 
scanDown() - Method in class lejos.robotics.ExtendedPlatform
 
scanLeft() - Method in interface lejos.robotics.RotationPlatform
Starts rotating counterclockwise (left).
scanLeft() - Method in class lejos.robotics.SimplePlatform
 
scanRight() - Method in interface lejos.robotics.RotationPlatform
Starts rotating to the clockwise (right).
scanRight() - Method in class lejos.robotics.SimplePlatform
 
scanUp() - Method in interface lejos.robotics.ElevationPlatform
 
scanUp() - Method in class lejos.robotics.ExtendedPlatform
 
search(String, int) - Method in interface lejos.pc.comm.NXTComm
Search for NXTs over USB, Bluetooth or both
search(String, int) - Method in class lejos.pc.comm.NXTCommBluecove
 
search(String, int) - Method in class lejos.pc.comm.NXTCommBluez
 
search(String, int) - Method in class lejos.pc.comm.NXTCommUSB
Locate availabe nxt devices and return them.
search() - Method in class lejos.pc.comm.NXTConnectionManager
searches for available NXT bricks automatically connects to the first one found (TODO: correct?)
search(String, String, int) - Method in class lejos.pc.comm.NXTConnector
Search for a NXT
search() - Method in class lejos.pc.comm.NXTSamba
Locate all NXT devices that are running in SAM-BA mode.
sendBytes(byte[], int) - Method in class lejos.nxt.addon.RCXLink
 
sendBytes(byte[], int) - Static method in class lejos.nxt.rcxcomm.LLC
Send a number of bytes and wait for completion of transmission
sendCommand(char) - Method in class lejos.nxt.addon.NXTCam
Send a single byte command represented by a letter
sendCommand(char) - Method in class lejos.nxt.addon.NXTLineLeader
Send a single byte command represented by a letter
sendData(int, byte) - Method in class lejos.nxt.I2CSensor
Sets a single byte in the I2C sensor.
sendData(int, byte[], int) - Method in class lejos.nxt.I2CSensor
Send data top the sensor
sendData(int, byte[], int) - Method in class lejos.nxt.UltrasonicSensor
 
sendF7(int) - Method in class lejos.nxt.addon.RCXLink
 
sendMessage(byte[], int) - Static method in class lejos.nxt.Inbox
 
sendPacket(byte[], int) - Method in class lejos.nxt.rcxcomm.LLCHandler
Send a packet.
sendPacket(byte[], int) - Method in class lejos.nxt.rcxcomm.LLCReliableHandler
Send a packet.
sendPacket(byte[], int) - Method in class lejos.nxt.rcxcomm.PacketHandler
Send a packet.
sendPacket(byte[], int, int) - Static method in class lejos.nxt.rcxcomm.Serial
Send a packet
sendPFComboDirect(int, int, int) - Method in class lejos.nxt.addon.IRLink
Send commands to both motors.
sendRemoteCommand(int) - Method in class lejos.nxt.addon.RCXLink
 
sendRequest(byte[], int) - Method in interface lejos.nxt.remote.NXTCommRequest
Send an LCP message to the NXT and receive a reply
sendRequest(byte[], int) - Method in class lejos.pc.comm.NXTCommBluecove
Sends a request to the NXT brick.
sendRequest(byte[], int) - Method in class lejos.pc.comm.NXTCommBluez
 
sendRequest(byte[], int) - Method in class lejos.pc.comm.NXTCommUSB
Send a Lego Command Protocol (LCP) request to the device.
SENSOR_TYPE - Static variable in class lejos.nxt.I2CSensor
Returns the sensor type.
SensorConstants - Interface in lejos.nxt
Constants used to set Sensor types and modes.
sensorMode - Variable in class lejos.nxt.remote.InputValues
 
SensorPort - Class in lejos.nxt
Port class.
sensorType - Variable in class lejos.nxt.remote.InputValues
 
Serial - Class in lejos.nxt.rcxcomm
Emulation of the RCX Serial class with Mindsensors NRLINK adapter.
servicesDiscovered(int, ServiceRecord[]) - Method in class lejos.pc.comm.NXTCommBluecove
 
serviceSearchCompleted(int, int) - Method in class lejos.pc.comm.NXTCommBluecove
 
servo1 - Variable in class lejos.nxt.addon.MSC
Servo at location 1
servo2 - Variable in class lejos.nxt.addon.MSC
Servo at location 2
servo3 - Variable in class lejos.nxt.addon.MSC
Servo at location 3
servo4 - Variable in class lejos.nxt.addon.MSC
Servo at location 4
servo5 - Variable in class lejos.nxt.addon.MSC
Servo at location 5
servo6 - Variable in class lejos.nxt.addon.MSC
Servo at location 6
servo7 - Variable in class lejos.nxt.addon.MSC
Servo at location 7
servo8 - Variable in class lejos.nxt.addon.MSC
Servo at location 8
set(int, int, double) - Method in class lejos.util.Matrix
Set a single element.
SET_BRICK_NAME - Static variable in interface lejos.nxt.remote.NXTProtocol
 
SET_INPUT_MODE - Static variable in interface lejos.nxt.remote.NXTProtocol
 
SET_OUTPUT_STATE - Static variable in interface lejos.nxt.remote.NXTProtocol
 
setAddress(int) - Method in class lejos.nxt.I2CSensor
Set the address of the port Note that addresses are from 0x01 to 0x7F not even numbers from 0x02 to 0xFE as given in some I2C device specifications.
setADPAMode(boolean) - Method in class lejos.nxt.addon.PSPNXController
Use ADPA mode only if you are trying to connect more than one I2C sensor to a single port.
setAngle(int) - Method in class lejos.nxt.addon.LServo
Method to set an Angle in a RC Servo.
setAngle(int) - Method in class lejos.nxt.addon.MServo
Method to set an Angle in a RC Servo.
setAngleNoiseFactor(float) - Method in class lejos.robotics.localization.MCLParticleSet
Set the distance angle factor
setAPDAOff() - Method in class lejos.nxt.addon.OpticalDistanceSensor
Disables (ADPA) Auto Detecting Parallel Architecture.
Disabled by default.
setAPDAOff() - Method in class lejos.nxt.addon.RCXLink
 
setAPDAOn() - Method in class lejos.nxt.addon.OpticalDistanceSensor
Enables (ADPA) Auto Detecting Parallel Architecture.
setAPDAOn() - Method in class lejos.nxt.addon.RCXLink
 
setBackwardMaxSpeed(int) - Method in class lejos.nxt.addon.LDCMotor
 
setBackwardMinSpeed(int) - Method in class lejos.nxt.addon.LDCMotor
 
setBorder(int) - Method in class lejos.robotics.localization.MCLParticleSet
Set border where no particles should be generated
setBrickName(String) - Static method in class lejos.nxt.NXT
Set the friendly name of the brick
setCalibrationData(byte[]) - Method in class lejos.nxt.UltrasonicSensor
Set 3 bytes of calibration data.
setChannel(int) - Method in class lejos.nxt.addon.PFMate
Sets PF channel to use.
setChannelFour() - Method in class lejos.nxt.addon.RCXSensorMultiplexer
Selects channel four
setChannelOne() - Method in class lejos.nxt.addon.RCXSensorMultiplexer
Selects channel one
setChannelThree() - Method in class lejos.nxt.addon.RCXSensorMultiplexer
Selects channel three
setChannelTwo() - Method in class lejos.nxt.addon.RCXSensorMultiplexer
Selects channel two
setContinuousInterval(byte) - Method in class lejos.nxt.UltrasonicSensor
Set the ping inetrval used when in continuous mode.
setCurveCount(int) - Method in class lejos.nxt.addon.OpticalDistanceSensor
Sets the number of points that will be in the configured curve.
setDBA(boolean) - Method in class lejos.nxt.SoundSensor
Set DB or DBA mode.
setDebug(boolean) - Method in class lejos.pc.comm.NXTConnector
Set debugging on or off
setDebug(boolean) - Method in class lejos.robotics.localization.MCLParticleSet
Set system out debugging on or off
setDefaultSpeed() - Method in class lejos.nxt.addon.RCXLink
 
setDelay(int) - Method in class lejos.nxt.addon.LMotor
Set a delay in a Motor
setDigitalMode(boolean) - Method in class lejos.nxt.addon.PSPNXController
 
setDirection(int, int) - Method in class lejos.nxt.addon.RCXMotorMultiplexer
 
setDirection(int) - Method in interface lejos.robotics.RotationPlatform
Rotates the sensor to the desired angle.
setDirection(int) - Method in class lejos.robotics.SimplePlatform
 
setDistanceNoiseFactor(float) - Method in class lejos.robotics.localization.MCLParticleSet
Set the distance noise factor
setDistMaxLSB(int) - Method in class lejos.nxt.addon.OpticalDistanceSensor
Sets the max value in millimeters for LSB.
Used for recalibrating the sensor.
setDistMaxMSB(int) - Method in class lejos.nxt.addon.OpticalDistanceSensor
Sets the max value in millimeters for the MSB.
Used for recalibrating the sensor.
setDistMinLSB(int) - Method in class lejos.nxt.addon.OpticalDistanceSensor
Sets the min value in millimeters for the LSB.
Used for recalibrating the sensor.
setDistMinMSB(int) - Method in class lejos.nxt.addon.OpticalDistanceSensor
Sets the min value in millimeters for the MSB.
Used for recalibrating the sensor.
setDistPointLSB(int, int) - Method in class lejos.nxt.addon.OpticalDistanceSensor
Sets millimeter value of the specific index for the LSB.
setDistPointMSB(int, int) - Method in class lejos.nxt.addon.OpticalDistanceSensor
Sets millimeter value of the specific index for the MSB.
setElevation(int) - Method in interface lejos.robotics.ElevationPlatform
Raises or lowers the sensor elevation.
setElevation(int) - Method in class lejos.robotics.ExtendedPlatform
 
setElevationSpeed(int) - Method in interface lejos.robotics.ElevationPlatform
Sets the speed the platform should rotate, in degrees per second.
setElevationSpeed(int) - Method in class lejos.robotics.ExtendedPlatform
 
setFloodlight(boolean) - Method in class lejos.nxt.addon.RCXLightSensor
 
setFloodlight(Colors.Color) - Method in class lejos.nxt.addon.RCXLightSensor
 
setFloodlight(boolean) - Method in class lejos.nxt.ColorLightSensor
 
setFloodlight(Colors.Color) - Method in class lejos.nxt.ColorLightSensor
 
setFloodlight(boolean) - Method in class lejos.nxt.LightSensor
 
setFloodlight(Colors.Color) - Method in class lejos.nxt.LightSensor
 
setFloodlight(boolean) - Method in interface lejos.robotics.LampLightDetector
Turns the default LED light on or off.
setFloodlight(Colors.Color) - Method in interface lejos.robotics.LampLightDetector
Used to turn on or off the floodlight by color.
setForwardMaxSpeed(int) - Method in class lejos.nxt.addon.LDCMotor
 
setForwardMinSpeed(int) - Method in class lejos.nxt.addon.LDCMotor
 
setFriendlyName(String) - Method in class lejos.nxt.remote.NXTCommand
Set the friendly name of the NXT
setHeading(int) - Method in class lejos.robotics.navigation.CompassPilot
sets direction of desired robot facing in degrees
setHeading(float) - Method in class lejos.robotics.Pose
 
setHeading(float) - Method in class lejos.robotics.proposal.UpdateablePose
 
setHigh(int) - Method in class lejos.nxt.addon.RCXLightSensor
set the normalized value corresponding to readValue() = 100;
setHigh(int) - Method in class lejos.nxt.ColorLightSensor
set the normalized value corresponding to readValue() = 100;
setHigh(int) - Method in class lejos.nxt.LightSensor
set the normalized value corresponding to readValue() = 100%
setHighSpeed() - Method in class lejos.nxt.addon.RCXLink
 
setInputMode(int, int, int) - Method in class lejos.nxt.remote.NXTCommand
Tells the NXT what type of sensor you are using and the mode to operate in.
setKD(int) - Method in class lejos.nxt.addon.NXTLineLeader
Set KD value
setKI(int) - Method in class lejos.nxt.addon.NXTLineLeader
Set KI value
setKP(int) - Method in class lejos.nxt.addon.NXTLineLeader
Set KP value
setListen(boolean) - Method in class lejos.nxt.rcxcomm.PacketHandler
Set or unset the listen flag to keep a PC serial tower alive
setLocation(Point) - Method in class lejos.robotics.Pose
Set the location of the pose
setLocation(Point) - Method in class lejos.robotics.proposal.UpdateablePose
 
setLow(int) - Method in class lejos.nxt.addon.RCXLightSensor
set the normalized value corresponding to readValue() = 0
setLow(int) - Method in class lejos.nxt.ColorLightSensor
set the normalized value corresponding to readValue() = 0
setLow(int) - Method in class lejos.nxt.LightSensor
set the normalized value corresponding to readValue() = 0%
setMatrix(int, int, int, int, Matrix) - Method in class lejos.util.Matrix
Set a submatrix.
setMatrix(int[], int[], Matrix) - Method in class lejos.util.Matrix
Set a submatrix.
setMatrix(int[], int, int, Matrix) - Method in class lejos.util.Matrix
Set a submatrix.
setMatrix(int, int, int[], Matrix) - Method in class lejos.util.Matrix
Set a submatrix.
setMaxAngle(int) - Method in class lejos.nxt.addon.LServo
Set Maximum angle.
setMaxHeadingError(float) - Method in class lejos.robotics.proposal.WayPoint
 
setMaximumDirection(int) - Method in interface lejos.robotics.RotationPlatform
Cables or other hindrances can restrict movement of the platform.
setMaximumDirection(int) - Method in class lejos.robotics.SimplePlatform
 
setMaximumElevation(int) - Method in interface lejos.robotics.ElevationPlatform
Sets the maximum angle the elevation can be raised.
setMaximumElevation(int) - Method in class lejos.robotics.ExtendedPlatform
 
setMaxIterations(int) - Method in class lejos.robotics.localization.MCLParticleSet
Set the maximum iterations for the resample algorithm
setMaxPositionError(float) - Method in class lejos.robotics.proposal.WayPoint
 
setMinAngle(int) - Method in class lejos.nxt.addon.LServo
Set Minimal angle.
setMinimumDirection(int) - Method in interface lejos.robotics.RotationPlatform
Cables or other hindrances can restrict movement of the platform.
setMinimumDirection(int) - Method in class lejos.robotics.SimplePlatform
 
setMinimumElevation(int) - Method in interface lejos.robotics.ElevationPlatform
Sets the minimum angle the elevation can be raised.
setMinimumElevation(int) - Method in class lejos.robotics.ExtendedPlatform
 
setMinRadius(float) - Method in interface lejos.robotics.proposal.ArcPilot
Set the radius of the minimum turning circle
setMinRadius(float) - Method in class lejos.robotics.proposal.DifferentialPilot
 
setMinRadius(float) - Method in class lejos.robotics.proposal.SteeringPilot
 
setMode(int) - Method in interface lejos.nxt.BasicSensorPort
 
setMode(int) - Method in class lejos.nxt.SensorPort
 
setModeLong() - Method in class lejos.nxt.addon.EOPD
Changes the port to long range mode.
setModeShort() - Method in class lejos.nxt.addon.EOPD
Changes the sensor to short range mode.
setMotor(int) - Method in class lejos.nxt.addon.PFMate
Determines which motors are to be used buy default both are activated
setMotorPower(int, int) - Method in class lejos.nxt.addon.RCXLink
 
setMoveSpeed(float) - Method in interface lejos.robotics.navigation.Pilot
Sets the movement speed of the robot.
setMoveSpeed(float) - Method in class lejos.robotics.navigation.SimpleNavigator
sets the robots movement speed - distance units/second
setMoveSpeed(float) - Method in class lejos.robotics.navigation.TachoPilot
also sets _motorSpeed
setMoveSpeed(float) - Method in interface lejos.robotics.proposal.BasicPilot
 
setMoveSpeed(float) - Method in class lejos.robotics.proposal.DifferentialPilot
also sets _motorSpeed
setMoveSpeed(float) - Method in class lejos.robotics.proposal.SteeringPilot
 
setNXTComm(NXTCommRequest) - Method in class lejos.nxt.remote.NXTCommand
Set the NXTComm used to communicate with the NXT.
setOffset(int) - Method in class lejos.nxt.addon.GyroSensor
Set the offset
setOutputState(int, byte, int, int, int, int, int) - Method in class lejos.nxt.remote.NXTCommand
 
setPilot(MovementProvider) - Method in class lejos.robotics.proposal.UpdateablePose
 
setPort(SensorPort) - Static method in class lejos.nxt.rcxcomm.LLC
Set sensor port
setPort(SensorPort) - Static method in class lejos.nxt.rcxcomm.Serial
Set the sensor port
setPose(float, float, float) - Method in class lejos.robotics.navigation.SimpleNavigator
sets the robot pose to the new coordinates and heading
setPose(Pose) - Method in class lejos.robotics.navigation.SimpleNavigator
sets the robot pose
setPoseProvider(PoseProvider) - Method in class lejos.robotics.proposal.ArcPoseController
 
setPoseProvider(PoseProvider) - Method in interface lejos.robotics.proposal.PoseController
Sets a new PoseProvider for the PoseController robot to use.
setPosition(float, float, float) - Method in class lejos.robotics.navigation.SimpleNavigator
 
setPosition(Point) - Method in class lejos.robotics.proposal.DeadReckonerPoseProvider
 
setPower(int) - Method in class lejos.nxt.BasicMotor
Sets power.
setPower(int) - Method in class lejos.nxt.remote.RemoteMotor
Sets the power of the motor
setPulse(int) - Method in class lejos.nxt.addon.LMotor
This class set the Pulse over a RC Servo or a DC Motor
setPulse(int) - Method in class lejos.nxt.addon.MServo
This method set the pulse in a RC Servo.
setPWMMode(int) - Method in class lejos.nxt.addon.PFMotorPort
 
setPWMMode(int) - Method in class lejos.nxt.addon.RCXPlexedMotorPort
 
setPWMMode(int) - Method in class lejos.nxt.addon.RCXRemoteMotorPort
 
setPWMMode(int) - Method in interface lejos.nxt.BasicMotorPort
 
setPWMMode(int) - Method in class lejos.nxt.MotorPort
 
setPWMMode(int) - Method in class lejos.nxt.remote.RemoteMotorPort
 
setRange(int, float, float) - Method in class lejos.robotics.RangeReadings
Set the range reading
setRangeLong() - Method in class lejos.nxt.addon.RCXLink
 
setRangeLong() - Static method in class lejos.nxt.rcxcomm.LLC
Sets long range transmision.
setRangeLong() - Static method in class lejos.nxt.rcxcomm.Serial
Set long range
setRangeShort() - Method in class lejos.nxt.addon.RCXLink
 
setRangeShort() - Static method in class lejos.nxt.rcxcomm.LLC
Sets short range transmision.
setRangeShort() - Static method in class lejos.nxt.rcxcomm.Serial
Set short range
setRawMode() - Method in class lejos.nxt.addon.RCXLink
 
setRCXRangeLong() - Method in class lejos.nxt.addon.RCXLink
 
setRCXRangeShort() - Method in class lejos.nxt.addon.RCXLink
 
setRegulationMode(int) - Method in class lejos.nxt.remote.RemoteMotor
This method determines if and how the motor will be regulated.
setRotationSpeed(int) - Method in interface lejos.robotics.RotationPlatform
Sets the speed the platform should rotate, in degrees per second.
setRotationSpeed(int) - Method in class lejos.robotics.SimplePlatform
 
setSensorModule(byte) - Method in class lejos.nxt.addon.OpticalDistanceSensor
This only needs the be run if you are changing the sensor.
setSigma(float) - Method in class lejos.robotics.localization.MCLParticleSet
Set the standard deviation for the sensor probability model
setSpeed(int) - Method in class lejos.nxt.addon.LDCMotor
Method to set the speed in a DC Motor
setSpeed(int) - Method in class lejos.nxt.addon.MServo
Method to set the Speed in a RC Servo.
setSpeed(int) - Method in class lejos.nxt.addon.PFMateMotor
Sets the motors speed
setSpeed(int, int) - Method in class lejos.nxt.addon.RCXMotorMultiplexer
 
setSpeed(int) - Method in class lejos.nxt.remote.RemoteMotor
 
setSpeed(int) - Method in interface lejos.robotics.navigation.Pilot
Deprecated. in 0.8, use setTurnSpeed() and setMoveSpeed(). The method was deprecated, as this it requires knowledge of the robots physical construction, which this interface should hide!
setSpeed(int) - Method in class lejos.robotics.navigation.TachoPilot
Sets speed of both motors, as well as moveSpeed and turnSpeed.
setSpeed(int) - Method in class lejos.robotics.proposal.DifferentialPilot
Sets speed of both motors, as well as moveSpeed and turnSpeed.
setSpeed(int, int) - Method in class lejos.robotics.proposal.DifferentialPilot
 
setSpeed(int) - Method in interface lejos.robotics.TachoMotor
Set motor speed.
setState(Matrix, Matrix) - Method in class lejos.util.KalmanFilter
 
setTimeOut(int) - Method in class lejos.nxt.rcxcomm.RCXAbstractPort
Setter for property timeOut.
setTrackingMode(char) - Method in class lejos.nxt.addon.NXTCam
Choose either object or line tracking mode.
setTurnSpeed(float) - Method in interface lejos.robotics.navigation.Pilot
Sets the turning speed of the robot.
setTurnSpeed(float) - Method in class lejos.robotics.navigation.SimpleNavigator
sets the robot turn speed -degrees/second
setTurnSpeed(float) - Method in class lejos.robotics.navigation.TachoPilot
 
setTurnSpeed(float) - Method in class lejos.robotics.proposal.DifferentialPilot
 
setTurnSpeed(float) - Method in interface lejos.robotics.proposal.RotatePilot
 
setTurnSpeed(float) - Method in class lejos.robotics.proposal.SteeringPilot
 
setType(int) - Method in interface lejos.nxt.BasicSensorPort
 
setType(int) - Method in class lejos.nxt.ColorLightSensor
Change the type of the sensor
setType(int) - Method in class lejos.nxt.SensorPort
 
setTypeAndMode(int, int) - Method in interface lejos.nxt.BasicSensorPort
 
setTypeAndMode(int, int) - Method in class lejos.nxt.SensorPort
 
setVerify(boolean) - Method in class lejos.nxt.remote.NXTCommand
Toggle the verify flag.
setVoltPointLSB(int, int) - Method in class lejos.nxt.addon.OpticalDistanceSensor
Sets millivolts value of the specific index for the LSB.
setVoltPointMSB(int, int) - Method in class lejos.nxt.addon.OpticalDistanceSensor
Sets millivolts value of the specific index for the MSB.
setWeight(float) - Method in class lejos.robotics.localization.MCLParticle
Set the weight for this particle
setXOffset() - Method in interface lejos.robotics.RotationPlatform
The actual central axis of the sensor rotator will reside off center from the actual robot center.
setXOffset() - Method in class lejos.robotics.SimplePlatform
 
setYOffset() - Method in interface lejos.robotics.RotationPlatform
 
setYOffset() - Method in class lejos.robotics.SimplePlatform
 
setZOffset() - Method in interface lejos.robotics.RotationPlatform
 
setZOffset() - Method in class lejos.robotics.SimplePlatform
 
SHORT_RANGE_IR - Static variable in class lejos.nxt.addon.RCXLink
 
signalStrength - Variable in class lejos.nxt.remote.DeviceInfo
 
SimpleNavigator - Class in lejos.robotics.navigation
The SimpleNavigator class uses dead reckoning to keep track of its robot pose (the location in the plane and its heading - the direction in which it moves).
SimpleNavigator(Pilot) - Constructor for class lejos.robotics.navigation.SimpleNavigator
Allocates a SimpleNavigator with a Pilot that you supply.
SimpleNavigator(float, float, TachoMotor, TachoMotor, boolean) - Constructor for class lejos.robotics.navigation.SimpleNavigator
Deprecated. The correct way is to create the Pilot in advance and to use that in construction of the SimpleNavigator. Otherwise the SimpleNavigator needs to know detail it should not care about!
SimpleNavigator(float, float, TachoMotor, TachoMotor) - Constructor for class lejos.robotics.navigation.SimpleNavigator
Deprecated. The correct way is to create the Pilot in advance and to use that in construction of the SimpleNavigator. Otherwise the SimpleNavigator needs to know detail it should not care about!
SimplePathFinder - Class in lejos.robotics.proposal
Very simple path finder that assumes there is a direct route to the target
SimplePathFinder() - Constructor for class lejos.robotics.proposal.SimplePathFinder
 
SimplePlatform - Class in lejos.robotics
 
SimplePlatform(TachoMotor) - Constructor for class lejos.robotics.SimplePlatform
 
SimplePlatform(TachoMotor, boolean) - Constructor for class lejos.robotics.SimplePlatform
 
SimplePlatform(TachoMotor, boolean, double) - Constructor for class lejos.robotics.SimplePlatform
 
SIZE - Static variable in class lejos.nxt.addon.NXTCam
Used by sortBy() to choose sorting criteria based on size (ordered largest to smallest).
sleep() - Method in class lejos.nxt.addon.NXTLineLeader
Sleep the sensor
SLOPEMASK - Static variable in interface lejos.nxt.remote.NXTProtocol
 
smoothAcceleration(boolean) - Method in class lejos.nxt.remote.RemoteMotor
 
smoothAcceleration(boolean) - Method in interface lejos.robotics.TachoMotor
Enables smoother acceleration.
solve(Matrix) - Method in class lejos.util.LUDecomposition
Solve A*X = B
solve(Matrix) - Method in class lejos.util.Matrix
Solve A*X = B
sortBy(char) - Method in class lejos.nxt.addon.NXTCam
Camera sorts objects it detects according to criteria, either color, size, or no sorting at all.
Sound - Class in lejos.nxt
Sound class.
SOUND_DB - Static variable in interface lejos.nxt.remote.NXTProtocol
 
SOUND_DBA - Static variable in interface lejos.nxt.remote.NXTProtocol
 
SoundSensor - Class in lejos.nxt
Abstraction for a NXT sound sensor.
SoundSensor(ADSensorPort) - Constructor for class lejos.nxt.SoundSensor
Create a sound sensor object attached to the specified port.
SoundSensor(ADSensorPort, boolean) - Constructor for class lejos.nxt.SoundSensor
Create a sound sensor object attached to the specified port, and sets DB or DBA mode.
SPECIFIED_CHANNEL_CONNECTION_IS_NOT_VALID - Static variable in interface lejos.nxt.remote.ErrorMessages
Specified channel/connection is not valid
SPECIFIED_CHANNEL_CONNECTION_NOT_CONFIGURED_OR_BUSY - Static variable in interface lejos.nxt.remote.ErrorMessages
Specified channel/connection not configured or busy
SPECIFIED_MAILBOX_QUEUE_IS_EMPTY - Static variable in interface lejos.nxt.remote.ErrorMessages
 
SPI_PORT - Variable in class lejos.nxt.addon.LMotor
 
stalled() - Method in class lejos.robotics.navigation.TachoPilot
 
STANDARD_MODE - Static variable in interface lejos.nxt.I2CPort
 
START_PROGRAM - Static variable in interface lejos.nxt.remote.NXTProtocol
 
startBootLoader() - Method in class lejos.nxt.addon.RFIDSensor
Enter boot loader mode.
startCalibration() - Method in class lejos.nxt.addon.CompassSensor
Starts calibration for Mindsensors.com compass.
startCalibration() - Method in interface lejos.robotics.DirectionFinder
Starts calibration.
startContinuousRead() - Method in class lejos.nxt.addon.RFIDSensor
Start continually reading from the device.
startFirmware() - Method in class lejos.nxt.addon.RFIDSensor
Start the firmware on the RFID device.
startMotor(int) - Method in class lejos.nxt.addon.RCXLink
 
startPage - Variable in class lejos.nxt.remote.FileInfo
The start page of the file in flash memory.
startProgram(String) - Static method in class lejos.nxt.FileSystem
Starts a Lego executable file on the NXT.
startProgram(String) - Method in class lejos.nxt.remote.NXTCommand
Starts a program already on the NXT.
startSingleRead() - Method in class lejos.nxt.addon.RFIDSensor
Start a single read from the device.
status - Variable in class lejos.nxt.remote.DeviceInfo
 
status - Variable in class lejos.nxt.remote.FileInfo
The status of the file - not used.
status - Variable in class lejos.nxt.remote.FirmwareInfo
 
status - Variable in class lejos.nxt.remote.OutputState
 
steer(float) - Method in interface lejos.robotics.navigation.Pilot
Starts the robot moving along a curved path.
steer(float, float) - Method in interface lejos.robotics.navigation.Pilot
Moves the robot along a curved path through a specified turn angle.
steer(float, float, boolean) - Method in interface lejos.robotics.navigation.Pilot
Moves the robot along a curved path for a specified angle of rotation.
steer(int) - Method in class lejos.robotics.navigation.SimpleNavigator
Starts the robot moving along a curved path.
steer(int, int) - Method in class lejos.robotics.navigation.SimpleNavigator
Moves the robot along a curved path through a specified turn angle.
steer(int, int, boolean) - Method in class lejos.robotics.navigation.SimpleNavigator
Moves the robot along a curved path for a specified angle of rotation.
steer(float) - Method in class lejos.robotics.navigation.TachoPilot
 
steer(float, float) - Method in class lejos.robotics.navigation.TachoPilot
 
steer(float, float, boolean) - Method in class lejos.robotics.navigation.TachoPilot
 
steer(float) - Method in class lejos.robotics.proposal.DifferentialPilot
 
steer(float, float) - Method in class lejos.robotics.proposal.DifferentialPilot
 
steer(float, float, boolean) - Method in class lejos.robotics.proposal.DifferentialPilot
 
SteeringPilot - Class in lejos.robotics.proposal
The SteeringPilot uses a similar steering mechanism to a car.
SteeringPilot(float, float, TachoMotor, TachoMotor, float, boolean) - Constructor for class lejos.robotics.proposal.SteeringPilot
Create a steering pilot
stop() - Method in class lejos.nxt.addon.PFMateMotor
Stops the Motor
stop() - Method in class lejos.nxt.addon.RFIDSensor
Send a stop command to the device.
stop() - Method in class lejos.nxt.BasicMotor
Causes motor to stop, pretty much instantaneously.
STOP - Static variable in class lejos.nxt.I2CSensor
 
stop() - Method in class lejos.nxt.remote.RemoteMotor
 
stop() - Method in interface lejos.robotics.DCMotor
Causes motor to stop immediately.
stop() - Method in class lejos.robotics.navigation.CompassPilot
Stops the robot soon after the method is executed.
stop() - Method in interface lejos.robotics.navigation.Pilot
Halts the NXT robot
stop() - Method in class lejos.robotics.navigation.SimpleNavigator
Stops the robot.
stop() - Method in class lejos.robotics.navigation.TachoPilot
Stops the NXT robot.
stop() - Method in interface lejos.robotics.proposal.BasicPilot
Halts the NXT robot
stop() - Method in class lejos.robotics.proposal.DifferentialPilot
Stops the NXT robot.
stop() - Method in class lejos.robotics.proposal.SteeringPilot
 
STOP_ALL_PROGRAMS - Static variable in class lejos.nxt.addon.RCXLink
 
STOP_PROGRAM - Static variable in interface lejos.nxt.remote.NXTProtocol
 
STOP_SOUND_PLAYBACK - Static variable in interface lejos.nxt.remote.NXTProtocol
 
stopAllPrograms() - Method in class lejos.nxt.addon.RCXLink
 
stopCalibration() - Method in class lejos.nxt.addon.CompassSensor
Ends calibration sequence.
stopCalibration() - Method in interface lejos.robotics.DirectionFinder
Ends calibration sequence.
stopElevation() - Method in interface lejos.robotics.ElevationPlatform
Stops a scan in motion from scanUp() or scanDown().
stopElevation() - Method in class lejos.robotics.ExtendedPlatform
 
stopMotor(int) - Method in class lejos.nxt.addon.RCXLink
 
stopProgram() - Static method in class lejos.nxt.FileSystem
Stops the currently running Lego executable on the NXT.
stopProgram() - Method in class lejos.nxt.remote.NXTCommand
Forces the currently executing program to stop.
stopRotation() - Method in interface lejos.robotics.RotationPlatform
Stops a rotation in motion from one of the rotate methods, like rotateLeft() or rotateUp().
stopRotation() - Method in class lejos.robotics.SimplePlatform
 
stopSoundPlayback() - Method in class lejos.nxt.remote.NXTCommand
Stops sound file playing.
stopSoundPlayback() - Static method in class lejos.nxt.Sound
Stops a sound file that has been playing/repeating.
stripColons(String) - Method in class lejos.pc.comm.NXTCommBluecove
 
SUCCESS - Static variable in interface lejos.nxt.remote.ErrorMessages
 
SWITCH - Static variable in interface lejos.nxt.remote.NXTProtocol
 
SYSTEM_COMMAND_NOREPLY - Static variable in interface lejos.nxt.remote.NXTProtocol
 
SYSTEM_COMMAND_REPLY - Static variable in interface lejos.nxt.remote.NXTProtocol
 

T

tachoCount - Variable in class lejos.nxt.remote.OutputState
 
tachoLimit - Variable in class lejos.nxt.remote.OutputState
 
Tachometer - Interface in lejos.nxt
Abstraction for the tachometer built into NXT motors.
Tachometer - Interface in lejos.robotics
Abstraction for a Tachometer, which monitors speed of the encoder.
TachoMotor - Interface in lejos.robotics
Interface for encoded motors without limited range of movement (e.g.
TachoMotorListener - Interface in lejos.robotics
NOTE: Might want to have listener that notifies when arbitrary rotation is completed.
TachoMotorPort - Interface in lejos.nxt
Abstraction for a motor port that supports NXT motors with tachometers.
TachoPilot - Class in lejos.robotics.navigation
The TachoPilot class is a software abstraction of the Pilot mechanism of a NXT robot.
TachoPilot(float, float, TachoMotor, TachoMotor) - Constructor for class lejos.robotics.navigation.TachoPilot
Allocates a TachoPilot object, and sets the physical parameters of the NXT robot.
Assumes Motor.forward() causes the robot to move forward.
TachoPilot(float, float, TachoMotor, TachoMotor, boolean) - Constructor for class lejos.robotics.navigation.TachoPilot
Allocates a TachoPilot object, and sets the physical parameters of the NXT robot.
TachoPilot(float, float, float, TachoMotor, TachoMotor, boolean) - Constructor for class lejos.robotics.navigation.TachoPilot
Allocates a TachoPilot object, and sets the physical parameters of the NXT robot.
TEMPERATURE - Static variable in interface lejos.nxt.remote.NXTProtocol
 
TiltSensor - Class in lejos.nxt.addon
This class works with HiTechnic or Mindsensors acceleration (tilt) sensor.
TiltSensor(I2CPort) - Constructor for class lejos.nxt.addon.TiltSensor
 
times(double) - Method in class lejos.util.Matrix
Multiply a matrix by a scalar, C = s*A
times(Matrix) - Method in class lejos.util.Matrix
Linear algebraic matrix multiplication, A * B
timesEquals(double) - Method in class lejos.util.Matrix
Multiply a matrix by a scalar in place, A = s*A
timeStamp - Variable in class lejos.robotics.Movement
 
TouchSensor - Class in lejos.nxt
Abstraction for a NXT touch sensor.
TouchSensor(ADSensorPort) - Constructor for class lejos.nxt.TouchSensor
Create a touch sensor object attached to the specified port.
trace() - Method in class lejos.util.Matrix
Matrix trace.
TRANSITIONCNTMODE - Static variable in interface lejos.nxt.remote.NXTProtocol
 
translate(float, float) - Method in class lejos.robotics.Pose
Change the x and y coordinates of the pose by adding dx and dy.
transpose() - Method in class lejos.util.Matrix
Matrix transpose.
travel(float, boolean) - Method in class lejos.robotics.navigation.CompassPilot
Moves the NXT robot a specific distance.
travel(float) - Method in class lejos.robotics.navigation.CompassPilot
Moves the NXT robot a specific distance;
A positive distance causes forward motion; negative distance moves backward.
travel(float) - Method in interface lejos.robotics.navigation.Pilot
Moves the NXT robot a specific distance.
travel(float, boolean) - Method in interface lejos.robotics.navigation.Pilot
Moves the NXT robot a specific distance.
travel(float) - Method in class lejos.robotics.navigation.SimpleNavigator
Moves the NXT robot a specific distance.
travel(float, boolean) - Method in class lejos.robotics.navigation.SimpleNavigator
Moves the NXT robot a specific distance.
travel(float) - Method in class lejos.robotics.navigation.TachoPilot
Moves the NXT robot a specific distance in an (hopefully) straight line.
A positive distance causes forward motion, a negative distance moves backward.
travel(float, boolean) - Method in class lejos.robotics.navigation.TachoPilot
Moves the NXT robot a specific distance in an (hopefully) straight line.
A positive distance causes forward motion, a negative distance moves backward.
travel(float) - Method in interface lejos.robotics.proposal.BasicPilot
Moves the NXT robot a specific distance.
travel(float, boolean) - Method in interface lejos.robotics.proposal.BasicPilot
Moves the NXT robot a specific distance.
travel(float) - Method in class lejos.robotics.proposal.DifferentialPilot
Moves the NXT robot a specific distance in an (hopefully) straight line.
A positive distance causes forward motion, a negative distance moves backward.
travel(float, boolean) - Method in class lejos.robotics.proposal.DifferentialPilot
Moves the NXT robot a specific distance in an (hopefully) straight line.
A positive distance causes forward motion, a negative distance moves backward.
travel(float) - Method in class lejos.robotics.proposal.SteeringPilot
 
travel(float, boolean) - Method in class lejos.robotics.proposal.SteeringPilot
 
travelArc(float, float) - Method in interface lejos.robotics.navigation.Pilot
Moves the NXT robot a specified distance along an arc mof specified radius, after which the robot stops moving.
travelArc(float, float, boolean) - Method in interface lejos.robotics.navigation.Pilot
Moves the NXT robot a specified distance along an arc of specified radius, after which the robot stops moving.
travelArc(float, float) - Method in class lejos.robotics.navigation.SimpleNavigator
Moves the NXT robot in a circular arc through a specific distance;
The center of the turning circle is on the left side of the robot if parameter radius is positive and on the right if negative.
travelArc(float, float, boolean) - Method in class lejos.robotics.navigation.SimpleNavigator
Moves the NXT robot in a circular arc through a specific distance;
The center of the turning circle is on the left side of the robot if parameter radius is positive and on the right if negative.
travelArc(float, float) - Method in class lejos.robotics.navigation.TachoPilot
 
travelArc(float, float, boolean) - Method in class lejos.robotics.navigation.TachoPilot
 
travelArc(float, float) - Method in interface lejos.robotics.proposal.ArcPilot
Moves the NXT robot a specified distance along an arc mof specified radius, after which the robot stops moving.
travelArc(float, float, boolean) - Method in interface lejos.robotics.proposal.ArcPilot
Moves the NXT robot a specified distance along an arc of specified radius, after which the robot stops moving.
travelArc(float, float) - Method in class lejos.robotics.proposal.DifferentialPilot
 
travelArc(float, float, boolean) - Method in class lejos.robotics.proposal.DifferentialPilot
 
travelArc(float, float) - Method in class lejos.robotics.proposal.SteeringPilot
 
travelArc(float, float, boolean) - Method in class lejos.robotics.proposal.SteeringPilot
 
turnRate(float) - Method in class lejos.robotics.proposal.DifferentialPilot
Calculates the turn rate corresponding to the turn radius;
use as the parameter for steer() negative argument means center of turn is on right, so angle of turn is negative
turnRatio - Variable in class lejos.nxt.remote.OutputState
 
turnRatio - Variable in class lejos.nxt.remote.RemoteMotor
 
type - Variable in class lejos.nxt.ColorLightSensor
 
TYPE_ANGLE - Static variable in interface lejos.nxt.SensorConstants
 
TYPE_COLORBLUE - Static variable in interface lejos.nxt.SensorConstants
 
TYPE_COLORFULL - Static variable in interface lejos.nxt.SensorConstants
 
TYPE_COLORGREEN - Static variable in interface lejos.nxt.SensorConstants
 
TYPE_COLORNONE - Static variable in interface lejos.nxt.SensorConstants
 
TYPE_COLORRED - Static variable in interface lejos.nxt.SensorConstants
 
TYPE_CUSTOM - Static variable in interface lejos.nxt.SensorConstants
 
TYPE_HISPEED - Static variable in interface lejos.nxt.SensorConstants
 
TYPE_LIGHT_ACTIVE - Static variable in interface lejos.nxt.SensorConstants
 
TYPE_LIGHT_INACTIVE - Static variable in interface lejos.nxt.SensorConstants
 
TYPE_LOWSPEED - Static variable in interface lejos.nxt.SensorConstants
 
TYPE_LOWSPEED_9V - Static variable in interface lejos.nxt.SensorConstants
 
TYPE_NO_SENSOR - Static variable in interface lejos.nxt.SensorConstants
 
TYPE_REFLECTION - Static variable in interface lejos.nxt.SensorConstants
 
TYPE_SOUND_DB - Static variable in interface lejos.nxt.SensorConstants
 
TYPE_SOUND_DBA - Static variable in interface lejos.nxt.SensorConstants
 
TYPE_SWITCH - Static variable in interface lejos.nxt.SensorConstants
 
TYPE_TEMPERATURE - Static variable in interface lejos.nxt.SensorConstants
 

U

UltrasonicSensor - Class in lejos.nxt
Abstraction for a NXT Ultrasonic Sensor.
UltrasonicSensor(I2CPort) - Constructor for class lejos.nxt.UltrasonicSensor
 
uminus() - Method in class lejos.util.Matrix
Unary minus
UNDEFINED_ERROR - Static variable in interface lejos.nxt.remote.ErrorMessages
 
UNKNOWN_COMMAND_OPCODE - Static variable in interface lejos.nxt.remote.ErrorMessages
 
unload() - Method in class lejos.nxt.addon.LMotor
 
unloadAllServos() - Method in class lejos.nxt.addon.LSC
Unload all servos connected in a LSC
unlockAllPages() - Method in class lejos.pc.comm.NXTSamba
Turn off the lock bits for all of flash memory.
update() - Method in class lejos.nxt.addon.PFMate
Sends command to PF IR receiver to apply changes made to the registers.
update(Movement) - Method in class lejos.robotics.proposal.UpdateablePose
Updates can occur while the robot is moving.
update(Matrix, Matrix) - Method in class lejos.util.KalmanFilter
 
UPDATE_TIME - Static variable in class lejos.nxt.addon.RCXRotationSensor
 
UpdateablePose - Class in lejos.robotics.proposal
Experimental Pose Represents the location and heading(direction angle) of a robot.
This class includes methods for updating the UpdateablePose to track common robot movements.
UpdateablePose() - Constructor for class lejos.robotics.proposal.UpdateablePose
allocate a new UpdateablePose at the origin, heading = 0:the direction the positive X axis
UpdateablePose(float, float, float) - Constructor for class lejos.robotics.proposal.UpdateablePose
Allocate a new pose at location (x,y) with specified heading in degrees.
updatePose() - Method in class lejos.robotics.navigation.SimpleNavigator
 
updatePosition() - Method in class lejos.robotics.navigation.SimpleNavigator
 
upload(File) - Static method in class lejos.nxt.FileSystem
 
uploadFile(File, String) - Method in class lejos.nxt.remote.NXTCommand
Upload a file to the NXT
USB - Static variable in class lejos.pc.comm.NXTCommFactory
 
usDelay(long) - Static method in class lejos.util.Delay
Wait for the specified number of microseconds.

V

valid - Variable in class lejos.nxt.remote.InputValues
NXT indicates if it thinks the data is valid
valueOf(String) - Static method in enum lejos.pc.comm.NXTConnectionState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum lejos.robotics.Colors.Color
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum lejos.robotics.Movement.MovementType
Returns the enum constant of this type with the specified name.
values() - Static method in enum lejos.pc.comm.NXTConnectionState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum lejos.robotics.Colors.Color
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum lejos.robotics.Movement.MovementType
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in class lejos.nxt.I2CSensor
Returns the version number of the sensor.

W

waitTillSent() - Static method in class lejos.nxt.rcxcomm.Serial
Wait until the packet is sent - null
wakeUp() - Method in class lejos.nxt.addon.NXTLineLeader
Wake up the sensor
wakeUp() - Method in class lejos.nxt.addon.RFIDSensor
The sensor will go into a power save mode after a short time.
WayPoint - Class in lejos.robotics.proposal
 
WayPoint(float, float) - Constructor for class lejos.robotics.proposal.WayPoint
 
WayPoint(Point) - Constructor for class lejos.robotics.proposal.WayPoint
 
WayPoint(Pose) - Constructor for class lejos.robotics.proposal.WayPoint
 
WHITE - Static variable in class lejos.robotics.Colors
 
WRITE - Static variable in interface lejos.nxt.remote.NXTProtocol
 
write(byte[]) - Method in interface lejos.pc.comm.NXTComm
Write data to a NXT that has an open connection.
write(byte[]) - Method in class lejos.pc.comm.NXTCommBluecove
 
write(byte[]) - Method in class lejos.pc.comm.NXTCommBluez
 
write(int) - Method in class lejos.pc.comm.NXTCommOutputStream
 
write(byte[]) - Method in class lejos.pc.comm.NXTCommUSB
Write bytes to the device.
writeBytes(int, byte[]) - Method in class lejos.pc.comm.NXTSamba
Write a series of bytes to the device.
writeFile(byte, byte[]) - Method in class lejos.nxt.remote.NXTCommand
Write data to the file
writeHalfword(int, int) - Method in class lejos.pc.comm.NXTSamba
Write a 16 bit halfword to the specified address.
writeOctet(int, int) - Method in class lejos.pc.comm.NXTSamba
Write a 8 bit octet to the specified address.
writePage(int, byte[], int) - Method in class lejos.pc.comm.NXTSamba
Write a single page to flash memory.
writePage(int, byte[], int, int) - Method in class lejos.pc.comm.NXTSamba
Write a single page to flash memory.
writePages(int, byte[], int, int) - Method in class lejos.pc.comm.NXTSamba
Write a series of pages to flash memory.
writeWord(int, int) - Method in class lejos.pc.comm.NXTSamba
Write a 32 bit word to the specified address.

X

X_OFFSET - Static variable in class lejos.pc.comm.MCLFrame
 

Y

Y_OFFSET - Static variable in class lejos.pc.comm.MCLFrame
 
YELLOW - Static variable in class lejos.robotics.Colors
 

Z

zero() - Method in interface lejos.robotics.RotationPlatform
This method calibrates the direction and elevation to the zero angle position, which is pointing in the same direction as the robot and facing horizontal.
zero() - Method in class lejos.robotics.SimplePlatform
 

_

_alert - Variable in class lejos.robotics.proposal.DifferentialPilot
should be true if an immediate return movement is in progress.
_angle0 - Variable in class lejos.robotics.navigation.CompassPilot
 
_angle0 - Variable in class lejos.robotics.proposal.UpdateablePose
 
_current - Variable in class lejos.robotics.proposal.UpdateablePose
 
_distance0 - Variable in class lejos.robotics.proposal.UpdateablePose
 
_heading - Variable in class lejos.robotics.Pose
 
_left - Variable in class lejos.robotics.navigation.TachoPilot
Left motor.
_left - Variable in class lejos.robotics.proposal.DifferentialPilot
Left motor.
_leftDegPerDistance - Variable in class lejos.robotics.navigation.TachoPilot
Left motor degrees per unit of travel.
_leftDegPerDistance - Variable in class lejos.robotics.proposal.DifferentialPilot
Left motor degrees per unit of travel.
_leftTurnRatio - Variable in class lejos.robotics.navigation.TachoPilot
Left motor revolutions for 360 degree rotation of robot (motors running in opposite directions).
_leftTurnRatio - Variable in class lejos.robotics.proposal.DifferentialPilot
Left motor revolutions for 360 degree rotation of robot (motors running in opposite directions).
_leftWheelDiameter - Variable in class lejos.robotics.navigation.TachoPilot
Diameter of left wheel.
_leftWheelDiameter - Variable in class lejos.robotics.proposal.DifferentialPilot
Diameter of left wheel.
_location - Variable in class lejos.robotics.Pose
 
_minRadius - Variable in class lejos.robotics.proposal.DifferentialPilot
 
_motorSpeed - Variable in class lejos.robotics.navigation.TachoPilot
Motor speed degrees per second.
_motorSpeed - Variable in class lejos.robotics.proposal.DifferentialPilot
Motor speed degrees per second.
_moveType - Variable in class lejos.robotics.proposal.DifferentialPilot
type of the current movement
_parity - Variable in class lejos.robotics.proposal.DifferentialPilot
Motor rotation forward makes robot move forward if parity == 1.
_port - Variable in class lejos.nxt.BasicMotor
 
_regulating - Variable in class lejos.robotics.proposal.DifferentialPilot
If true, motor speed regulation is turned on.
_right - Variable in class lejos.robotics.navigation.TachoPilot
Right motor.
_right - Variable in class lejos.robotics.proposal.DifferentialPilot
Right motor.
_rightDegPerDistance - Variable in class lejos.robotics.navigation.TachoPilot
Right motor degrees per unit of travel.
_rightDegPerDistance - Variable in class lejos.robotics.proposal.DifferentialPilot
Right motor degrees per unit of travel.
_rightTurnRatio - Variable in class lejos.robotics.navigation.TachoPilot
Right motor revolutions for 360 degree rotation of robot (motors running in opposite directions).
_rightTurnRatio - Variable in class lejos.robotics.proposal.DifferentialPilot
Right motor revolutions for 360 degree rotation of robot (motors running in opposite directions).
_rightWheelDiameter - Variable in class lejos.robotics.navigation.TachoPilot
Diameter of right wheel.
_rightWheelDiameter - Variable in class lejos.robotics.proposal.DifferentialPilot
Diameter of right wheel.
_robotMoveSpeed - Variable in class lejos.robotics.navigation.TachoPilot
Speed of robot for moving in wheel diameter units per seconds.
_robotMoveSpeed - Variable in class lejos.robotics.proposal.DifferentialPilot
Speed of robot for moving in wheel diameter units per seconds.
_robotTurnSpeed - Variable in class lejos.robotics.navigation.TachoPilot
Speed of robot for turning in degree per seconds.
_robotTurnSpeed - Variable in class lejos.robotics.proposal.DifferentialPilot
Speed of robot for turning in degree per seconds.
_trackWidth - Variable in class lejos.robotics.navigation.TachoPilot
Distance between wheels.
_trackWidth - Variable in class lejos.robotics.proposal.DifferentialPilot
Distance between wheels.

A B C D E F G H I J K L M N O P R S T U V W X Y Z _