Showing posts with label start. Show all posts
Showing posts with label start. Show all posts

Tuesday, May 25, 2010

Start Of A New Blog...

So this is my blog on the progress of the little competition I came up with here. I have separated the big project into three parts: Robot Perception, Robot Logic, and Robot Locomotion. Pretty much perception is the robot's eyes and ears, logic is the mind and locomotion is putting it all together and actually doing the actions. So I am focusing on the perception first, and I ran into a simple stupid problem; I could not get the servo to work. I tried to get it to work for a week and I just asked on chief delphi, a great forum, then I got it fixed in no time... Apparently I needed jumpers... No I got the servos to work and this week, my mentor is ordering a Sharp IR Rangefinder online for me to use. My goal is to render a 3d image of an object using the servos and IR rangefinders. Sounds complicated, but I can get it done in a week or two as long as I don't run into stupid problems like I did with the servos not working... The IR rangefinder will scan the area and get an array of distances and then it will calculate the actual distance and coodinates of the point and send that data to a PC using a serial connection. The PC will render the 3d image based on the coordinates. That program will be programmed in C++ using OpenGL and SDL or SFML libraries. I already have a prototype of the program already coded up, I made the z coordinates random so its a trip to look at it for long. Well I hope to finish this by June 10th...