agentdb.list
来自「东南大学 Robocup入门材料包括3d组的入门说明和ubuntu安装操作平台所」· LIST 代码 · 共 29 行
LIST
29 行
<?xml version="1.0" encoding="ISO-8859-1"?>
<agentdb
xmlns:adb="http://spades-sim.sourceforge.net/agentdbxml.html"
xmlns="http://spades-sim.sourceforge.net/agentdbxml.html"
adb:version="0.91"
>
<!-- This file specifies the different agent types and how to
execute the agents -->
<agent_type_external name="foo">
<inputfd>3</inputfd>
<outputfd>4</outputfd>
<timer>jiffies 20000</timer>
<working_dir>/home/qq/3d5v5/src</working_dir>
<exec_line>seu-3d-player --teamname onename</exec_line>
</agent_type_external>
<agent_type_external name="bar">
<inputfd>3</inputfd>
<outputfd>4</outputfd>
<timer>jiffies 20000</timer>
<working_dir>/another dir that contains the executable content</working_dir>
<exec_line>seu-3d-player --teamname anothername</exec_line>
</agent_type_external>
</agentdb>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?