-
A RobotPy user would like us to support this sensor, but the provided vendor json doesn't point at valid artifacts.
-
The [current link](https://robotpy.readthedocs.io/en/stable/guide/python.html#python-primer) to CodeAcademy's python course is dead.
The two current guides for python 2 are [here](https://www.codeca…
-
Maybe a script or something?
There are two types of ipks, one is things we converted from python wheels, and others are native packages. I'd like to be able to unpack both types?
A good testcas…
-
Hi! A CSA mentioned that you experienced issues freezing mid-match during your last event.
I noticed that you're using a [NavX with i2c](https://github.com/Robotics5533/2024Crescendo/blob/8e5b334d…
-
Spike/play around with how easy it'd be to implement basic Robot path planning.
See if possible with Java, otherwise try in Python - either on RasPi with vision code, or RobotPy (seperate issue).
-
### I have c++ 14 on visual studio 2017, pybind11, The pip installation went well until:
```
src/_cscore.cpp(12): fatal error C1083: Cannot open include file: 'opencv2/opencv.hpp': No such file…
-
Right now we're using a repository dispatch to ping robotpy-meta. There's no reason to not be using a workflow dispatch instead to specifically target the bump workflow.
https://docs.github.com/en/…
-
Create a localSonar sensor implementation that provides the same interface as the remote version. Have it wrap the ultraSonic and get it's range data (in cm) from there.
https://robotpy.readthedo…
-
Documentation:
https://robotpy.readthedocs.io/projects/wpilib/en/latest/wpilib/DoubleSolenoid.html
Old Code for Reference (TM) https://github.com/FRC1076/2019-Competition/blob/master/subsystems/exte…
-
OpenCV is a large dependency for cscore, but outside of interfaces is only used for image storage, resize, color conversion, and JPEG compression/decompression. The SIMD library (https://github.com/e…