Skip to content
This repository was archived by the owner on Nov 17, 2017. It is now read-only.

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

0 stars

Watchers

8 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors