File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 99# GRIP Computer Vision Engine
1010
1111GRIP (the Graphically Represented Image Processing engine) is a program for rapidly prototyping and deploying computer
12- vision algorithms, primarily for robotics applications. ** It is currently in an early state of development ** ,
13- should be ready in time for the 2016 FIRST Robotics Competition.
12+ vision algorithms, primarily for robotics applications. It has been released with features designed for the
13+ 2016 FIRST Robotics Competition Season .
1414
1515## Getting Started
1616
@@ -25,3 +25,9 @@ Check out the release notes and [the wiki](https://github.com/WPIRoboticsProject
2525To build and run, use the included Gradle wrapper script.
2626
2727 ./gradlew :ui:run
28+
29+
30+ ## Thanks
31+
32+ Thanks to [ TravisCI] ( https://travis-ci.org/ ) and [ AppVeyor] ( https://www.appveyor.com/ ) for providing their continuous integration
33+ servers to open source projects for free.
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ allprojects {
3636 testCompile group : ' junit' , name : ' junit' , version : ' 4.12'
3737 }
3838
39- version = ' 1.0.0-rc4 '
39+ version = ' 1.0.0'
4040
4141 compileJava {
4242 options. compilerArgs << " -g"
You can’t perform that action at this time.
0 commit comments