-
I am working with VS2015 and I am sure I have done everything write, as I have no errors in my code, however when I build I get this:
```
Severity Code Description Project File Line
Error …
-
GRIP runs fine if started via gradlew, however running GRIP through the Linux ".deb" file there is an error thrown:
```
Apr 11, 2016 8:43:53 PM java.util.logging.LogManager$RootLogger log
CONFIG: Con…
ghost updated
8 years ago
-
I have a GRIP file that works fine if I just run it from the computer and load data over the dashboard. If I try to deploy it from the laptop, I get this bunch of errors
```
Loading Dependency Inject…
-
Before the first competition, we need to get the Jetson and DS communicating with NetworkTables and using FFmpeg's FFserver and FFplay executables to stream video from all three of our LifeCams.
-
When trying to run GRIP after an Ubuntu install it doesn't work (nothing happens). Then if I go to /opt/GRIP where it installed and run GRIP I get this:
parallels@ubuntu:/opt/GRIP$ ./GRIP
Jan 10, 201…
-
I'm trying to use pynetworktables in a very strange threading environment (eventlet). Everything works fine, except that it doesn't connect to a NetworkTables server if the server is started after the…
-
I don't have a ton of robot time to be chasing my tail around this so I just want to see if it is viable...
I'd like to implement the JS network tables in my Qt dashboard because I couldn't compile a…
-
so we use the same variable names.
-
```
We've seen several crashes in SmartDashboard, such as when 2 camera images are
displayed. Building the SmartDashboard would enable us to debug and perhaps
fix the problems.
SmartDashboard and …
-
- [x] do we need the cv2.imwrite line in the loop? Perhaps put a conditional before it, so you can turn it on with a command line switch.
- [x] See if you can separate the image capture into a separat…