Skip to content

FRC Update 2 (v1.1.0)

Compare
Choose a tag to compare
@JLLeitschuh JLLeitschuh released this 22 Jan 15:41
· 375 commits to master since this release

This is the second release of GRIP for FRC team during the 2016 season.

Important changes

  • A new deploy tool #352 #367 #375 #376 #386 #388 #396 #397
    • Better error reporting, a more responsive GUI, and a less confusing layout.
    • You no longer have to save your project before deploying it. This can be useful if you've made some experimental changes that you might not want to save yet.
    • Progress is shown while deploying, both textually and with a progress bar.
    • It integrates better with the project settings - for example, if you change the deploy address, it will remember that.
    • Stability improvements
  • Some new operations and options
    • Publish video to the dashboard #369
      • To use this, run GRIP on the roboRIO and choose the "USB Webcam" widget in SmartDashboard
      • This may also work with the official FRC dashboard
    • Publish a single number, point or size #317
    • Resize images #372
    • Filter contours by solidity #378
  • No more weird characters in previews in Windows #399
  • Fixed desaturate behaving strangely when you had a single channel image #362
  • Fixed an exception when deploying causing the camera to throw an exception #358
  • Fixed preview buttons not being pressed after loading a project #361

Documentation and help

Check out the wiki. We've added and updated a lot of information since kickoff, but feel free to join the Gitter or make a post on Chief Delphi if you need help.