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 9
9
# GRIP Computer Vision Engine
10
10
11
11
GRIP (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 .
14
14
15
15
## Getting Started
16
16
@@ -25,3 +25,9 @@ Check out the release notes and [the wiki](https://github.com/WPIRoboticsProject
25
25
To build and run, use the included Gradle wrapper script.
26
26
27
27
./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 {
36
36
testCompile group : ' junit' , name : ' junit' , version : ' 4.12'
37
37
}
38
38
39
- version = ' 1.0.0-rc4 '
39
+ version = ' 1.0.0'
40
40
41
41
compileJava {
42
42
options. compilerArgs << " -g"
You can’t perform that action at this time.
0 commit comments