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