This project provides a simple 2D robot simulation using Python. The simulation allows the robot to move in a given environment and perform various tasks.
-
First, clone the project to your computer:
git clone https://github.com/findik-faresi/hamal_simulation.git
-
Go to the project directory:
cd hamal-simulation
-
Install the required Python packages:
pip install -r requirements.txt
-
Run the following command to start the simulation:
python main.py
- Visualization of the robot's position and movement in real time.
- A simple path-finding algorithm for the robot to move towards the goal.
- Collision detection and avoidance with user-defined obstacles.