-
Notifications
You must be signed in to change notification settings - Fork 1
/
settings.cfg
43 lines (32 loc) · 876 Bytes
/
settings.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#Settings file
accuracy: 0.01 #determines smallest possible change in joints
#Start position of arm when application starts
initPositions : [0,0,0,0,0,0]
#max arms positions
constrainments : [[0,100],[0,100],[0,100],[0,100],[0,100],[0,100]]
#max arm speed
maxSpeed : [10,10,10,10,10,10]
#commands filename
#commandsFilename : "D:/My Dropbox/Projects/bch/RobotLearning/commands.txt"
commandsFilename : "/Users/vito/Dropbox/Projects/bch/RobotLearning/commands.txt"
#max command limit in the queue
queueMaxSize: 1
Sockets:
{
iPhone : {
ip: "192.168.0.104",
port: 2006
},
Simple: {
ip: "192.168.0.105", #127.0.0.1
port: 2007
}
}
Joystick:
{
axisScales: [10,10,10] #Each axis has range -1 to 1 and we may want to scale to move arm faster
speedFactor: 1
}
Keyboard:
{
}