corrade-lsl-templates – Blame information for rev 4

Subversion Repositories:
Rev:
Rev Author Line No. Line
4 office 1 ####################### START CONFIGURATION ##################################
2  
3 # All these settings must correspond to the settings in Corrade.ini.
4  
5 # This is the UUID of the Corrade bot.
6 corrade = "97515305-5f46-4521-9568-a879b8c1f1c9"
7  
8 # The name of the group - it can also be the UUID of the group.
9 group = "My Group"
10  
11 # The password for the group.
12 password = "mypassword"
13  
14 # The contour of a polygon represented by regional point-vectors, for example:
15 #
16 # 1 +----+ 2
17 # | |
18 # 5 + + 3
19 # \ /
20 # + 4
21 #
22 # The points must be named in sequence, ie: point_1, point_2, etc... By following
23 # the contour of the polygon that you wish Corrade to wander within.
24 #
25 # The following values represent the contour of a polygon with 12 points:
26 point_1 = <90.140633, 195.659195, 0>
27 point_2 = <93.146393, 162.897415, 0>
28 point_3 = <90.38028, 156.655594, 0>
29 point_4 = <79.35807, 138.610291, 0>
30 point_5 = <93.638596, 124.921394, 0>
31 point_6 = <110.910965, 120.750427, 0>
32 point_7 = <125.259796, 116.540215, 0>
33 point_8 = <140.697433, 151.190826, 0>
34 point_9 = <133.573517, 163.03215, 0>
35 point_10 = <122.473473, 161.892914, 0>
36 point_11 = <118.320236, 167.628906, 0>
37 point_12 = <107.47805, 198.410461, 0>
38  
39 # The maximal time in seconds allowed for Corrade to remain stationary.
40 wait = 60
41  
42 ####################### END CONFIGURATION ###################################