Shaojie Ge 83935715. Design Overview  The robot simulates the movements of a four leg walking animal. Its basic function include: Walking with four legs,

Slides:



Advertisements
Similar presentations
Mechanical Designs and Motors
Advertisements

The robot structure model design 2 Curse 5. Modeling: the robot AcTrMStTk V(t) T(t)  (t) q(t) x(t)
Introduction  If you have ever been to shooting range before, you know that firing a gun is fun. Time flies when you’re sending hundreds of rounds down.
Done by : Mohammad Al-awad Fathe Hindi Supervisors : Dr. Raed Al-qadi Dr. Luai Malhis Graduation Project 2014.
Wiring the new control system MVRT 2010 – 2011 Season.
OutLine Overview about Project Wii Robot Escaper Robot Problems and Solutions Demo.
SERVO MOTORS Tech Topic By Ryan Bidlack. Background A servo motor is composed of a DC, AC, or an AC induction motor and a feedback control. A servo motor.
Right Face Introductory Presentation. Opening Activity How can you use this to make a right turn program? This is your program from Full Speed Ahead to.
USC Viterbi School of Engineering. Alternative CC Robotic Systems.
Introduction to Motors
EDGE AVOIDER ROBOT USING I-BOT mini V3. EDGE AVOIDER USING I-BOT mini V3 Edge Avoider Robot is built using the IR based Line Detecting Module. The modules.
Design and Implementation of Metallic Waste Collection Robot
Robot design-- Four legged walking robot Instructors: Dr. A
Electromechanical Systems “Robotic Sorting System” Brent GuyJonathan Penney.
Applied Control Systems Robotics & Robotic Control
Final Presentation Azhar Khan University of Florida November 25 th, 2008 “ROADBLOCK”
Introduction Designing controllers for walking robots presents many challenges. In order for walking robotics to reach this stage, perhaps a new approach.
Project Dachong Bo Liu Department of Physics Dr. A. Antonio Arroyo
Staircase Climber Project submitted by: Shraddha Joshi Soham Mohidekar
BIPEDAL LOCOMOTION Prima Parte Antonio D'Angelo.
Tony Soprano: “Waste Management” Final Presentation Salvatore Torre 11/25/2008.
An najah national university Faculty of engineering Electrical engineering department General Educational robot Student :- Mohammad auni nofal. Supervisor.
Smart Plant Robot Prepared by Haya De’bas Jumanah Salhab Supervisor Dr. Ra’ed Al-Qadi.
THE MECHANICAL ASPECTS OF ROBOTICS
Shaojie Ge Special Sensor System  My special sensor system is the walk mechanism of my robot. Since my robot is a walking robot with four legs.
Controls. Given a set of desired Tool frame positions and orientations (that trace out a path over time, t ), there will be a corresponding required set.
Tigerbot P15201 Detailed Design Review. Mechanical.
Juan David Rios – Graduate Student ECE IMDL FALL 2012 Dr. A. Antonio Arroyo - Eric M. Schwartz November 29/2012.
Negative Power or Negative Rotation makes robot go backwards. But if both are negative, the robot will go forward! Move Steering Block.
COMP322/S2000/L281 Task Planning Three types of planning: l Gross Motion Planning concerns objects being moved from point A to point B without problems,
National Instruments Autonomous Robotics Competition
Bug Demo Class. The Parts of the Robot Verses A Human Motor and Battery packs The Controller (mini computer) or CPU The Human Brain The Brain of a Robot.
Tutorials NXT-G / EV3 Programming. Tutorials NXT-GEV3.
TigerBot IV Rochester Institute of Technology. Group Members Mike Lew (ISE) Dan Wiatroski (ME) Tom Whitmore (ME) Geoff Herman (ME) Sean Lillis (CE) Brian.
P13203 TigerBot Extension Mike Lew (ISE), Dan Wiatroski (ME), Tom Whitmore (ME), Geoff Herman (ME), Sean Lillis (CE), Brian Stevenson (EE), James O’Donoghue.
Robot Project by Ahmad Shtaiyat Supervised by Dr. Salem Al-Agtash.
Software Narrative Autonomous Targeting Vehicle (ATV) Daniel Barrett Sebastian Hening Sandunmalee Abeyratne Anthony Myers.
Robotic Arm and Dexterous Hand Preliminary Design Review November 12, 2004.
Arms, Legs, Wheels, Tracks, and What Really Drives Them Effectors and Actuators.
Obstacle Detection. In the previous program the robot moves forward and then checks for something in the way. As we observed it only checks for things.
 Definition of Micro-Controllers  Comparison between types of Micro- Controllers  Pin Identification of ATMEGA32.
KAASHIV INFOTECH – A SOFTWARE CUM RESEARCH COMPANY IN ELECTRONICS, ELECTRICAL, CIVIL AND MECHANICAL AREAS
ROBOTIC COMPONENTS, MOVEMENTS AND ARTICULATION DESIGN & APPLIED ENGINEERING II MR. RANDT.
Bullfighting Autonomous Robot “BULL” IMDL Spring 2010 Aminatu Oyebanjo April 8, 2010.
Syringe Actuated Hydraulic Mechanical Robotic Arm
Different Types of Robots
P15201: TIGERBOT V Special Thanks to… George Slack (Guide) Ferat Sahin (Customer) John Chiu (Mechanical Engineer) Yingyi Chen (Industrial Engineer) Christine.
Motors and Actuators -by vvk lalithej.
P15201: TIGERBOT V Mechanical Design: Electrical Design:
Obstacle avoiding robot { pixel }
ECE Computer Engineering Design Project
Mobile Robotic Arm.
An-Najah National University Faculty of Engineering Walking Robot
Robot Report “Emerson” Crawford Hampson EEL5666: IMDL April 8, 2010
“Murphy” Surveillance Robot
Adviser:Ming-Yuan Shieh Student:shun-te chuang SN:M
UNITS 12 AND 13.
By: Zeeshan Ansari, BEng (Hons) Electronic Engineering
BTY100-Lec#6.3 Biomedical Engineering Bionics.
IMDL Presentation by Li Yang.
ROBOTICS.
Alternatives for Locomotion Control
M.VIKRAMADITYAN Graduate Student Mechanical Engineering
Servos.
Project Schematics Circuit Working Principle and Equations
Using a Drawing Robot to Make Angles (Using Rotations)
Soft Haptics Lab, School of Materials Science, JAIST 3/26/ :05 AM Mechatronic Course -Duong, Van Lac Project: Design and control.
The Daisy Ridleys Michael Fanton – ME Joey Campion – ME
Using a Drawing Robot to Make Angles (Using Rotations)
Obstacle Detection.
Presentation transcript:

Shaojie Ge

Design Overview  The robot simulates the movements of a four leg walking animal. Its basic function include: Walking with four legs, sensing the obstacles, determining the size of the obstacle, and walking backwards or turning direction(left/right) with respect to the size and orientation of the obstacle.

Main Structure  The robot has 4 legs and 9 degree of freedom. Each of the legs has 2 joints, and every degree of freedom is to be accomplished by a embed servo motor. Given certain electrical pulses, the servo motor will make the joint perform the desired rotation of the joint.  Robot Structure

Control and sense system  I use Arduino mega 2560 as the controlling board of the robot. SSC-32 servo motor controller to control the servo motors of the robot. By using UARTs of Arduino mega 2560, I can transmit data between Arduido mega 2560 r3 and SSC- 32 servo motor control board.  Arduino mega 2560 SSC32 servo driver

 I use one IR sensor for obstacle detection and avoidance. It is mounted on a servo motor to give it ability to detect signal from different direction. IR sensor

Actuator  The servo on the joints of legs are supposed to withstand a relatively high torque during walking. I choose DELUXE HS- 485HB servo motor. HS-485HB

 My special sensor system is the walk mechanism of my robot. The basic concept is alternating gait. It consists of upshifting and advancing. By making legs upshifting and advancing in certain sequence, the robot can get force to walk and turn. Special Sensor System

 Walking Forward: The motion of walking can be divided into 8 portions. When the front-left and rear-right legs are upshifting to push the robot forward, the other two advancing. Similarly, when front-right and rear-left legs are upshifting, the other legs are advancing.  Turning Direction: The issue in this part is that the legs cannot move simultaneously when turning. Because it will give apply force of opposite direction to the robot, basically they just counteract with each other. I made its two legs of the same side stay still while other two moving in sequence (upshifting and advancing)to actually apply force to the robot to turn.

Conclusion  On the demo day. I will make the robot stand up, walk forward. When there is something blocking its way, it will act based on the size of the obstacle: If it’s a big one, the robot will move back; If it’s a relatively small one, it will turn to direction where there is no obstacle ahead, and keep moving.