From 46e1fd54742b832abddb7212eace5148af94f947 Mon Sep 17 00:00:00 2001 From: Fisch Date: Fri, 8 Sep 2023 08:08:44 +0200 Subject: [PATCH] add logfix usage to readme --- logdata_visualization/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/logdata_visualization/README.md b/logdata_visualization/README.md index 90dbd9c..39796b2 100644 --- a/logdata_visualization/README.md +++ b/logdata_visualization/README.md @@ -32,3 +32,10 @@ AT+B115200 AT+C002 Using channel 2 instead of 1, because 1 receive didnt work with two computers. + +## logfix.py +The bobbycar controller records stats and data in txt files. +A new files with an ascending filename is created on boot. +The txt file contains a table in csv structure with comments for errors and debugging starting with '#'. +logfix.py is used to clean up, fix broken logs and combine them in a valid csv file. +Usage: python3 logfix.py --input LOG_0001.TXT LOG_0002.TXT LOG_0003.TXT --output outputlog.csv