Skip to content
#

obstacle-avoidance-robot

Here are 50 public repositories matching this topic...

My goal is to come up with a simple and a basic model of an obstacle avoiding bot with the best possible algorithm to detect and avoid an obstacle using only One Ultrasonic Sensor module (HCSR04) and 2 wheels. The project is still into development to find even better an algorithm to achieve the same task.

  • Updated Oct 13, 2022
  • C++

This Arduino code utilizes an ultrasonic sensor to measure distances. When an object is detected within a fix distance , the connected motors trigger a sequence: move backward, turn right, turn left, then move forward. Motor control is achieved using the AFMotor library, and the distance calculation is based on the sensor's pulse duration.

  • Updated Jan 22, 2024
  • C++

Improve this page

Add a description, image, and links to the obstacle-avoidance-robot topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the obstacle-avoidance-robot topic, visit your repo's landing page and select "manage topics."

Learn more