-
Notifications
You must be signed in to change notification settings - Fork 36
Camera
ce-sch edited this page Dec 3, 2018
·
9 revisions
Documentation: https://www.stereolabs.com/docs/getting-started/
Samples are in /usr/local/zed/sample
.
To start an example, follow the instructions in <sample directory>/README.md
:
Build:
Open a terminal in the sample directory (e.g. /positional tracking
) and execute the following command:
mkdir build
cd build
cmake ..
make
Run the program:
Open a terminal in the build directory and run the sample:
./ZED_Motion_Tracking
cd ~/catkin_ws/
source ~/.bashrc
roslaunch zed_wrapper zed.launch