← Back to ratslair.com
aboutsummaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorEdvin <[email protected]>2025-04-30 10:49:29 +0200
committerEdvin <[email protected]>2025-04-30 10:49:29 +0200
commit115b28f0cd219b98209839123c656771c252f6a9 (patch)
tree9f0e27622b0bc25930b3f787e3ac20de8359f508 /main.py
parent1368991f98f7a6eeeb48d2d9adaf7cd0b19e19f6 (diff)
Testinggggg
Diffstat (limited to 'main.py')
-rwxr-xr-xmain.py1
1 files changed, 0 insertions, 1 deletions
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