<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[小强ROS机器人教程(10)___使用kinect进行自主移动避障]]></title><description><![CDATA[<p dir="auto"><a href="https://www.bwbot.org/products/xiaoqiang-4-pro" target="_blank" rel="noopener noreferrer">小强主页</a></p>
<p dir="auto"><code>本教程适用于2016年9月20号之后购买且带kinect版的用户，对于其它用户，请联系、咨询技术支持</code></p>
<p dir="auto">先看最后效果图，<br />
演示视频</p>
<p dir="auto"><video src="https://www.bwbot.org/static/video/obj3.mp4" style="max-width:100%" controls></video></p>
<h3>原理</h3>
<p dir="auto"><code>freenct_stack</code>包提供kinect驱动，其发布的点云通过<code>image_pipeline</code>转换成障碍物栅格分布图。<code>nav_test</code>软件包启动底盘导航程序后会自动处理分析障碍物分布图，之后根据rivz发布的目标导航点自主移动。</p>
<h3>操作步骤</h3>
<p dir="auto"><code>注意在插入kinect的时候先插入在小强主机上插入kinect usb接口。等待kinect灯亮再插入kinect供电口。否则可能会烧毁主机和kinect</code></p>
<p dir="auto">在第一个机器人命令行窗口启动kinect驱动</p>
<p dir="auto">对于kinect一代</p>
<pre><code class="language-bash">roslaunch freenect_launch kinect-xyz.launch
</code></pre>
<p dir="auto">对于kinect二代</p>
<pre><code class="language-bash">roslaunch kinect2_bridge kinect2-xyz.launch
</code></pre>
<p dir="auto">对于奥比中光astrapro</p>
<pre><code class="language-bash">roslaunch astra_launch astrapro.launch
</code></pre>
<p dir="auto">对于intel RealDense D400系列</p>
<pre><code class="language-bash">roslaunch realsense2_camera rs_camera_xiaoqiang.launch
</code></pre>
<p dir="auto">在第二个机器人命令行窗口设置kinect俯仰角，这个角度不是任意的</p>
<p dir="auto">对于kinect一代</p>
<pre><code class="language-bash">rostopic pub /set_tilt_degree std_msgs/Int16 '{data: -19}' -1
</code></pre>
<p dir="auto">对于kinect二代</p>
<p dir="auto">因为kinect二代没有俯仰角电机，因此请手动把kinect掰到最大俯角位置</p>
<p dir="auto">对于奥比中光astrapro</p>
<p dir="auto">因为astrapro没有俯仰角电机，因此请手动把astrapro掰到最大俯角位置</p>
<p dir="auto">对于intel RealDense D400系列</p>
<p dir="auto">因为RealDense D400系列没有俯仰角电机，配带的支架已经预设好角度，因此不用任何操作。</p>
<p dir="auto">在第三个机器人命令行窗口启动底盘导航程序</p>
<pre><code class="language-bash">roslaunch nav_test fake_move_base_blank_map.launch
</code></pre>
<p dir="auto">全部正常，会出现类似下图的界面。</p>
<p dir="auto"><img src="/uploads/files/1477464756370-4-resized.png" alt="0_1477464735127_4.PNG" class=" img-responsive img-markdown" /></p>
<p dir="auto">在第四个机器人命令行窗户启动rviz</p>
<pre><code class="language-bash">rviz
</code></pre>
<p dir="auto">点击rviz界面左上角的open config，选择小车主机上的/home/xiaoqiang/Documents/ros/src/nav_test/config/nav_addwa_kinect.rviz配置文件</p>
<p dir="auto"><img src="/uploads/files/1477465290430-6-resized.png" alt="0_1477465271618_6.PNG" class=" img-responsive img-markdown" /></p>
<p dir="auto">正常的话，现在rviz中将出现类似下图的画面，现在所有配置都已经完成，开始发布导航目标点</p>
<p dir="auto"><img src="/uploads/files/1477465990863-1-resized.png" alt="0_1477465971588_1.png" class=" img-responsive img-markdown" /></p>
<p dir="auto">任意发布一个目标点，小车会开始自主移动</p>
<p dir="auto"><img src="/uploads/files/1477466062150-2-resized.png" alt="0_1477466042343_2.png" class=" img-responsive img-markdown" /></p>
<p dir="auto">小车到达目标点，请继续尝试其它位置，本教程结束</p>
<p dir="auto"><img src="/uploads/files/1477466104504-3-resized.png" alt="0_1477466074277_3.png" class=" img-responsive img-markdown" /></p>
<p dir="auto">请将kinect数据线插入小车主机蓝色usb3.0端口，才能保证驱动的正常工作。型号为1473的kinect用户请先看教程（9）中的准备办法，在成功发布角度之后（kinect低头）需要关闭这个角度发布命令，不关闭会导致kinect深度点云数据没有输出。</p>
<p dir="auto">如果小强一直后退，rviz中可以看到小车前面有一块黑色区域，黑色区域一直跟随小车移动。这种情况说明kinect安装或者kienct低头角度没有到位，请检查kinect安装支架、去除kienct贴膜后重新执行教程中的指令</p>
<p dir="auto">注意此处避障时的建图由于没有使用map_server,所以并不能保存出来。如果想要建立地图需要用其他的算法。</p>
<p dir="auto"><a href="https://www.bwbot.org/products/xiaoqiang-4-pro" target="_blank" rel="noopener noreferrer">小强主页</a><br />
<a href="https://community.bwbot.org/topic/110" target="_blank" rel="noopener noreferrer">返回目录</a></p>
]]></description><link>http://community.bwbot.org/topic/115/小强ros机器人教程-10-___使用kinect进行自主移动避障</link><generator>RSS for Node</generator><lastBuildDate>Tue, 10 Mar 2026 09:50:45 GMT</lastBuildDate><atom:link href="http://community.bwbot.org/topic/115.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 26 Oct 2016 07:17:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to 小强ROS机器人教程(10)___使用kinect进行自主移动避障 on Fri, 11 Jun 2021 09:07:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/10">@frank</a> 我想知道没有实车，纯仿真的情况下怎么弄kinect</p>
]]></description><link>http://community.bwbot.org/post/16679</link><guid isPermaLink="true">http://community.bwbot.org/post/16679</guid><dc:creator><![CDATA[小勋]]></dc:creator><pubDate>Fri, 11 Jun 2021 09:07:39 GMT</pubDate></item><item><title><![CDATA[Reply to 小强ROS机器人教程(10)___使用kinect进行自主移动避障 on Thu, 03 Jun 2021 09:14:56 GMT]]></title><description><![CDATA[<p dir="auto">你好，请问通过realsense相机（D435），如何获取障碍物的深度信息，并且怎样映射在地图上的？</p>
]]></description><link>http://community.bwbot.org/post/16665</link><guid isPermaLink="true">http://community.bwbot.org/post/16665</guid><dc:creator><![CDATA[kzwYY]]></dc:creator><pubDate>Thu, 03 Jun 2021 09:14:56 GMT</pubDate></item><item><title><![CDATA[Reply to 小强ROS机器人教程(10)___使用kinect进行自主移动避障 on Sat, 20 Mar 2021 01:48:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/1283">@aoxiang</a> realsense2_camera要使用蓝鲸智能开源仓库里面的包</p>
]]></description><link>http://community.bwbot.org/post/4368</link><guid isPermaLink="true">http://community.bwbot.org/post/4368</guid><dc:creator><![CDATA[xiaoqiang]]></dc:creator><pubDate>Sat, 20 Mar 2021 01:48:33 GMT</pubDate></item><item><title><![CDATA[Reply to 小强ROS机器人教程(10)___使用kinect进行自主移动避障 on Fri, 19 Mar 2021 05:30:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/1283">@aoxiang</a> 使用realsense  roslaunch realsense2_camera rs_camera_xiaoqiang.launch的时候 报错 错误信息是 file does not exist [/opt/ros/melodic/share/depth_image/occupancy_xyz4.yaml]</p>
]]></description><link>http://community.bwbot.org/post/4367</link><guid isPermaLink="true">http://community.bwbot.org/post/4367</guid><dc:creator><![CDATA[aoxiang]]></dc:creator><pubDate>Fri, 19 Mar 2021 05:30:36 GMT</pubDate></item><item><title><![CDATA[Reply to 小强ROS机器人教程(10)___使用kinect进行自主移动避障 on Fri, 19 Mar 2021 05:27:55 GMT]]></title><description><![CDATA[<p dir="auto">你好 我在使用realsense  roslaunch realsense2_camera rs_camera_xiaoqiang.launch的时候 报错 说没有配置文件，请问这个配置文件如何建立 形式是怎样的呢？</p>
]]></description><link>http://community.bwbot.org/post/4366</link><guid isPermaLink="true">http://community.bwbot.org/post/4366</guid><dc:creator><![CDATA[aoxiang]]></dc:creator><pubDate>Fri, 19 Mar 2021 05:27:55 GMT</pubDate></item><item><title><![CDATA[Reply to 小强ROS机器人教程(10)___使用kinect进行自主移动避障 on Tue, 19 Jan 2021 12:37:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/1254">@llw</a> 就是move_base的导航</p>
]]></description><link>http://community.bwbot.org/post/4150</link><guid isPermaLink="true">http://community.bwbot.org/post/4150</guid><dc:creator><![CDATA[weijiz]]></dc:creator><pubDate>Tue, 19 Jan 2021 12:37:01 GMT</pubDate></item><item><title><![CDATA[Reply to 小强ROS机器人教程(10)___使用kinect进行自主移动避障 on Mon, 18 Jan 2021 02:04:47 GMT]]></title><description><![CDATA[<p dir="auto">想问一下这个用的是什么算法啊</p>
]]></description><link>http://community.bwbot.org/post/4149</link><guid isPermaLink="true">http://community.bwbot.org/post/4149</guid><dc:creator><![CDATA[llw]]></dc:creator><pubDate>Mon, 18 Jan 2021 02:04:47 GMT</pubDate></item><item><title><![CDATA[Reply to 小强ROS机器人教程(10)___使用kinect进行自主移动避障 on Thu, 10 Dec 2020 05:15:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/1232">@lyh1997</a> kinect角度要到位。下面这篇教程如果可以正常跑方格，就说明电机没问题，跑不了就有问题。https://doc.bwbot.org/en/books-online/xq-manual/topic/25.html</p>
]]></description><link>http://community.bwbot.org/post/4067</link><guid isPermaLink="true">http://community.bwbot.org/post/4067</guid><dc:creator><![CDATA[xiaoqiang]]></dc:creator><pubDate>Thu, 10 Dec 2020 05:15:16 GMT</pubDate></item><item><title><![CDATA[Reply to 小强ROS机器人教程(10)___使用kinect进行自主移动避障 on Wed, 09 Dec 2020 08:58:37 GMT]]></title><description><![CDATA[<p dir="auto">你好 机器人在避障过程中方向偏离正确方向，且绕圈最后停止 行进的路线会被标记成是红色的 是因为电机出现了问题吗还是其他方面出现了问题</p>
]]></description><link>http://community.bwbot.org/post/4066</link><guid isPermaLink="true">http://community.bwbot.org/post/4066</guid><dc:creator><![CDATA[lyh1997]]></dc:creator><pubDate>Wed, 09 Dec 2020 08:58:37 GMT</pubDate></item><item><title><![CDATA[Reply to 小强ROS机器人教程(10)___使用kinect进行自主移动避障 on Wed, 06 May 2020 08:13:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/1066">@Wallong</a> 通过旋转矩阵的性质看你校准出来的矩阵是水平角度的，不是-19度的</p>
]]></description><link>http://community.bwbot.org/post/3783</link><guid isPermaLink="true">http://community.bwbot.org/post/3783</guid><dc:creator><![CDATA[frank]]></dc:creator><pubDate>Wed, 06 May 2020 08:13:22 GMT</pubDate></item><item><title><![CDATA[Reply to 小强ROS机器人教程(10)___使用kinect进行自主移动避障 on Wed, 06 May 2020 06:53:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/7">@weijiz</a> 好的，不过我矫正出来的-19度下的矩阵和小强本来给差的实在太多了，不知道为什么<br />
以下是结果对比<img src="http://community.bwbot.org/assets/plugins/nodebb-plugin-emoji/emoji/android/2639.png?v=9q7h1n1nrom" class="not-responsive emoji emoji-android emoji--white_frowning_face" title=":white_frowning_face:" alt="☹" /><br />
#-19度的时候，自己的<br />
FINAL R: &lsqb;&lsqb; 0.          0.99809446  0.0617046]<br />
[-1.          0.          0.        ]<br />
[ 0.         -0.0617046  0.99809446&rsqb;&rsqb;</p>
<p dir="auto">#备份，小强的<br />
R: [0., -0.32713696, 0.94497693, -1., 0., 0., 0., -0.94497693, -0.32713696]</p>
]]></description><link>http://community.bwbot.org/post/3782</link><guid isPermaLink="true">http://community.bwbot.org/post/3782</guid><dc:creator><![CDATA[Wallong]]></dc:creator><pubDate>Wed, 06 May 2020 06:53:14 GMT</pubDate></item><item><title><![CDATA[Reply to 小强ROS机器人教程(10)___使用kinect进行自主移动避障 on Sat, 02 May 2020 02:30:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/1066">@Wallong</a> 因为Kinect的tf矩阵当时是按照-19度标定的，同时-19度是kinect的最小角度，也能够保证kinect能够完整的看到小车前方，保证没有盲区。如果你想要换其他角度也可以，只要按照<a href="http://community.bwbot.org/topic/675/">这里</a>重新标定角度就可以了。</p>
]]></description><link>http://community.bwbot.org/post/3777</link><guid isPermaLink="true">http://community.bwbot.org/post/3777</guid><dc:creator><![CDATA[weijiz]]></dc:creator><pubDate>Sat, 02 May 2020 02:30:31 GMT</pubDate></item><item><title><![CDATA[Reply to 小强ROS机器人教程(10)___使用kinect进行自主移动避障 on Thu, 30 Apr 2020 01:50:08 GMT]]></title><description><![CDATA[<p dir="auto">你好，有个问题，kinect为什么要调到-19度，根据<a href="http://community.bwbot.org/topic/675/%E6%A0%A1%E6%AD%A3kinect-tf-%E5%85%B3%E7%B3%BB">教程</a>，这个文件occupancy_xyz.yaml是配置什么信息的？</p>
]]></description><link>http://community.bwbot.org/post/3774</link><guid isPermaLink="true">http://community.bwbot.org/post/3774</guid><dc:creator><![CDATA[Wallong]]></dc:creator><pubDate>Thu, 30 Apr 2020 01:50:08 GMT</pubDate></item><item><title><![CDATA[Reply to 小强ROS机器人教程(10)___使用kinect进行自主移动避障 on Wed, 04 Sep 2019 08:42:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/7">@weijiz</a> -X不行,vnc就可以了,谢谢大佬</p>
]]></description><link>http://community.bwbot.org/post/1495</link><guid isPermaLink="true">http://community.bwbot.org/post/1495</guid><dc:creator><![CDATA[柠檬蔚]]></dc:creator><pubDate>Wed, 04 Sep 2019 08:42:38 GMT</pubDate></item><item><title><![CDATA[Reply to 小强ROS机器人教程(10)___使用kinect进行自主移动避障 on Wed, 28 Aug 2019 02:02:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/942">@柠檬蔚</a> 可以用vnc试试，或者ssh的时候加上-X参数</p>
]]></description><link>http://community.bwbot.org/post/1472</link><guid isPermaLink="true">http://community.bwbot.org/post/1472</guid><dc:creator><![CDATA[weijiz]]></dc:creator><pubDate>Wed, 28 Aug 2019 02:02:58 GMT</pubDate></item><item><title><![CDATA[Reply to 小强ROS机器人教程(10)___使用kinect进行自主移动避障 on Wed, 28 Aug 2019 01:46:52 GMT]]></title><description><![CDATA[<p dir="auto">@weijiz那这个kinect是只能从工控机打开吗？可以通过远程打开工控机的图像界面然后再打开Kinect吗？</p>
]]></description><link>http://community.bwbot.org/post/1471</link><guid isPermaLink="true">http://community.bwbot.org/post/1471</guid><dc:creator><![CDATA[柠檬蔚]]></dc:creator><pubDate>Wed, 28 Aug 2019 01:46:52 GMT</pubDate></item><item><title><![CDATA[Reply to 小强ROS机器人教程(10)___使用kinect进行自主移动避障 on Wed, 28 Aug 2019 01:15:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/942">@柠檬蔚</a> 在 <a href="/post/1469">小强ROS机器人教程(10)___使用kinect进行自主移动避障</a> 中说：</p>
<blockquote>
<p dir="auto">为什么我在工控机上直接启动kinect2_bridge.launch就能正常启动kinect2,但三用SSH连接到工控机后无法启动kinect2,会报以下错误:</p>
</blockquote>
<p dir="auto">因为ssh没有图形界面<img src="/assets/uploads/files/1566954929749-821bff23-f654-4f94-9020-103dcb4a1ef4-image.png" alt="821bff23-f654-4f94-9020-103dcb4a1ef4-image.png" class=" img-responsive img-markdown" width="359" height="30" /></p>
]]></description><link>http://community.bwbot.org/post/1470</link><guid isPermaLink="true">http://community.bwbot.org/post/1470</guid><dc:creator><![CDATA[weijiz]]></dc:creator><pubDate>Wed, 28 Aug 2019 01:15:33 GMT</pubDate></item><item><title><![CDATA[Reply to 小强ROS机器人教程(10)___使用kinect进行自主移动避障 on Tue, 27 Aug 2019 12:23:10 GMT]]></title><description><![CDATA[<p dir="auto">为什么我在工控机上直接启动kinect2_bridge.launch就能正常启动kinect2,但三用SSH连接到工控机后无法启动kinect2,会报以下错误:<br />
[ INFO] [1566907799.390059214]: [Kinect2Bridge::initialize] parameter:<br />
base_name: kinect2<br />
sensor: default<br />
fps_limit: -1<br />
calib_path: /home/user/catkin_ws/src/iai_kinect2/kinect2_bridge/data/<br />
use_png: false<br />
jpeg_quality: 90<br />
png_level: 1<br />
depth_method: opengl<br />
depth_device: -1<br />
reg_method: cpu<br />
reg_device: -1<br />
max_depth: 12<br />
min_depth: 0.1<br />
queue_size: 5<br />
bilateral_filter: true<br />
edge_aware_filter: true<br />
publish_tf: true<br />
base_name_tf: kinect2<br />
worker_threads: 4<br />
<strong>[Error] [OpenGLDepthPacketProcessorImpl] GLFW error 65544 X11: The DISPLAY environment variable is missing</strong><br />
<strong>[Error] [OpenGLDepthPacketProcessor] Failed to initialize GLFW.</strong><br />
<em><em>[FATAL] [1566907799.393948046]: Failed to load nodelet ‘/kinect2_bridge<code>of type</code>kinect2_bridge/kinect2_bridge_nodelet<code>to manager</code>kinect2’<br />
[FATAL] [1566907799.393980129]: Failed to load nodelet ‘/kinect2_points_xyzrgb_qhd<code>of type</code>depth_image_proc/point_cloud_xyzrgb<code>to manager</code>kinect2’<br />
[kinect2_bridge-3] process has died [pid 2949, exit code 255, cmd /home/user/catkin_ws/devel/lib/nodelet/nodelet load kinect2_bridge/kinect2_bridge_nodelet kinect2 __name:=kinect2_bridge __log:=/home/user/.ros/log/963b5b74-c8c3-11e9-8415-008ef26ef65c/kinect2_bridge-3.log].<br />
log file: /home/user/.ros/log/963b5b74-c8c3-11e9-8415-008ef26ef65c/kinect2_bridge-3</em>.log<br />
[kinect2_points_xyzrgb_qhd-5] process has died [pid 2951, exit code 255, cmd /home/user/catkin_ws/devel/lib/nodelet/nodelet load depth_image_proc/point_cloud_xyzrgb kinect2 rgb/camera_info:=kinect2/qhd/camera_info rgb/image_rect_color:=kinect2/qhd/image_color_rect depth_registered/image_rect:=kinect2/qhd/image_depth_rect depth_registered/points:=kinect2/qhd/points __name:=kinect2_points_xyzrgb_qhd __log:=/home/user/.ros/log/963b5b74-c8c3-11e9-8415-008ef26ef65c/kinect2_points_xyzrgb_qhd-5.log].<br />
log file: /home/user/.ros/log/963b5b74-c8c3-11e9-8415-008ef26ef65c/kinect2_points_xyzrgb_qhd-5</em>.log**<br />
这个是什么问题吖?怎么解决?谢谢谢谢</p>
]]></description><link>http://community.bwbot.org/post/1469</link><guid isPermaLink="true">http://community.bwbot.org/post/1469</guid><dc:creator><![CDATA[柠檬蔚]]></dc:creator><pubDate>Tue, 27 Aug 2019 12:23:10 GMT</pubDate></item><item><title><![CDATA[Reply to 小强ROS机器人教程(10)___使用kinect进行自主移动避障 on Mon, 22 Jul 2019 08:28:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/867">@weijiafeng</a> 第四代之后的RealSense模块，在室内无阳光下使用没有遇到这些情况，比较稳定</p>
]]></description><link>http://community.bwbot.org/post/1402</link><guid isPermaLink="true">http://community.bwbot.org/post/1402</guid><dc:creator><![CDATA[xiaoqiang]]></dc:creator><pubDate>Mon, 22 Jul 2019 08:28:27 GMT</pubDate></item><item><title><![CDATA[Reply to 小强ROS机器人教程(10)___使用kinect进行自主移动避障 on Mon, 22 Jul 2019 08:26:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/942">@柠檬蔚</a> 需要安装蓝鲸版本才有: http://git.bwbot.org/publish/iai_kinect2.git</p>
]]></description><link>http://community.bwbot.org/post/1401</link><guid isPermaLink="true">http://community.bwbot.org/post/1401</guid><dc:creator><![CDATA[xiaoqiang]]></dc:creator><pubDate>Mon, 22 Jul 2019 08:26:13 GMT</pubDate></item><item><title><![CDATA[Reply to 小强ROS机器人教程(10)___使用kinect进行自主移动避障 on Mon, 22 Jul 2019 06:59:26 GMT]]></title><description><![CDATA[<p dir="auto">请问为啥我的kinect2_bridge包里没有kinect2-xyz.launch这个执行文件</p>
]]></description><link>http://community.bwbot.org/post/1400</link><guid isPermaLink="true">http://community.bwbot.org/post/1400</guid><dc:creator><![CDATA[柠檬蔚]]></dc:creator><pubDate>Mon, 22 Jul 2019 06:59:26 GMT</pubDate></item><item><title><![CDATA[Reply to 小强ROS机器人教程(10)___使用kinect进行自主移动避障 on Thu, 16 May 2019 10:33:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/7">@weijiz</a> 想问下大家在用Intel RealSense深度摄像头作避障时有遇到深度数据缺失、数据误差以及测量环境要求高的问题吗？是怎么解决的？谢谢！</p>
]]></description><link>http://community.bwbot.org/post/1259</link><guid isPermaLink="true">http://community.bwbot.org/post/1259</guid><dc:creator><![CDATA[weijiafeng]]></dc:creator><pubDate>Thu, 16 May 2019 10:33:24 GMT</pubDate></item></channel></rss>