> For the complete documentation index, see [llms.txt](https://uni-rex5817.gitbook.io/programming-training/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://uni-rex5817.gitbook.io/programming-training/tools/limelight.md).

# Limelight

{% embed url="<https://docs.limelightvision.io/docs/docs-limelight/getting-started/summary>" %}
READ THE ENTIRE WEBSITE
{% endembed %}

**Vision wins matches. Without reliable vision, you will not compete effectively.** In modern FRC gameplay, precise autonomous routines, consistent scoring, and accurate localization all depend heavily on your Limelight system functioning perfectly. It is a core part of your robot’s ability to understand the field.

#### **Pre-Match Limelight Checklist (Must Do Every Match)**

Before every match, perform a complete Limelight check to avoid catastrophic failures on the field:

1. **Ensure Full Robot Connection**\
   Connect to the robot Wi-Fi and confirm the Limelight is detected in the network.
2. **Check AdvantageScope Pose Estimation**\
   Open AdvantageScope and verify that your robot pose is being updated via the vision system (look for pose jumps when targets are visible).
3. **Access the Limelight Web UI**\
   Navigate to the Limelight's web interface and visually inspect:
   * **Live Camera Feed**: Make sure the camera is pointed correctly and is not obstructed or blurry.
   * **Target Lock**: Verify the Limelight is correctly identifying.
   * **Pipeline Selection**: Confirm the correct pipeline is selected
4. **Confirm Identification Accuracy**\
   The target box should be consistently locked on and stable. If it's flickering, jumping, or failing to detect, investigate lighting, focus, or exposure settings.

***

**Failure to run this check can result in lost localization, missed shots, or an entire autonomous routine failing. Do not skip it.**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://uni-rex5817.gitbook.io/programming-training/tools/limelight.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
