<?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[在使用amcl导航时movebase 崩溃的解决方法]]></title><description><![CDATA[<p dir="auto">原因可能是由于libpcl库在编译的时候开启了优化，使用了自己的计算机CPU不支持的指令。<br />
可能出现这种情况的原因有在其他电脑上编译后的程序拿到了别的电脑上去使用。<br />
解决方法也很简单，重新编译安装pcl库然后在catkin_make一下自己的工作空间。同时开启优化和不开启优化性能相差也很多，所以最好还是自己编译安装一遍pcl库。<br />
pcl库的安装也很容易</p>
<pre><code class="language-bash">git clone https://github.com/PointCloudLibrary/pcl
cd pcl
mkdir build
cd build
cmake ..
make -j2 #这个根据自己机器的性能设置，数值太大了容易死机
sudo make install
</code></pre>
]]></description><link>http://community.bwbot.org/topic/427/在使用amcl导航时movebase-崩溃的解决方法</link><generator>RSS for Node</generator><lastBuildDate>Mon, 16 Mar 2026 05:55:39 GMT</lastBuildDate><atom:link href="http://community.bwbot.org/topic/427.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 12 Apr 2018 01:30:44 GMT</pubDate><ttl>60</ttl></channel></rss>