From 0452432a2675fc462f61d851fb5af1bfe7c0a51a Mon Sep 17 00:00:00 2001 From: HappyZ Date: Sun, 5 May 2019 15:51:25 -0500 Subject: [PATCH] Update get_loc_est.py --- get_loc_est.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/get_loc_est.py b/get_loc_est.py index c500ee5..fcda017 100644 --- a/get_loc_est.py +++ b/get_loc_est.py @@ -4,6 +4,10 @@ import subprocess from libs.parser import get_slam_log +# This script supposes to run ON THE VACUUM +# do not run it on your local pc + + # args parser = argparse.ArgumentParser( description='Get Location Estimation from SLAM log on the vacuum'