![]()
Visiting guest. Why not sign in?
|
|
Reply to Message
Not registered yet?
The AI Depot has a focused community of friendly users. Rather than let anyone abuse the site at the brink of promiscuity, we prefer to let only those with an active interest participate... this simply requires registering.
Why not sign up!
Joining the site's community is completely free. You can then post messages freely, and customise your personal profile at will. Specific privileges will also be granted to you, like being able to access printer-friendly articles without restrictions. So, why not register?
Parent Message
Rodney Source
I've uploaded the source code for my Rodney robot onto sourceforge, in the hope that this will help to keep things a bit more organised. https://sourceforge.net/projects/rodney/ People with webcams might be interested to try the STVM demo within the "demo programs" group. This demonstrates how the robots short term visual memory works. On the left hand side you can see the current image captured from the camera and on the right hand side you can see what the program thinks is the closest match from its memory. - Bob |
|
Attack of the Rodneys
Once again, great work Bob. I haven't taken a look at the code yet, but I notice it's Visual Basic! Any particular reason for that choice? I love Sunday evenings... projects that have been lurking in the shadows for a while come out into daylight after a weekend's hard work ;) |
|
Increasing the penguin population
Yes the entire code for the robot is currently written in VB6. The main reason for using this language over C++ or Java is that it allows me to try out ideas very quickly with minimum fuss. I'm also looking into the possibility of porting the code to linux and using the Kdevelop (www.kdevelop.org) IDE, but everything really hinges on whether I can get the cameras to work under linux. - Bob |
|
Back to the Artificial Intelligence Depot.