Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.55 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.55 KB

Kinematic-Omniwheels-in-Webots

This Repository Include Kinematic Omniwheel and Simple Control PID

Inverskinematic Equations

Invers

Forwardkinematic Equations

Forward

Control Diagram

control

How to Run

Step Description
1. Clone the repository.
2. Navigate to the project directory.
3. Create a build directory: mkdir build
4. Change to the build directory: cd build
5. Set the WEBOTS_HOME environment variable to your Webots installation path: export WEBOTS_HOME=YOUR_WEBOTS_PATH
6. Configure the project with CMake: cmake ..
7. Build the project: make
8. Run in WEBOTS
9. Enjoy the simulation!

Results Simulation

Circle Trajectory test

Point To Point Test

Implement in Robot Soccer

Simulation Video