-
### Problem description
When attempting to run the [test_docstrings](https://robotpy.readthedocs.io/projects/pyfrc/en/stable/testing.html#pyfrc.tests.docstring_test.test_docstrings) test using `robot…
-
Instead of `robotpy_extras`, pinned versions can be declared in the `requires` block in `pyproject.toml`
```
#
# Use this configuration file to control what RobotPy packages are installed
# on your R…
-
### Problem description
WPILib has various getPosition and getVelocity in specified units: https://github.wpilib.org/allwpilib/docs/development/java/edu/wpi/first/wpilibj/simulation/DCMotorSim.html#g…
-
-
I think the default None for the cls argument is the issue. What does it mean for cls to be None?
https://github.com/robotpy/mostrobotpy/blob/a614f97d5eb790ddab2a9e7815dfe2179ac8b1ee/subprojects/r…
-
Set up automated testing for **RobotPy** code.
-
From @TheTripleV:
> I think all future robotpy tars should be replaced with a dummy setup.py that prints a useful error message and exits. It gets rid of all the compile error help requests. No one…
-
4774 has obviously been super into updating the Python side of this over the past few days ;)
I thought I would outline the work remaining before next year. Hopefully you can give us an idea of dea…
-
Spike (short try out) the RobotPy language and system, to see how viable it is for Robot programming.
-
If we have the following in the robot.py code:
import robotpy_ext.common_drivers.navx as navx
And we run the robot simulator like this:
python3 robot.py sim
We get the following error:
…