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

Latest commit

 

History

History
38 lines (23 loc) · 948 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 948 Bytes

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.