UTF-8 Symbol Causes Errors on Linux

This commit is contained in:
2026-07-30 08:40:29 +02:00
parent 2b2125bfde
commit bec157a458
2 changed files with 2 additions and 8 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ def controller():
vx, vy = normalize_controller_input(vx, vy)
# Right stick X (rotation) — adjust axis index if needed
# Right stick X (rotation) - adjust axis index if needed
omega = joystick.get_axis(2)
# Deadzone for rotation
+1 -7
View File
@@ -47,14 +47,8 @@ Set-ExecutionPolicy -Scope Process -ExecutionPolicy RemoteSigned
From the repository root:
```powershell
python main.py
```
or on Linux/macOS:
```bash
python3 main.py
python main.py
```
## Configuration