Welcome to this page explaning project raptr.
R - | Realtime |
A - | Autonomous |
P - | Pathfinding |
T - | Test |
R - | Robot |
Well, i have been active in the robotics world for a couple of years now. I kinda got hooked on robot building during various university projects with autonomous path finding robots. Now i want to continue one of these projects on my own, or possibly, with some outside support :) .
What is RAPTR?
Well, raptr stands for "Realtime autonomous pathfinding test robot". In plain english (or plain american for you guys oversees) it means a robot that uses sensors to plot a save route from point A to point B. This route is decided by pathfinding software without any operator intervention.
What kind of robot?
The robot itself will be a medium sized biped robot. It will stand about 140cm tall (55") with 7 servo's per leg. The feet will contain 4 load/pressure sensors to detect foot placement and absolute floor height. Detection of the surroundings will be done by means of stereovision with two USB camera's.
A GHI G400 embedded .NET module will mount on the robot and send image data and servo/gyro data back to a master PC through Ethernet. Commands are also executed from this module. The Processing will be done on a Intel NUC running OpenCV and some C code to run the inverse kinimatics. All development will be done in Eclipse IDE.
Hardware
Servo's | Robotis Dynamixel MX106T & MX64T |
Camera's | Microsoft lifecam Cinema HD |
Processing | GHI G400-S on robot, Intel NUC as remote processing unit |
4-9-2013 - Initial Hardware and Design.
Well, i am still busy designing the legs in autodesk inventor, but should have a draft ready somewhere next weekend. Torque calculations make my head explode. I already have about half of the required servo's from previous projects, at least enough to test the first leg. Since these servo's are really expensive i will buy the remaining servo's when i need them.
(http://s7.postimg.org/n9dp9983r/foto_3.jpg) (http://postimg.org/image/n9dp9983r/)(http://s22.postimg.org/px88si15p/foto_4.jpg) (http://postimg.org/image/px88si15p/)
These dynamixel servo's are great. They are very durable model servo's but with metal gears and dual ball bearings on the output shaft. To make mounting easier they have a free running flange on the backside of the output shaft. The servo's are connected using a 1 megabaud daisy chained TTL Uart link, making them easy to drive. Speed, Acceleration, deceleration, max torque and target position are all programmable. The servo reports back its current position, speed, torque, temperature etc.
Also, where normal servo's have a simple potmeter as an encoder, these have real contactless absolute encoders.
For anyone interested in these servo,s, check out robotis at www.robotis.com (http://www.robotis.com/xe/dynamixel_en)