标签:http free apt-get mon open pat tps done round
git clone https://github.com/OpenKinect/libfreenect2.git
a. sudo apt-get install build-essential cmake pkg-config
b. sudo apt-get install libusb-1.0-0-dev
c. sudo apt-get install libturbojpeg libjpeg-turbo8-dev
d. sudo apt-get install libglfw3-dev
e. optional:
sudo apt-get install beignet-dev
sudo apt-get install libva-dev libjpeg-dev (for intel)
sudo apt-get install libopenni2-dev
a. mkdir build,
b. cd build,
c. cmake .. -DCMAKE_INSTALL_PREFIX=$HOME/freenect2,
d. make,
e. make install
b. ./bin/Protonect
a. roscd, cd src
b. git clone https://github.com/code-iai/iai_kinect2.git
c. cd iai_kinect2
d. rosdep install -r --from-paths . (若出错则rosdep install --from-paths ~/catkin_ws/src/iai_kinect2 --ignore-src -r)
e. cd ..
f. catkin_make -DCMAKE_BUILD_TYPE="Release"
Done!!!
标签:http free apt-get mon open pat tps done round
原文地址:https://www.cnblogs.com/zsxcool/p/11406442.html