This project aims to create a web-controlled 4-wheel omnidirectional drive using Mecanum wheels, allowing for smooth multidirectional mobility even in confined spaces.
An Omni-drive, or holonomic drive, enables movement in any direction without changing its orientation. Web-controlled omni-drives find applications in robotics, industrial automation, entertainment, and education. They consist of an ESP32, L293D motor driver, mecanum wheels, and sensors. Users can control the device remotely through a web interface, specifying direction and speed.
List the key features of your project, such as:
- Web-based control interface
- Multi-directional mobility using Mecanum wheels
- Smooth movement in tight spaces
- Fork the repository: Click the "Fork" button on the top right corner of this repository to create a copy of it in your GitHub account.
- Clone the repository: Clone the forked repository to your local machine using the git clone command.
- Create new branch and make changes
- Commit your changes: Commit your changes with a clear and descriptive commit message.
- push to your forked repo using command git push
- create a pull request: Go to the original repository on GitHub and click the "New Pull Request" button. Provide a clear title and description for your pull request, explaining the changes you made.
##Merging Changes
- Review: We will review your pull request and provide feedback if needed.
- Collaboration: If there are any changes or improvements required, we'll work together to ensure the code meets the project's standards.
- Merge: Once your pull request is approved, it will be merged into the main branch of this repository, and your changes will become part of the project.