DXR_API

对外合作API接口


限制机器人最大运动速度功能(导航和停障)

<p>简要描述: 设置机器人运动最大速度,适用于导航和寻迹功能 方式: 服务器发送指令到机器人 发布话题:/set_speed 发送指令:</p> <pre><code class="language-json">{ &amp;quot;msg&amp;quot;:{ &amp;quot;speed&amp;quot;:1.0 } }</code></pre> <table> <thead> <tr> <th>参数名</th> <th>必选</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>speed</td> <td>是</td> <td>float</td> <td>客户端下发速度限制,为浮点数</td> </tr> </tbody> </table> <p>返回示例: 发布话题:/set_speed_response</p> <pre><code class="language-json">{ &amp;quot;msg&amp;quot;:{ &amp;quot;error_code&amp;quot;:0, &amp;quot;error_msg&amp;quot;:&amp;quot;&amp;quot;, &amp;quot;result&amp;quot;:1 } }</code></pre> <p>返回参数说明</p> <table> <thead> <tr> <th>参数名</th> <th>是否必存</th> <th>类型</th> <th>内容</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>error_code</td> <td>是</td> <td>int</td> <td>0</td> <td>出错代码</td> </tr> <tr> <td>error_msg</td> <td>是</td> <td>string</td> <td>&quot;&quot;</td> <td>出错信息</td> </tr> <tr> <td>result</td> <td>是</td> <td>int</td> <td>0:失败,1:成功</td> <td>结果</td> </tr> </tbody> </table>

页面列表

ITEM_HTML