-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
Vladyslav Vytrykush edited this page Sep 4, 2026
·
1 revision
- Python 3.10+
- USB-to-UART serial cable connected to the ESP32-C3 suit (or run in dry-run simulation mode).
- Clone the repository:
git clone https://github.com/Perry1231/MoSy.git
cd MoSy
- Install core dependencies:
pip install -r requirements.txt
-
Verify Joint Configuration:
Inspect or edit
config/joints.jsonto match your quadruped's mechanical joint zero offsets and motor inversion flags. - Run the Execution Loop:
python main.py
Note: If no ESP32-C3 or PCA9685 board is connected, MoSy automatically defaults to Simulation / Benchmark Mode, executing dummy telemetry loops while logging real-time cycle latency.
-
Architecture & Specs
-
Guides & Setup