<?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[发送充电指令，机器人不去充电了]]></title><description><![CDATA[<p dir="auto">机器人移动到充电桩附近，发送充电指令，机器人纹丝不动也不移动到充电桩充电，代码显示sensor_status.power串口上报的值是47，电流值是0.04，这是为什么？充电指示灯显示绿色</p>
]]></description><link>http://community.bwbot.org/topic/2992/发送充电指令-机器人不去充电了</link><generator>RSS for Node</generator><lastBuildDate>Tue, 12 May 2026 21:18:03 GMT</lastBuildDate><atom:link href="http://community.bwbot.org/topic/2992.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 19 Dec 2020 09:58:51 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to 发送充电指令，机器人不去充电了 on Mon, 21 Dec 2020 07:12:29 GMT]]></title><description><![CDATA[<p dir="auto">好的，我现在寄回尽快维修</p>
]]></description><link>http://community.bwbot.org/post/4100</link><guid isPermaLink="true">http://community.bwbot.org/post/4100</guid><dc:creator><![CDATA[wilson0127]]></dc:creator><pubDate>Mon, 21 Dec 2020 07:12:29 GMT</pubDate></item><item><title><![CDATA[Reply to 发送充电指令，机器人不去充电了 on Mon, 21 Dec 2020 07:06:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/1187">@wilson0127</a> 淘宝联系客服寄回维修检测，软件看不出来</p>
]]></description><link>http://community.bwbot.org/post/4099</link><guid isPermaLink="true">http://community.bwbot.org/post/4099</guid><dc:creator><![CDATA[frank]]></dc:creator><pubDate>Mon, 21 Dec 2020 07:06:11 GMT</pubDate></item><item><title><![CDATA[Reply to 发送充电指令，机器人不去充电了 on Mon, 21 Dec 2020 06:55:16 GMT]]></title><description><![CDATA[<p dir="auto">如果是模块坏了，请问下是什么原因导致这个模块这个值出问题了，因为我看串口上来的其他值都是对的，比如说电池的电压，红外的数值都是好的，唯独这个值有问题</p>
]]></description><link>http://community.bwbot.org/post/4098</link><guid isPermaLink="true">http://community.bwbot.org/post/4098</guid><dc:creator><![CDATA[wilson0127]]></dc:creator><pubDate>Mon, 21 Dec 2020 06:55:16 GMT</pubDate></item><item><title><![CDATA[Reply to 发送充电指令，机器人不去充电了 on Mon, 21 Dec 2020 06:50:48 GMT]]></title><description><![CDATA[<p dir="auto">我是单独买的充电模块，我现在并没有怼上充电桩，理论上这个sensor_status.power会一直是0，只有怼上充电桩这个值才会大于0，是么？但是我现在没有怼上充电桩，sensor_status.power上报的值就是47了，昨天晚上机器人手动充完电，今天我看了下又49了，不知道什么原因？</p>
]]></description><link>http://community.bwbot.org/post/4097</link><guid isPermaLink="true">http://community.bwbot.org/post/4097</guid><dc:creator><![CDATA[wilson0127]]></dc:creator><pubDate>Mon, 21 Dec 2020 06:50:48 GMT</pubDate></item><item><title><![CDATA[Reply to 发送充电指令，机器人不去充电了 on Mon, 21 Dec 2020 06:37:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/10">@frank</a> 这个power是充电极片电压，没有怼上充电桩是不可能有电压的，有就说明接错线或者模块坏了</p>
]]></description><link>http://community.bwbot.org/post/4096</link><guid isPermaLink="true">http://community.bwbot.org/post/4096</guid><dc:creator><![CDATA[frank]]></dc:creator><pubDate>Mon, 21 Dec 2020 06:37:38 GMT</pubDate></item><item><title><![CDATA[Reply to 发送充电指令，机器人不去充电了 on Mon, 21 Dec 2020 06:34:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/1187">@wilson0127</a> 你的车是xq5吗？</p>
]]></description><link>http://community.bwbot.org/post/4095</link><guid isPermaLink="true">http://community.bwbot.org/post/4095</guid><dc:creator><![CDATA[frank]]></dc:creator><pubDate>Mon, 21 Dec 2020 06:34:17 GMT</pubDate></item><item><title><![CDATA[Reply to 发送充电指令，机器人不去充电了 on Mon, 21 Dec 2020 06:22:40 GMT]]></title><description><![CDATA[<p dir="auto">sensor_status.power=47 ，算法进来就进入CHARGE_STATUS_TEMP::charging1状态，所以机器人一动不动</p>
]]></description><link>http://community.bwbot.org/post/4093</link><guid isPermaLink="true">http://community.bwbot.org/post/4093</guid><dc:creator><![CDATA[wilson0127]]></dc:creator><pubDate>Mon, 21 Dec 2020 06:22:40 GMT</pubDate></item><item><title><![CDATA[Reply to 发送充电指令，机器人不去充电了 on Mon, 21 Dec 2020 06:18:56 GMT]]></title><description><![CDATA[<p dir="auto">我看代码，算法第一句就是判断sensor_status.power是否大于9，大于9就表示进入charging状态，现在是一上来sensor_status.power就是47了，不知道为什么？</p>
]]></description><link>http://community.bwbot.org/post/4092</link><guid isPermaLink="true">http://community.bwbot.org/post/4092</guid><dc:creator><![CDATA[wilson0127]]></dc:creator><pubDate>Mon, 21 Dec 2020 06:18:56 GMT</pubDate></item><item><title><![CDATA[Reply to 发送充电指令，机器人不去充电了 on Mon, 21 Dec 2020 05:54:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/1187">@wilson0127</a> 用rosconsole工具看充电节点的ROS_DEBUG输出信息，然后根据源码判断卡在什么地方了</p>
]]></description><link>http://community.bwbot.org/post/4091</link><guid isPermaLink="true">http://community.bwbot.org/post/4091</guid><dc:creator><![CDATA[xiaoqiang]]></dc:creator><pubDate>Mon, 21 Dec 2020 05:54:13 GMT</pubDate></item><item><title><![CDATA[Reply to 发送充电指令，机器人不去充电了 on Mon, 21 Dec 2020 05:38:56 GMT]]></title><description><![CDATA[<p dir="auto">四个红外传感器都有值，不为零，有时候是1 有时候是2</p>
]]></description><link>http://community.bwbot.org/post/4090</link><guid isPermaLink="true">http://community.bwbot.org/post/4090</guid><dc:creator><![CDATA[wilson0127]]></dc:creator><pubDate>Mon, 21 Dec 2020 05:38:56 GMT</pubDate></item><item><title><![CDATA[Reply to 发送充电指令，机器人不去充电了 on Mon, 21 Dec 2020 01:09:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/1187">@wilson0127</a> 在 <a href="/post/4083">发送充电指令，机器人不去充电了</a> 中说：</p>
<blockquote>
<p dir="auto">sensor_status</p>
</blockquote>
<p dir="auto">可以看看红外传感器的数据是不是0</p>
]]></description><link>http://community.bwbot.org/post/4084</link><guid isPermaLink="true">http://community.bwbot.org/post/4084</guid><dc:creator><![CDATA[weijiz]]></dc:creator><pubDate>Mon, 21 Dec 2020 01:09:16 GMT</pubDate></item></channel></rss>