From 115b28f0cd219b98209839123c656771c252f6a9 Mon Sep 17 00:00:00 2001 From: Edvin Date: Wed, 30 Apr 2025 10:49:29 +0200 Subject: Testinggggg --- main.py | 1 - 1 file changed, 1 deletion(-) (limited to 'main.py') diff --git a/main.py b/main.py index 8a45237..53f5679 100755 --- a/main.py +++ b/main.py @@ -124,7 +124,6 @@ if bto.find("Connected") != -1: desDir = 0 else: # Store current position => cur pos - # Calculate angle from old pos, a = math.atan2(y, x) + math.pi curX = float(x) * 1000 curY = float(y) * 1000 -- cgit v1.2.3