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

Replace location_monitor_node.py

parent 6b030436
No related merge requests found
......@@ -16,9 +16,7 @@ BotDist = float(sys.argv[1])#Erstes Argumnet
SafeDist = float(sys.argv[2])#Zweites argument
WriteFlag = 0
now = datetime.now()
current_time = now.strftime("%H:%M:%S")
logtime = str(current_time) + "_log.txt"
logtime = "location_monitor_log.txt"
f = open(logtime, "w+")
# y
......
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