Skip to content
Snippets Groups Projects
Commit 0247f002 authored by Daniel Christoph's avatar Daniel Christoph
Browse files

Replace location_monitor_node.py

parent 1ae645ac
Branches
No related merge requests found
......@@ -116,7 +116,7 @@ def boxkdetection(size, botx, boty, l_x, l_y, simtime):
if (size*2.0) > 0.5:
print("Box to big, > 0.5")
if WriteFlag == 0:
f.write("[T:" + str(simtime) + "] " + "Box Invalid (size < 0.5)" + "\n")
f.write("[T:" + str(simtime) + "] " + "Box Invalid (size > 0.5)" + "\n")
f.close
else:
print("SIZEBOX" + str(size))
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment