Skip to content
Snippets Groups Projects
monitor.py 228 B
Newer Older
Tom Lambert's avatar
Tom Lambert committed
# ToDo: Add Python Code

# For time t=10.00 check...
# checking constraint for distance between f and s
# it should be in range of 0.5 to 2
t = 10
objectId1 = f
objectId2 = s
rangeLeftBorder = 0.5
rangeRightBorder = 2