-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetting.py
More file actions
63 lines (63 loc) · 1.73 KB
/
setting.py
File metadata and controls
63 lines (63 loc) · 1.73 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
def init():
global min_drawable_point_tollerance
min_drawable_point_tollerance = 2
global kp
kp = 2
global kv
kv = 2
global delay_time
delay_time = 0.01
global min_tollerance
min_tollerance = 0.001
global limit_ux_si
limit_ux_si = 70
global limit_uy_si
limit_uy_si = 70
"""
global inputLato
inputLato = 4
global formationChanged
formationChanged = False
global velocityChanged
velocityChanged = False
global pauseTime
pauseTime = 0.00000000000001
global modelChanged
modelChanged = False
global currentFormationType
currentFormationType = None
global currentRobotType
currentRobotType = None
global currentFormationTypeNote
currentFormationTypeNote = None
global run
run = False
global stopExecution
stopExecution = False
global free_displacement
free_displacement = False
global line_builder_formation_stopper
line_builder_formation_stopper = True
global free_formation_displacement_remember
free_formation_displacement_remember = None
global free_distance
free_distance = False
global line_builder_formation_stopper_distance
line_builder_formation_stopper_distance = True
global free_formation_distance_remember
free_formation_distance_remember = None
global notStart#per il tasto start, per aspettare tutte le specifiche
notStart = False
global text_changed
text_changed = False
global numRobots
numRobots = 4
global stopDistanceCotraint
stopDistanceCotraint = False
global min_drawable_point_tollerance
min_drawable_point_tollerance = 2
global desidere_vel_x
desidere_vel_x = 0
global desidere_vel_y
desidere_vel_y = 0
"""