This is the visual odometry code for the Cyborg Cats, working with the ZED camera SDK.
- Download the latest version of the ZED SDK on stereolabs.com.
- Read the ZED API documentation.
Note that the ZED SDK (at least on Windows) comes with OpenCV 3.1, so installing that isn't required
Download the sample and follow these instructions:
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.