You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/section-7/limelight.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,17 @@ A [Limelight](https://andymark-weblinc.netdna-ssl.com/product_images/limelight-2
3
3
4
4
Take a look at the instructions [here](https://docs.limelightvision.io/en/latest/getting_started.html) for setting up the Limelight. As well, you should read how to build and configure a vision pipeline [here](https://docs.limelightvision.io/en/latest/vision_pipeline_tuning.html).
5
5
6
-
There are two main pipelines ("modes") we use with Limelight: AprilTags and Neural Networks.
6
+
Generally, the Limelight draws a bounding box around the target and then obtains values from this rectangle.
7
+
8
+
There are two main pipelines ("modes") we use are: AprilTags and Neural Networks.
7
9
8
10

9
11
10
12

11
13
12
-
Apriltags are essentially QR codes. These are placed throughout the field, such as on scoring targets.
14
+
Apriltags are essentially QR codes. These are placed throughout the field, such as on scoring targets. Since they have set locations on the field, it is useful for us to use these to detect what things we can do in our location (for example, if we can see that we are in front of a goal then we can shoot).
15
+
16
+
On the other hand, we use the Neural Network pipeline to detect custom objects. Usually, we train a neural network to find these objects, and then we can get measurement values from it. For more details on training a model, check out [this link](https://docs.limelightvision.io/docs/docs-limelight/pipeline-neural/getting-started-with-neural-networks). There are also several pretrained models online you can steal >:)
13
17
14
18
There are two important interfaces for the limelight: http://limelight.local:5801 and http://limelight.local:5800 (you need to be connected to the limelight via the radio to use these links). The first one is for configuring the Limelight pipeline and the second one is for displaying the camera feed.
15
19
@@ -51,7 +55,7 @@ This code uses basic trigonometry to calculate the floor distance. This method c
0 commit comments