Skip to content

greenmountainrobotics/FRC-TagDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

directions for compilation:

  • download wpilib source (the archive from the releases page), then install using cmake and make:
mkdir build-cmake && cd build-cmake
cmake .. -DWITH_JAVA=OFF -DWITH_JAVA_SOURCE=OFF -DWITH_CSCORE=OFF -DWITH_EXAMPLES=OFF -DWITH_TESTS=OFF -DWITH_GUI=OFF -DWITH_SIMULATION_MODULES=OFF
make install -jX
  • install opencv using system package manager

  • build this repo using cmake

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published