-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
# Computer-Vision-Experiments-FRC | ||
Some Code Samples to Test Computer Vision for FRC Team 5032's Competition Robot | ||
|
||
Various code samples made in Python to test out computer vision. Some are simply direct streams for the driver to see what the robot sees and others convert the stream into edges for identifying objects. There is also a LiDAR testing program that uses a 2D rotating LiDAR sensor to make a floor plan of obstacles and walls around the robot on the field. |