NextLimelight
A NextFTC wrapper around the Limelight3A vision sensor that resolves the device lazily from the hardware map, so you never have to fetch it yourself.
Wraps the common lifecycle methods directly; anything else on the underlying sensor is reachable through camera.
Author
28shettr
Parameters
supplies the underlying Limelight3A when first accessed.
Properties
The underlying Limelight3A, for anything not wrapped.
True if the sensor has reported data within the last ~250ms.
The most recent result from the polling loop.
Functions
Returns the robot's field position from the latest Limelight result in Pedro coordinates, or null if no valid pose is available.
Switches to the pipeline at the given index.
Sets the poll rate in Hz; must be called before start.
Sets the poll rate and pipeline, then starts polling in one call.