DXR_API

对外合作API接口


获取关键点文件

<p>简要描述: 获取关键点文件 方式: 服务器发送指令到机器人 发布话题:/get_taskpoint_file 发送指令:</p> <pre><code class="language-json">{ &amp;quot;msg&amp;quot;:{ &amp;quot;sn&amp;quot;:&amp;quot;123&amp;quot;,//web端发送带sn,服务端转发给客户端不需要sn &amp;quot;track_name&amp;quot;:&amp;quot;test_track_name&amp;quot;, &amp;quot;taskpoint_name&amp;quot;:&amp;quot;test_taskpoint_name&amp;quot; } }</code></pre> <table> <thead> <tr> <th>参数名</th> <th>必选</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>track_name</td> <td>是</td> <td>string</td> <td>轨迹名称</td> </tr> <tr> <td>taskpoint_name</td> <td>是</td> <td>string</td> <td>关键点名称</td> </tr> </tbody> </table> <p>返回示例 发布话题:/get_taskpoint_file_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;:[[index_0,x_0,y_0,theta_0,flag_0],[index_1,x_1,y_1,theta_1,flag_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>出错代码</td> </tr> <tr> <td>error_msg</td> <td>是</td> <td>string</td> <td>出错信息</td> </tr> <tr> <td>result</td> <td>是</td> <td>[[],[]]</td> <td>关键点信息</td> <td>结果</td> </tr> </tbody> </table>

页面列表

ITEM_HTML