first95 / FRC2020

Code base for 2020 robot, initialized with develop branch of 2019 repo.
MIT License
1 stars 1 forks source link

Get familiar with GRiP/OpenCV #13

Closed lindsayvallen closed 4 years ago

lindsayvallen commented 4 years ago

GRiP is the GUI version of OpenCV, the image processing software. The website is here (https://wpiroboticsprojects.github.io/GRIP/#/) and I think it's already installed on one or both of the ROBO-01 or ROBO-02 computers. Try it out with sample images to get familiar with it. These can include the examples provided by FRC for vision this year: https://files.slack.com/files-pri/T74UGMJGG-FSCQMHJMA/download/2020_vision_example.zip

lindsayvallen commented 4 years ago

This is the link to GRiP info from FRC: https://docs.wpilib.org/en/latest/docs/software/vision-processing/grip/introduction-to-grip.html

Sadly, it's still not accessible from the HACTC network... @jch13 :(

lindsayvallen commented 4 years ago

Going to consider GRIP familiarity complete.