码迷,mamicode.com
首页 > 其他好文 > 详细

ROS与深度相机入门教程-在ROS使用kinect v1摄像头

时间:2017-07-05 13:36:35      阅读:353      评论:0      收藏:0      [点我收藏+]

标签:profile   strong   cat   install   file   com   kinect   clone   hive   

ROS与深度相机入门教程-在ROS使用kinect v1摄像头

说明:

  • 介绍在ros安装和使用kinect v1摄像头
  • 介绍freenect包

安装驱动

  • deb安装
$ sudo apt-get install ros-indigo-freenect-*
$ rospack profile
  • 源码安装
$ cd ~/catkin_ws/src
$ git clone https://github.com/ros-drivers/freenect_stack.git 
$ cd ~/catkin_ws/
$ catkin_make
$ rospack profile

测试使用

  • 新终端,执行roscore
$ roscore
  • 新终端,执行freenect
$ roslaunch freenect_launch freenect-registered-xyzrgb.launch
  • 新终端,执行image_view
$ rosrun image_view image_view image:=/camera/rgb/image_color
  • 效果:

技术分享

 

link: http://www.ncnynl.com/archives/201703/1438.html

ROS与深度相机入门教程-在ROS使用kinect v1摄像头

标签:profile   strong   cat   install   file   com   kinect   clone   hive   

原文地址:http://www.cnblogs.com/Baron-Lu/p/7120309.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!