frc5687 / 2016-Outlier2

Code for The Outliers' 2016 FRC robot
2 stars 2 forks source link

Get GRIP running on a Raspberry PI #38

Closed BenBernardCIS closed 8 years ago

BenBernardCIS commented 8 years ago

Recent work by the (amazing!) FRC mentor community has opened up the possibility of running GRIP on the pi. This would give us essentially the same capability that we already have using OpenCV on the pi, but would make it easier to adjust our vision processing during events.

Instructions are available here: https://github.com/WPIRoboticsProjects/GRIP/wiki/Running-GRIP-on-a-Raspberry-Pi-2

BenBernardCIS commented 8 years ago

We've opted not to pursue this option.