ORK(1) ubuntu16.04 and 14.04+kinect v2+ros indigo

本文介绍了如何在Ubuntu 16.04上安装并测试ORK(Object Recognition Kitchen)以及用于3D环境的对象识别。在Ubuntu 16.04中,通过libfreenect2和iai_kinect2的步骤成功设置了Kinect V2。然而,在Ubuntu 14.04中遇到错误,无法加载nodelet。问题通过在启动命令中添加`depth_method:=cpu reg_method:=cpu`参数解决,从而成功显示kinect2的点云视图。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

ORK is Object Recognition Kitchen, it is used for object recognition in 3D environment.


In ubuntu16.04:

step 1 you just follow this:

https://github.com/OpenKinect/libfreenect2

then step 2 you do:

    mkdir -p catkin_ws/src

    cd ~/catkin_ws/src/
    git clone https://github.com/code-iai/iai_kinect2.git
    cd iai_kinect2
    rosdep install -r --from-paths .
    cd ~/catkin_ws

    catkin_make -DCMAKE_BUILD_TYPE="Release"
 

step 3 :test

In catkin_ws:

    source devel/setup.bash

    roslaunch kinect2_bridge kinect2_bridge.launch

Open another terminal:

    rosrun

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值