470 likes | 480 Views
Explore how to design robots that can grab items and deliver them to specific locations. Compare and prototype robots like A, B, C, D, E, F using Lego NXT and Tetrix components. Learn about key considerations and philosophies for effective robot design for various tasks in a theatre setting.
E N D
We will compare robots A, B, C, D, E, F • Robot can be prototyped with Lego NXT • Then we can add components from Tetrix • It is often faster, cheaper and better to design the robot from wood, plastic and metal by yourself and only use gears and motors with encoders from Tetrix. • We use this approach in our theatre. • Needs: • Doll grabbing (lifting) • Linear motion • Base control Robot that delivers stuff to locations How to design mechanically robots that can grab some items and deliver to certain locations?
Robot A • Deliver dolls to locations • Grabs an item • Releases the item • Can be used to deliver little robot actors to locations in robot theatre • Uses line following
Robot takes some object (a doll) in place X and delivers it to the location in place Y
Robot D • The same as before, robot delivers dolls to locations
Robot B • Robot delivers dolls to locations, as before
Robot C- to play volleyball • Robot plays volleyball
General Design Considerations • Effectiveness • Does the robot do what you want it to? • Speed & accuracy • Reliability • How oftenwill it work? • Ease of Implementation • Balance complex, effective solutions with simple to build solutions • Faster implementation means that you have more time allowed for debugging, • and probably, it means less debugging
Effectiveness Mechanical • – Bearing surfaces • – Stiffness • – Appropriate constraints on degrees of Freedom • – Gearing • – Speed • – Low mass / moment of inertia • Electrical • Multiple stages • Efficient use of inputs/outputs • Low power usage • Effective Motor use • Sensor placement /use
Reliability • Electrical • Circuit modularity • Grounding • Shielding • Mechanical • – Stiffness • – Appropriate constraints on degrees • of freedom • – Simplicity
Ease of Implementation • Electrical • Multiple stages • Board layout – related ccts on 1 board • Circuit modularity • Accessibility • Mechanical • Off-the-shelf parts • Simplicity • Design for loose tolerances
Tower of Hanoi Problem • Write the software for Tower of Hanoi Problem for a robot, with few pegs only. • Write the recursive software.
Projects from Lego Robots A piano-playing robot The piano-playing robot positions itself correctly in front of the piano (using a camera following a color target) and then plays with its two-fingered hand.
Projects from Lego Robots • Smiley face also has a small camera that tracks colors so it can follow the orange target. • The mouth and eyebrows move using servo motors. Smiley face robot chases the moving orange target. The eyebrows and mouth move to show happy and sad.
Robots for Autism Therapy Teleoperated bear developed at MU University of Hertfordshire UK Yale University University of Sherbrooke
Detection of Falls See also http://eldertech.missouri.edu
The robot theatre concept hands head PC Personal computer Bluetooth connection GPU supercomputer
This generic situation, where the robot’s behavior is conditioned upon the input from the feature detectors connected to the camera, maps to a constraint satisfaction problem as described here. • The way this would work is that the human / camera / robot system would generate optimization and satisfiability problems, to determine how the robot’s effectors should fire, and these problems can be remotely solved using Orion. • For example, you could acquire a Hansen Robotics Einstein, sit it him on your desk, train a camera on your face, use an anger feature detector that causes the Einstein robot to laugh harder the angrier you get.
BIBLIOGRAPHY • Programming and Customizing the PIC microcontroller by Myke Predko • PICmicro Mid-Range MCU Family Reference Manual by MICROCHIP • PIC Robotics, A beginner’s guide to robotics projects using the PICmicro by John Iovine
…BIBLIOGRAPHY Websites referred… • The Seattle Robotics Society Encoder library of robotics articles • Dallas Personal Robotics Group. Most of these tutorials and articles were referred. • Go Robotics.NET, this page has many useful links to robotics articles.
…BIBLIOGRAPHY • Carnegie Mellon Robotics Club. This is the links page with lots of useful resources • This page is called the “Micro-mouse Handbook” and an excellent tutorial for small scale robotics. • This is the main website of microchip. Thousands of application notes, tutorials & manuals can be found here.