From bec157a458d5ed076c6804cfd35e973b7f6d909d Mon Sep 17 00:00:00 2001 From: JackM323 Date: Thu, 30 Jul 2026 08:40:29 +0200 Subject: [PATCH] UTF-8 Symbol Causes Errors on Linux --- Controller.py | 2 +- README.md | 8 +------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/Controller.py b/Controller.py index e4af5bc..9f49944 100644 --- a/Controller.py +++ b/Controller.py @@ -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 diff --git a/README.md b/README.md index 9d65d46..30618da 100644 --- a/README.md +++ b/README.md @@ -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