Amith Jose
Newbie level 4
- Joined
- Aug 12, 2013
- Messages
- 5
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 50
I am trying to make a fully autonomous robotic vacuum cleaner.
I am having a tough time, trying to figure out the best possible algorithm to do this.
The current algorithm that i have in mind , involves the bot going in spiral squares, until it sees an obstacle , and thereafter traversing the obstacle and then continuing the spiral routine.
I find this a bit too troublesome to code, and i am not sure if it would traverse the room fully.
Before i started coding , i wanted to know if there was any better , efficient way to navigate fully through a room and do the cleaning ??
My bot is rectangle shaped, with IR sensors on all sides, and an ultrasonic sensor on the top fitted on top of a servo motor.
What would be the best algorithm to do this ?
I am having a tough time, trying to figure out the best possible algorithm to do this.
The current algorithm that i have in mind , involves the bot going in spiral squares, until it sees an obstacle , and thereafter traversing the obstacle and then continuing the spiral routine.
I find this a bit too troublesome to code, and i am not sure if it would traverse the room fully.
Before i started coding , i wanted to know if there was any better , efficient way to navigate fully through a room and do the cleaning ??
My bot is rectangle shaped, with IR sensors on all sides, and an ultrasonic sensor on the top fitted on top of a servo motor.
What would be the best algorithm to do this ?