-
The following line fails:
node-gyp configure build --python "C:\Python27"
Opening the solution file up in VS 2015 shows two missing include files in ntcore_node.cc
# include "ntcore.h"
# include "ne…
-
There should be async versions of these methods for teams to be able to use. In NetworkTables, they should be implemented natively when possible, however on ntcore they will be implemented with Task.R…
-
I think it would be helpful if you could get the M-JPEG Stream from the robot to Grip running on the PC. I suppose you could run grip.jar with a small profile.grip only streaming the video and not pro…
-
**Warning to any teams running across this code. This doesn't work at the moment.**
So I tried this bit of code:
``` java
@Override
protected void robotInit() {
new Thread(() -> {
final …
-
Many teams experienced an issue with the SendableChooser widget in the SmartDashboard and robot code that caused the selected auto mode to not be the one that is run. The issue is that SmartDashboard …
-
When I run GRIP from robot code (in c++) I sometimes get the following error message:
```
NT: server: client CONNECTED: 10.0.0.144 port 59424
Loading Dependency Injection Framework
Jan 22, 2016 2:10:…
ocurr updated
7 years ago
-
Just installed the latest release of GRIP (FRC Update 3)
Tried to run GRIP via the command line and got this error:
```
/opt/GRIP $ ./GRIP
Feb 28, 2016 12:23:22 PM java.util.logging.LogManager$Root…
-
When a team selects an autonomous mode on the dashboard, then restarts (or starts) the robot, the robots default value for the sendable chooser overwrites the user selected value since it came in afte…
-
An issue regarding WPILib's maven publishing has recently come to my attention through [this peculiar issue](https://github.com/Open-RIO/GradleRIO/issues/15#issuecomment-256708019) on GradleRIO.
In s…
-
The NWT spec says that all strings are UTF8. Pasting the string "cat🐱mouse" ("cat\u{1F431}mouse") in outline viewer as a server should encode it in UTF-8 as the binary string "cat\xF0\x9F\x90\xB1mouse…