wpilibsuite / WPILibPi

WPILib Raspberry Pi images designed for FRC (formerly FRCVision)
Other
86 stars 40 forks source link

Update for 2022 #216

Closed PeterJohnson closed 2 years ago

auscompgeek commented 2 years ago

I think you want to install python3-pkgconfig from apt too to build robotpy-cscore.

PeterJohnson commented 2 years ago

I can install it but note we are not using setup.py to build RobotPy-cscore, so it’s actually not needed. Robotpy-cscore is however broken at the moment because I need to generate the _cscore_init.py file.

auscompgeek commented 2 years ago

Oh right, I keep forgetting this builds robotpy-cscore manually. I guess as long as it links to OpenCV fine then it's all good. I would've expected opencv4 to be listed in the pkg-config call though.