-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathConfig.xml
More file actions
20 lines (20 loc) · 814 Bytes
/
Config.xml
File metadata and controls
20 lines (20 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8" ?>
<BioSystemConfig>
<BioCompilerConfig>
<column>32</column>
<row>20</row>
</BioCompilerConfig>
<BioExecutorConfig>
<column>32</column>
<row>20</row>
<router>AStar</router>
<basm_template>C:\Users\Wenjie\OneDrive\MasterThesis\VisionBasedCompiler\template.basm</basm_template>
<json_template>C:\Users\Wenjie\OneDrive\MasterThesis\VisionBasedCompiler\template.json</json_template>
<json_output>C:\Users\Wenjie\OneDrive\MasterThesis\VisionBasedCompiler\out\test1.json</json_output>
<basm_output>C:\Users\Wenjie\OneDrive\MasterThesis\VisionBasedCompiler\out\test1.basm</basm_output>
<target>simulator</target>
<realtime_feedback>false</realtime_feedback>
<ip_address></ip_address>
<port_number></port_number>
</BioExecutorConfig>
</BioSystemConfig>