kinect-v1 ROS ubuntu18.04

git clone https://github.com/OpenKinect/libfreenect
cd libfreenect
mkdir build
cd build
cmake -L .. # -L lists all the project options
make
sudo make install
cd catkin_ws/src/
git clone https://github.com/ros-drivers/freenect_stack.git
cd catkin_ws/
catkin_make
roslaunch freenect_launch freenect.launch # freenect是kinect的官方運行包
###可能出現Resource not found: rgbd_launch   安裝sudo apt-get install ros-melodic-rgbd-launch
rosrun rqt_image_view rqt_image_view
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章