It was created to control 4 motorized mecanum wheels with Rassbery pi.
-
First, clone the project to your computer:
git clone https://github.com/findik-faresi/pi-motor-controller
-
Go to the project directory:
cd pi-motor-controller
-
Install the required Python packages:
./helper/setup.sh
-
Update the pin numbers according to your project:
nano src/motor/pins.h
-
Change main.cpp file according to your project:
nano src/main.cpp
-
Use helper to build:
./build.sh robot
- You can control 4 motor with 8 direction PWM.
- It have database and database management system if you wanna use.