FRC Update 3 (v1.2.0)
This is the third minor release of GRIP for FIRST Stronghold.
Also check out the new GRIP SmartDashboard extension.
Important changes since v1.1.1
Bugfixes
- IP Cameras no longer hang on Windows (#456)
- Warning icons show up on Windows (#444)
- The correct fields are now published to NetworkTables (#468)
- Deploying now works on systems where the username has a space in it (#437)
Features
- JVM options can be specified when deploying. The defaults provide some tweaks that should fix out-of-memory errors.
- The GRIP .jar is only uploaded the first time you deploy, or when you get a new version of GRIP. This makes deploying a lot faster.
- A wrapper shell script is uploaded when deploying GRIP. This makes launching GRIP from a robot program much easier:
system("/home/lvuser/grip &");
- Existing instances of GRIP are killed when deploying or running from a robot program.
Misc
- 32 bit Windows builds are now available