-
Running Grip 1.2.0 and it works as expected on driver station, no issues.
When we deploy to the RobotRio we get the following output with error:
CV resize operation did not perform #correctly.
Here…
-
I'm having an issue where when using wiringPiISR interrupts, the callback is triggered continuously once a button has been pressed.
When I run the following code:
``` javascript
var wpi = require('w…
-
Discovered while testing stub-backed WPI (#2871).
The failing test is `ConflictingAnnotationsTest.java`, which will be merged with #2871 but disabled for jaif-based WPI:
```
// Tests whether in…
-
We get the following error when trying to deploy after installing version 1.2.0:
```
/usr/local/frc/JRE//bin/java -Xmx50m -XX:-OmitStackTraceInFastThrow -XX:+HeapDumpOnOutOfMemoryError -jar '/home/lv…
-
The user needs more info about what wpi means. Maybe a FAQ would be good.
-
```
nathaniel@nathaniel:~$ pip3 install git+https://github.com/WPI-AIM/AIM_GaitAnalysisToolkit.git
WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
…
nag92 updated
3 years ago
-
JavaDoc: [https://github.wpilib.org/allwpilib/docs/release/java/edu/wpi/first/wpilibj/AsynchronousInterrupt.html](https://github.wpilib.org/allwpilib/docs/release/java/edu/wpi/first/wpilibj/Asynchrono…
-
This error code result when I tried to run master. I'm truly not even sure what's wrong, but the robot can't be run.
********** Robot program starting **********
NT: server: client CONNECTED: 10.…
-
-
When trying to run wpi.sh, I hit the following problems, in order:
* The .plume-scripts subdirectory is missing.
* It requires Python 3 now, not Python 2.7 as documented. [FIXED by https://github.co…