Skip to content

The objective of this project is to implement a mini robot car that can move around on its own without running into any obstacles in its way. The car is controlled using an Arduino UNO (a digital microcontroller) and an ultrasonic sensor for detecting obstacles. This is a fairly simple implementation where the algorithm is constantly checking th…

License

Notifications You must be signed in to change notification settings

anupshrestha/sheep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Obstacle Avoiding Robot Car (SHEEP)

Semester and Year : 2013 SPRING
Course Number : CS-492
Course Title : ST: Kinect Programming
Work Number : PR-06
Work Name : Final Project Report
Work Version : Version 1
Long Date : Thursday, 09 May 2013
Author(s) Name(s) : Anup Shrestha and Nevena Dragovic

The objective of this project is to implement a mini robot car that can move around on its own without running into any obstacles in its way. The car is controlled using an Arduino UNO (a digital microcontroller) and an ultrasonic sensor for detecting obstacles. This is a fairly simple implementation where the algorithm is constantly checking the distance value of the closest object and makes a decision to turn left, right or 180 based on how far the car can go through each route.

About

The objective of this project is to implement a mini robot car that can move around on its own without running into any obstacles in its way. The car is controlled using an Arduino UNO (a digital microcontroller) and an ultrasonic sensor for detecting obstacles. This is a fairly simple implementation where the algorithm is constantly checking th…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%