Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/team5553-robolyon/lyonvision-template
A simple vision tracking format to use and create other programs with
https://github.com/team5553-robolyon/lyonvision-template
5553 coprocessor first-frc first-robotics-competition frc raspberry-pi vision-tracking
Last synced: 2 days ago
JSON representation
A simple vision tracking format to use and create other programs with
- Host: GitHub
- URL: https://github.com/team5553-robolyon/lyonvision-template
- Owner: Team5553-RoboLyon
- License: mit
- Created: 2019-07-27T13:26:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-02T14:07:46.000Z (over 4 years ago)
- Last Synced: 2024-12-20T17:45:54.242Z (2 days ago)
- Topics: 5553, coprocessor, first-frc, first-robotics-competition, frc, raspberry-pi, vision-tracking
- Language: C++
- Homepage: https://www.robolyon.com
- Size: 406 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LyonVision Template
A simple vision tracking format to use, create and deploy other programs with.
This template has to be used with the LyonVision raspberry pi image located at https://github.com/Team5553-RoboLyon/LyonVision-pi-gen
## Setting up a vision project
1. [Create a repository based on this template](https://help.github.com/en/articles/creating-a-repository-from-a-template)
2. Run `git submodule add https://github.com/Team5553-RoboLyon/LyonVision-Library src/lib` after cloning your new repo. This will init the [LyonVision-Library](https://github.com/Team5553-RoboLyon/LyonVision-Library) git submodule.
3. Remove this [README](README.md) and rename the [README_Generated-Repos.md](README_Generated-Repos.md) file to `README.md`.
4. Start programming your vision program : instructions are located in the [README_Generated-Repos.md](README_Generated-Repos.md) file.