Vision system for FRC team 852.
- OpenCV
- ROS
- CMake
How to build and run on OSX/Linux
- Install dependencies
- Create and
cd
to abuild
directory - Run
cmake .. && make
from thebuild
directory - Execute
2018-Vision
inbuild/bin
to run the cube detection/video streamer (Note that this assumes that you will be streaming to 10.8.52.8 on port 5802, these can be found near the top of 2018Vision.cpp, requires rebuild if changed) - Run
python3 viewer.py <stream-port>
to view the camera feed remotely on device with target IP