-
If the workflow runs concurrently, then the `git push` in this step or the `Bump Version and push Tag` in robotpy-meta could fail.
-
Various problems are caused by this like the inability to convert to different example and sample files for automated robot creation. This will likely require a large amount of rewriting to fix by my …
-
What motors does it have
* 2 775 pros - both driving the same output
What sensors does it have
* One VersaPlanetary Integrated Encoder
What kind of motion is the component responsible for?
* …
-
Just curious. There would be a lot less overhead, and the variables would be better organized.
http://robotpy-wpilib-utilities.readthedocs.io/en/latest/magicbot.html#magicbot.magic_tunable.tunable
-
Hi! I am trying to use this code but I do not know where to find all of the libraries this code references. Is there an easy way for me to install all the required libraries?
Thanks!
-
I've noticed issues this year with keeping a consistent loop period. Should figure out how to disable LiveWindow processing, I suspect it causes lots of potential overhead. Haven't actually tried to m…
-
Check out this guide.
https://robotpy.readthedocs.io/en/latest/guide/nt.html#networktables-guide
Look at some sample code, and see if you can create some way for use to enter some data on the dr…
-
The WPILib vscode extension is distributed on the marketplace and as a standalone? We should figure out what makes the most sense for RobotPy..
Additionally, need to add a travis or appveyor build …
-
A RobotPy user would like us to support this sensor, but the provided vendor json doesn't point at valid artifacts.
-
### Problem description
It looks like robotpy-pathplannerlib is missing some vital classes belonging to the original PathPlannerLib like SwerveAutoBuilder. However, I do see header files inside the l…