diff options
Diffstat (limited to 'main.py')
| -rwxr-xr-x | main.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |
