Jeff Hutchison
Jeff Hutchison
This makes it a bit simpler to include in projects using Cmake. I've tested installation and project builds on macOS and Ubuntu 18.04.
I'm seeing a reproducible crash that looks to be happening in `libnavx_frc_cpp.a`. Here is the test program: https://github.com/strykeforce/roborio/blob/master/src/navx_test.cc. To reproduce: 1. We routinely stop NI auto-run runtime when running test...
Probably make sense at some point to refactor `ClientHandler` into a interface, it really only has two methods: ``` public interface ClientHandler { void start(Subscription sub); void shutdown; } ```...
This is a fun one! The new [RobotController](http://first.wpi.edu/FRC/roborio/release/docs/java/edu/wpi/first/wpilibj/RobotController.html) class has a bunch of new methods to get roboRIO info. Let's make them available to the grapher.
If you use the expression as written you receive an alert for each status reported because the status 'change' exists and is equal to 0.