Society of Robots - Robot Forum

Software => Software => Topic started by: Chris_Balls on June 24, 2009, 03:17:21 AM

Title: 50$ robot
Post by: Chris_Balls on June 24, 2009, 03:17:21 AM
I've built and programmed the 50$ robot and it works to a degree was just wondering if there was any programs out there or any adjustments that I could make to the original program to improve its responce and make it more focused if that makes sense???
Any help would be greatly appreciated.
Title: Re: 50$ robot
Post by: Joker94 on June 25, 2009, 11:12:33 PM
have you had a look at the code that is in a tutorial some where similar to do with the robot its self

if not i'll have a look and post a link
Title: Re: 50$ robot
Post by: Admin on June 28, 2009, 07:15:30 AM
The $50 photovore algorithm is a very simple case-based algorithm, basically a binary decision maker.

The next level would be to swap it for fuzzy logic:
http://www.societyofrobots.com/programming_fuzzy_logic.shtml (http://www.societyofrobots.com/programming_fuzzy_logic.shtml)

(I use fuzzy logic on all my robots, its really simple, and really powerful)