<?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编译后提示未找到可执行文件]]></title><description><![CDATA[<p dir="auto">最简单的例程，编译后出现如下错误。其它功能包也是如此。</p>
]]></description><link>http://community.bwbot.org/topic/16493/求助-ros编译后提示未找到可执行文件</link><generator>RSS for Node</generator><lastBuildDate>Fri, 07 Aug 2026 11:18:32 GMT</lastBuildDate><atom:link href="http://community.bwbot.org/topic/16493.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 14 Feb 2022 08:38:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to 求助！ros编译后提示未找到可执行文件 on Sat, 19 Feb 2022 06:25:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/7">@weijiz</a> 好的</p>
]]></description><link>http://community.bwbot.org/post/16798</link><guid isPermaLink="true">http://community.bwbot.org/post/16798</guid><dc:creator><![CDATA[Yuanren]]></dc:creator><pubDate>Sat, 19 Feb 2022 06:25:47 GMT</pubDate></item><item><title><![CDATA[Reply to 求助！ros编译后提示未找到可执行文件 on Sat, 19 Feb 2022 01:29:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/1366">@yuanren</a> 你的工作空间太乱了，可能source了错误的工作空间</p>
]]></description><link>http://community.bwbot.org/post/16797</link><guid isPermaLink="true">http://community.bwbot.org/post/16797</guid><dc:creator><![CDATA[weijiz]]></dc:creator><pubDate>Sat, 19 Feb 2022 01:29:57 GMT</pubDate></item><item><title><![CDATA[Reply to 求助！ros编译后提示未找到可执行文件 on Thu, 17 Feb 2022 07:32:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/7">@weijiz</a> 这是我的CMakelist，麻烦你帮我看一下。不知道是不是我Ubuntu系统的问题，昨天运行还可以。</p>
<p dir="auto">cmake_minimum_required(VERSION 3.0.2)<br />
project(sim)</p>
<h2>Compile as C++11, supported in ROS Kinetic and newer</h2>
<h1>add_compile_options(-std=c++11)</h1>
<h2>Find catkin macros and libraries</h2>
<h2>if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)</h2>
<h2>is used, also find other catkin packages</h2>
<p dir="auto">find_package(catkin REQUIRED COMPONENTS<br />
roscpp<br />
rospy<br />
std_msgs<br />
)</p>
<p dir="auto">catkin_package(</p>
<h1>INCLUDE_DIRS include</h1>
<h1>LIBRARIES sim</h1>
<h1>CATKIN_DEPENDS roscpp rospy std_msgs</h1>
<h1>DEPENDS system_lib</h1>
<p dir="auto">)</p>
<h2>Specify additional locations of header files</h2>
<h2>Your package locations should be listed before other locations</h2>
<p dir="auto">include_directories(</p>
<h1>include</h1>
<p dir="auto">${catkin_INCLUDE_DIRS}<br />
)</p>
<p dir="auto">catkin_package()</p>
<p dir="auto">add_executable(bat_pub<br />
src/bat_pub.cpp<br />
)<br />
target_link_libraries(bat_pub<br />
${catkin_LIBRARIES}<br />
)</p>
<p dir="auto">add_executable(tst<br />
src/tst.cpp<br />
)<br />
target_link_libraries(tst<br />
${catkin_LIBRARIES}<br />
)</p>
]]></description><link>http://community.bwbot.org/post/16796</link><guid isPermaLink="true">http://community.bwbot.org/post/16796</guid><dc:creator><![CDATA[Yuanren]]></dc:creator><pubDate>Thu, 17 Feb 2022 07:32:36 GMT</pubDate></item><item><title><![CDATA[Reply to 求助！ros编译后提示未找到可执行文件 on Thu, 17 Feb 2022 07:29:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/7">@weijiz</a> 你好，我source了，还是出现这个情况。<img src="/assets/uploads/files/1645082995423-2022-02-17-15-29-02%E5%B1%8F%E5%B9%95%E6%88%AA%E5%9B%BE.png" alt="2022-02-17 15-29-02屏幕截图.png" class=" img-responsive img-markdown" /></p>
]]></description><link>http://community.bwbot.org/post/16795</link><guid isPermaLink="true">http://community.bwbot.org/post/16795</guid><dc:creator><![CDATA[Yuanren]]></dc:creator><pubDate>Thu, 17 Feb 2022 07:29:57 GMT</pubDate></item><item><title><![CDATA[Reply to 求助！ros编译后提示未找到可执行文件 on Thu, 17 Feb 2022 01:17:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/1366">@yuanren</a> ROS的工作空间环境变量是不是没有设置。有没有souce工作空间的setup.bash</p>
]]></description><link>http://community.bwbot.org/post/16794</link><guid isPermaLink="true">http://community.bwbot.org/post/16794</guid><dc:creator><![CDATA[weijiz]]></dc:creator><pubDate>Thu, 17 Feb 2022 01:17:30 GMT</pubDate></item><item><title><![CDATA[Reply to 求助！ros编译后提示未找到可执行文件 on Mon, 14 Feb 2022 08:47:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/1366">@yuanren</a> <img src="/assets/uploads/files/1644828428945-2022-02-14-16-46-30-%E7%9A%84%E5%B1%8F%E5%B9%95%E6%88%AA%E5%9B%BE.png" alt="2022-02-14 16-46-30 的屏幕截图.png" class=" img-responsive img-markdown" /><br />
这是另一个，但devel里面已有内容，却无法执行<br />
<img src="/assets/uploads/files/1644828456370-2022-02-14-16-46-46-%E7%9A%84%E5%B1%8F%E5%B9%95%E6%88%AA%E5%9B%BE.png" alt="2022-02-14 16-46-46 的屏幕截图.png" class=" img-responsive img-markdown" /></p>
]]></description><link>http://community.bwbot.org/post/16793</link><guid isPermaLink="true">http://community.bwbot.org/post/16793</guid><dc:creator><![CDATA[Yuanren]]></dc:creator><pubDate>Mon, 14 Feb 2022 08:47:41 GMT</pubDate></item><item><title><![CDATA[Reply to 求助！ros编译后提示未找到可执行文件 on Mon, 14 Feb 2022 08:44:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/1366">@yuanren</a> 烦请高手帮忙</p>
]]></description><link>http://community.bwbot.org/post/16792</link><guid isPermaLink="true">http://community.bwbot.org/post/16792</guid><dc:creator><![CDATA[Yuanren]]></dc:creator><pubDate>Mon, 14 Feb 2022 08:44:44 GMT</pubDate></item><item><title><![CDATA[Reply to 求助！ros编译后提示未找到可执行文件 on Mon, 14 Feb 2022 08:44:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/1366">@yuanren</a> <img src="/assets/uploads/files/1644828236868-2022-02-14-16-41-24-%E7%9A%84%E5%B1%8F%E5%B9%95%E6%88%AA%E5%9B%BE.png" alt="2022-02-14 16-41-24 的屏幕截图.png" class=" img-responsive img-markdown" /></p>
]]></description><link>http://community.bwbot.org/post/16791</link><guid isPermaLink="true">http://community.bwbot.org/post/16791</guid><dc:creator><![CDATA[Yuanren]]></dc:creator><pubDate>Mon, 14 Feb 2022 08:44:05 GMT</pubDate></item></channel></rss>