Skip to content
This repository was archived by the owner on Sep 15, 2023. It is now read-only.

Releases: kylecorry31/Robot-Vision-API

v0.4

12 Feb 14:45
Compare
Choose a tag to compare
v0.4 Pre-release
Pre-release
  • Deprecated Builders in favor of new constructors

v0.3

11 Feb 23:52
Compare
Choose a tag to compare
v0.3 Pre-release
Pre-release
  • Fixed NullPointerException when stopped before started
  • Removed Position in favor of Geometry API's Point

v0.2 Beta Release

29 Jan 16:54
Compare
Choose a tag to compare
v0.2 Beta Release Pre-release
Pre-release
  • Fixed distance calculations
  • Adjusted view angle of microsoft life camera

v0.1 First Beta Release

16 Jan 16:03
Compare
Choose a tag to compare
Pre-release

To add this to your project, create a libs folder in the main project directory to add this file to. Add the following line to the end of the build.properties file:

userLibs=libs
Then add the following line to the end of the build.xml file (above the tag):

Finally, add the robotVision.jar to your build path by right clicking on the project and choosing Build Path > Configure Build Path, then in the Libraries tab, click Add external JARs on the right hand side and find the robotVision.jar file in your libs directory.

Be sure to report any library related bugs or feedback to me at kncorry@wpi.edu