Author Topic: Robotic mower program  (Read 2062 times)

0 Members and 1 Guest are viewing this topic.

Offline dm224aTopic starter

  • Beginner
  • *
  • Posts: 1
  • Helpful? 0
Robotic mower program
« on: October 22, 2010, 08:44:55 AM »
me and a friend of mine are trying to build a robotic mower from scratch. we are trying to figure out how to do a navigation system for the bot. we thought about random pattern, but couldn't figure out how to do it. gps is to expensive, and my yard is really rough.

Offline knossos

  • Robot Overlord
  • ****
  • Posts: 278
  • Helpful? 14
Re: Robotic mower program
« Reply #1 on: October 22, 2010, 09:31:22 AM »
GPS would definately NOT be the solution, the resolution wouldn't be good enough.  A quick brainstorm (i'm sure there are much better ideas out there):

Remote control the mower through the path the first several times, recording sensor data as you go.  Then play back the recording.  Obviously this will not playback the same exact route each time due to many different variables but would give the robot a general path to follow.  To improve on this use a variety of feedback loops to improve the results.  Some examples would be sonar sensor readings, IR range finder readings, encoders, position beacons throughout the yard for navigation, multi axis gyros and accelerometers, magnetic compass, etc.

From a programming perspective, a neural network may be useful in a situation like this since they are great for pattern recognition.  In addition, you can provide supervised learning by correcting the robots route with your remote control.

Also, I wouldn't expect this to be a cheap project.
« Last Edit: October 22, 2010, 09:32:33 AM by knossos »
"Never regret thy fall,
O Icarus of the fearless flight
For the greatest tragedy of them all
Is never to feel the burning light."
 
— Oscar Wilde

Offline thornsb1

  • Jr. Member
  • **
  • Posts: 12
  • Helpful? 0
Re: Robotic mower program
« Reply #2 on: October 23, 2010, 11:54:21 PM »
Auburn University built a great robotic mower and I believe it was using beacon sensors to stay on line. But, I'm sure if you were to Google it they should tell you in an article about it.
Auburn Montgomery Engineering Club
[email protected]

Offline Tommy

  • Robot Overlord
  • ****
  • Posts: 123
  • Helpful? 3
Re: Robotic mower program
« Reply #3 on: November 03, 2010, 05:19:58 AM »
Quote
but couldn't figure out how to do it. gps is to expensive, and my yard is really rough.
dm224a
You may want to look at wireless dog fence technology.

Tommy

 


data_list