Skip to content

Pumuckl007/VikingVision

 
 

Repository files navigation

Viking Vision

Android-based Vision System for the F.I.R.S.T. Robotics Competition. Based off of CheezDroid.

Contributing

Viking vision is developed with Android Studio, an IDE for Android development. To start you will need to install:

Start by forking this repository. This creates a copy in your own GitHub account.

Next, clone the repostiroy from your account. This can be done via the command line with:

git clone [email protected]:{username}/VikingVision.git

Open the git repository with Android studio, it should automatically detect that it is a project.

Install OpenCV by:

To provision a device for robot use

  • Enable device admin
  1. Settings App > Security > Device Administrators > Click box 'on' for VikingVision
  • Enable device owner
  1. adb shell
  2. dpm set-device-owner org.ljrobotics.vikingvision/.VikingDeviceAdminReceiver

How to Install ADB on the RoboRIO

Download and run the install.osx.sh script in the installation folder. Note that this script has only been tested on Mac OS X; it hasn't been tested on Windows or Linux.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 70.9%
  • Java 23.0%
  • C 5.7%
  • Other 0.4%