You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is mainly about testing different path planning techniques in a certain world full of obstacles and how turtlebot3 managed to get to the goal position. It tackles 3 path planning technquies which are ( Artificial potential field (APF), Breadth first search (BFS), A*).
This repository has a simulator UI for path planning of robot using Model Reference Adaptive Control Algorithm (MRAC) to control the robot's trajectory by following the reference trajectory (reference model).
This repository contains ROS-based implementations of PID and Pure Pursuit controllers for mobile robots. The PID controller adjusts the steering angle to minimize lateral error, while the Pure Pursuit controller calculates the required steering angle to follow a predefined path.
This algorithm generates a GPS route, enabling drones to autonomously scan entire areas by following this route. The parameter 'R' represents the drone's domain radius, ensuring efficient coverage.