Dustin Spicuzza
Dustin Spicuzza
On my RoboRIO with a 2016 image, I get the following (mostly consistent timing between runs, no DS connected): ``` roboRIO-2423-FRC:~$ time python3 -c 'import hal' real 0m4.954s user 0m1.280s...
* Inspired by https://www.chiefdelphi.com/t/robot-code-not-deploying-from-robot-py/343672
If a user calls `DriverStation.getStickButton` in `robotInit()` (for example, when initializing a `JoystickButton` command) , they'll get a warning that the button does not exist yet. This happens because the...
It isn't relevant for us. Might need a wpilib patch.
Currently they have bad interleave, which is obnoxious.
Possibly leverage eclipse/pydev support for this? Depends on #26
I suspect there's a python mechanism to do this. The DriverStation error reporting mechanism could be used to do this.
I've never used it before, but I've heard good things. Pydev uses it underneath the hood, and it helps me catch errors.
This would be helpful when navigating between references and ending up in the middle of a large function. I imagine a good place would be at the top of the...
After I use gcov/lcov to create a coverage file, it would be really useful to be able to load that into sourcetrail and see coverage data while browsing the code....