-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.ini
More file actions
44 lines (40 loc) · 786 Bytes
/
config.ini
File metadata and controls
44 lines (40 loc) · 786 Bytes
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
44
[general]
debug = True
originX = 80
originY = 100
imageScale = 3
[arms]
innerArmLength = 203
innerArmChannel = 0
innerArmActuationRange = 180
innerArmMinPulse = 700
innerArmMaxPulse = 2450
outerArmLength = 136
outerArmChannel = 1
outerArmActuationRange = 180
outerArmMinPulse = 850
outerArmMaxPulse = 2750
penMotorChannel = 2
penMotorUpAngle = 80
penMotorDownAngle = 110
[imageprocessor]
edgeAlgorithm = canny-2
# scharr or roberts or sobel or prewitt or canny-1 or canny-2 or canny-3
skipProcessing = True
outputFilename = out.png
treshold = 0.8
outputSize = 100
[raspi]
switchedOn = False
frequency = 50
waitTimeNear = 0.05
waitTimeFar = 0.5
waitTimePen = 0.3
[simulator]
switchedOn = True
animateArms = True
browser = firefox
sizeX = 700
sizeY = 700
penWidth = 5
penColor = navy