Skip to content
This repository has been archived by the owner on Nov 17, 2017. It is now read-only.
/ 4256-17-ZED Public archive

the Cyborg Cats' ZED vision code for FRC Steamworks 2017

Notifications You must be signed in to change notification settings

Team4256/4256-17-ZED

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

4256-17-Tesla

This is the visual odometry code for the Cyborg Cats, working with the ZED camera SDK.

Getting started

Prerequisites

  • Windows 7 64bits or later, Ubuntu 16.04
  • ZED SDK and its dependencies (CUDA

Note that the ZED SDK (at least on Windows) comes with OpenCV 3.1, so installing that isn't required

Build the program

Download the sample and follow these instructions:

Building using command-line cmake on Windows or Linux

On Linux, do:

mkdir build
cd build
cmake ..
cmake --build .

On Windows, do:

mkdir build
cd build
cmake -Ax64 ..
cmake --build .

or load the project file into Visual Studio.

About

the Cyborg Cats' ZED vision code for FRC Steamworks 2017

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published