将xtion pro的depthimage转换为LaserScan

Posted hiram-zhang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了将xtion pro的depthimage转换为LaserScan相关的知识,希望对你有一定的参考价值。

参考:
http://www.cnblogs.com/cj2014/p/4007165.html
http://www.cnblogs.com/huicanlin/p/5442479.html
http://answers.ros.org/question/62990/add-depth-image-to-laser-scan-in-a-launch-file/
http://answers.ros.org/question/190377/how-to-setup-xtion-pro-live-ubuntu-1404-openni12/

http://wiki.ros.org/depthimage_to_laserscan


1.安装ROS的openni包

sudo apt-get install ros-<rosdistro>-openni2-camera
sudo apt-get install ros-<rosdistro>-openni2-launch
2.安装ROS的depthimage_to_laserscan包
cd ~/catkin_ws/src/
git clone https://github.com/ros-perception/depthimage_to_laserscan.git #克隆失败,可以手动去github上下载
进入depthimage_to_laserscan/cfg/Depth.cfg文件,将output_frame_id的取值改写成laser
cd ~/catkin_ws/src catkin_make
3.运行
roslaunch openni2_launch openni2.launch
source ~/catkin_ws/devel/setup.bash
rosrun depthimage_to_laserscan depthimage_to_laserscan image:=/camera/depth/image_raw

以上是关于将xtion pro的depthimage转换为LaserScan的主要内容,如果未能解决你的问题,请参考以下文章

Xtion pro live OpenNI2.2 Nite 2.2 安装配置1.0

Asus Xtion 的 Mac 沙盒权利:无法打开文件

xtion2的环境配置

ArcGIS Pro 2.8.0:将 XY 数据转换为 shapefile

Xtion 垂直位置使用(校准)与 Skeleton

从 Visual Studio 2012 中浏览 Qt 5.1.1 基本源 - 将 .pro 转换为 .sln 文件