BIPED TRANSFORMER. Group No. 9

Size: px
Start display at page:

Download "BIPED TRANSFORMER. Group No. 9"

Transcription

1 BIPED TRANSFORMER Group No. 9 Name Roll Number Aditya Vikram Singh Dhiraj Gandhi Jagjeet Singh Mayank Sanghani Sriram Kumar Vikas Singh Abstract: This paper proposes the design and control of a hybrid legged wheel robot. Biped robots have better mobility than conventional wheeled robots in rough terrain, but they tend to tip over easily. To be able to move efficiently in various environments, such as on plane surface, rough terrain, up and down slopes, or in regions containing obstacles, a wheeled motion added to a walking motion would be a much better option. When the ground conditions and stability constraint are satisfied, it is desirable to switch between the two mechanisms in minimal time with static stability maintained at each stage. To incorporate the walking of a biped robot for uneven surfaces along with high speed mobility of a wheeled robot, it is state of the art research topic in design for mobility. A walking gait pattern is presented whose parameter estimation required extra attention because of the extra weight due to wheels and motors on each foot of the biped robot. A special setup was designed and a unique transformation strategy was developed to lift the foot from the ground and bring the wheels in contact to the ground simultaneously. Wheeled motion consisted of 2 wheels powered by dc motors and castor wheels to provide stability. In the final stages of the project, the efficiency of the design and control strategy was analyzed by testing the mobility of the prototype on

2 object obstructed surface for biped locomotion and on plane surface for wheeled motion. Introduction The human body is a wonder. It performs more tasks simultaneously than any known man made device. We as humans have been trying to model our body s behaviour via robotics since the 1960s, when we first modelled a leg. As part of the semester design project, we were asked to design something of utility value. We decided to model and prototype a robot that both walks on two feet, and rolls on wheels. The inspiration for the idea came from the idea of how useful it would be to have legs to walk on uneven surfaces and climb stairs, while having wheels to increase our transverse speed when the conditions were favorable, for example, on a road. The utility of this design is that it opens up the possibilities of having multiple modes of motion in a single body, be it a robot or exoskeleton, while developing on the work being done in gait analysis. We went about this in 3 parts: 1. Designing the leg. 2. Analyzing the walking pattern/gait. 3. Modelling the transformation from biped to wheeled robot. As there were constraints of both time and money, it was decided to keep the design of the leg fairly simple. The model essentially included having 3 actuating joints in each leg, similar to having a hip, a knee, and an ankle. This was accomplished by having 3 servo-encoder motors in each leg, linked together with the leg chassis. The entire structure was modelled in CAD for better clarity. However, the length of the individual links could only be decided after knowing the range of angles each motor would be subject to in the walking motion, which led to the next part: Gait analysis.

3 The main question in the construction of the biped was figuring out how to make the legs actuate with the given number of motors. This required simulating the walking motion in MATLAB, and optimizing the angles of links to derive a stable condition. It is easily understood that when one leg is in the air, the entire weight of the body is on one foot. This required designing the foot as well, to ensure that the ZMP, or Zero Moment Point, fell within its convex hull. This was accomplished by modelling the forces acting on the body while walking, as well as considering various foot-shapes, ranging from C-shaped to squares. This was added to the CAD design. After having decided on the walking model and the link lengths and actuation angles, the next step was modelling the transformation. Wishing to have a speedy and quickly reversible change in the movement method, it was decided to have the wheels attached to the feet themselves. This enabled the wheels to have contact with the ground simply by actuating the ankle motor, and 2 castor wheels were attached for support, which would make contact with the ground simply by bending the topmost motor forward. This was all done keeping in mind the standing stability and balance of the bot. The transformation was again added to the CAD model, after which work on building the prototype began. Prototype: The prototype was built exactly to conform to the CAD model. It used the following parts: 1. 6 Servo encoders motors for the legs DC motors for the wheels 3. Arduino microcontroller 4. Motor casings of sheet metal 5. Leg chassis made of steel. 6. Acrylic sheets for platform and feet Castor wheels

4 The parts were assembled together, and the code for the movement was written in ARDUINO. The balance was adjusted and re-adjusted to minimize vibrations. The motors were connected to a DC source.the final result was as expected, and a step length of 4 mm was achieved with a bot height of 30 cm. The time taken for transformation to wheeled form was 4 seconds. Overall, a highly engaging and enjoyable project with hopefully real world significance. Micro-controller Controller Interface Mechanical assembly Arduino Duemilanove Servo shield Foot Joint 1 actuating Servo motor Knee Joint 1 Actuating Servo Motor Hip Joint 1 Actuating Servo Motor Foot Joint 2 actuating Servo motor Knee Joint 2 Actuating Servo Motor Hip Joint 2 Actuating Servo Motor (motor Driver) DC Motor 1 for left DC Motor wheel DC Motor 2 for Right Wheel

5 Mechanical Design and Prototype Details: Soild Works Model of the Walking part: Robot with wheels (links excluded ) Parts added for transformation: Wheels with dc- motors mounted on both foot.

6 Specifications: Motors: Speed Supply Voltage shaft diameter Weight 200 RPM 12V 6mm grams Wheel Diameter: 9 cm Angle of inclination from foot (ground): 30 degree Two casters with links on main body.

7 Links: Length Material Angle connected from main body 21 cm Aluminium 30 degree Wheeled Mode: Walking Mode: Locomotion In a biped robot, during its motion, it is necessary to be able to balance the robot on one foot. This requires to shift the center of mass of the whole body on one foot for the duration of an entire step. To achieve this, we had two possible options: To place a mass on the top of the robot which could be actuated. To actuate the angle between the knee and the foot.

8 The first option required us to add an extra mass to the bot, which would make it bulky, while there was no such requirement for the second method. So we opted for the second option. The first step in this method was to lift one foot off the ground. Now for the bot to be stable its ZMP (Zero Moment Point) must lie within the convex hull of its contact points. But when one foot is lifted off the ground, the ZMP moves out of this convex hull, so to bring it back within the convex contact area of one foot, we need actuate motor 1. We calculated the range of angle δ for which the ZMP would lie within the convex hull of contact area. The range of angle δ was found to be from 14.7 o to 45.5 o. We took the mean of this range and decided to actuate motor 1 by 30 o. We also needed to actuate the motor fast enough so that the time period for which the ZMP would lie outside the convex hull would be small enough so that the bot does not fall. By hit and trial we found 0.5 seconds to be appropriate. Keeping in consideration the initial and final values of angles and smooth motion of links, we get the following conditions for δ(t): 1. δ(0) = 0 o Initial δ 2. δ(0.5) = 30 o Final δ 3. δ (0) = 0 Starts with velocity zero 4. δ (0.5) = 0 Ends with velocity zero Considering these conditions, the most suitable equation for δ(t) is δ(t) = at 3 + bt 2 + ct +d Solving the above equation, we get the values of coefficients as: a = -480 b = 360 c = 0 d = 0

9 The graph shows the variation of angle δ with time Till now, we have just lifted one foot off the ground and then stabilized the bot. The next step is to actuate the motors at the knee and hip joints such that the bot moves forward. To give a better idea of actuation of each motor, we consider that we actuate only one motor at a time. We do this only to give a less complex explanation but in reality all motors are actuated simultaneously. FIGURE

10 MOTOR ACTUATED -θ +θ -θ +θ Viewing from the plane tilted by angle δ The sequence in which motors are actuated and their direction of rotation are also shown in the figure. Upon analysis, we found that each motor is to be actuated by the same angle θ. In this case also we have to ensure that the ZMP stays within the convex hull of contact area. This limits the maximum step size of the bot, which we calculated and found that the maximum possible value of y is 5.82 cm. To be on the safer side we chose y = 4 cm. The corresponding value of θ is found to be 10 o. After the first step the side view of the bot is as shown: From the second step onwards each motor in the two hip joints and two knee joints have to be actuated by 2θ. Also time period of 2 seconds was found to be appropriate for completing this step. This time will decide the speed of walking. We assume that each motor is actuated simultaneously and identically. Now we have the following conditions for θ(t):

11 1. θ(0) = 0 o 2. θ(2) = 20 o 3. θ (0) = 0 4. θ (2) = 0 Considering these conditions, the most suitable equation for θ(t) is: θ(t) = At 3 + Bt 2 + Ct + D Solving the above equation for the coefficients we get: A = -320 B = 240 C = 0 D = 0 Transformation As described earlier in the design of the robot, to transform the bot into a wheeled robot, two castor wheels were attached on two horizontal (when the bot is upright) arms on the top and two motors were attached on the foot at some angle. The transformation process starts with the actuation of knee joints. Both the knee joints are actuated simultaneously to an angle of 30 o with the vertical. Then the hip joints are rotated by 60 o each such that arms on which the castor wheels are attached are now vertical. After this both the joints at the foot are actuated in opposite directions such that the wheels come in contact to the ground and become vertical. It is also ensured that the foot is no longer in contact with the ground.

12 The wheeled robot can again be transformed back to its upright position. For this all the steps done previously are done in reverse order, that is, first the foot joints are actuated so that the bot now rests on the castor wheels and the two feet, then the hip joints are rotated by 60 o and then the knee joints are rotated by 30 o. The bot is now in the upright position as it was before the initial transformation, so that it can walk.

13 Conclusion and Future Plan of Action: In this paper, we analyzed the pros and cons of both biped walking and wheeled motion of a mobile robot. Based on this we came up with the idea of having both these modes in the same robot. First the walking gaits were decided and parameter estimation was done by making the model in Solid Works and carrying on simulations in Matlab and Working Model Software. This was followed by fabricating the biped walking mode part and confirming the validity of the results. After being satisfied with the walking motion, a transformation strategy was designed to transform this into a wheeled robot. The design was modified to incorporate this strategy. There on dc motors, wheels, castors and arm links were added to use the wheeled motion for plane surfaces. A code was written in Arduino environment to execute walking mode, transformation, wheeled mode and reverse transformation. The results obtained after analyzing the mobility of prototype in varied platforms and surfaces were very satisfactory and the project received lot of appreciation from the observers. 1. Currently there were vibrations observed during walking mode. Our first aim would be to modify the design and walking gait pattern to minimize the vibrations during walking and incorporate dynamic stability as well. 2. Using camera to apply image processing so as to get a feedback of the environment. Using this feedback, the robot should decide whether to go with biped walking mode or wheeled mode. 3. Object detecting sensors to avoid collision with wall and prevent falling down during obstacles like stairs. 4. Using force measurement sensors at the foot surface to analyze the stress exerted on the foot and come up with a more accurate foot dimension and material. 5. Try the inverted Pendulum approach and transform the biped walking mode into a 2 wheeled self-balancing robot by using Inertia Measurement Units (IMU s) and accelerometers.

14 Acknowledgement: 1. Mechanical Department of IIT Guwahati for providing financial support to come up with a working prototype. 2. We are very thankful to our guide Prof Narayana Reddy who provided the required technical, motivational and financial support throughout the project References: 1. C. Hernández-Santos1, E. Rodriguez-Leal1,*, R. Soto1 and J.L. Gordillo1, Kinematics and Dynamics of a New 16 DOF Humanoid Biped Robot with Active Toe Joint, Center for Robotics and Intelligent Systems, Tecnológico de Monterrey, Campus Monterrey, México. 2. Masaaki Kumagai and Kaoru Tamada Wheel Locomotion of a Biped Robot Using Passive Rollers, Biped Robot Roller, Walking Using a Variable- Curvature Truck. 3. Meiqiang Zhu,Jun Wang, Ming Li,Yajing Lin Static Gait Analysis and Planning of Biped Robot,China University of Mining and Technology. 4. C. Hernández-Santos, R. Soto, E. Rodríguez Design and Dynamic Modeling of Humanoid Biped Robot e-robot Centro de Robótica y Sistemas Inteligentes. 5. Marlon Fernando Velásquez-Lobo, Juan Manuel, José Luis Vázquez- González Modeling a Biped Robot on Matlab/SimMechanics. 6. Hashimoto, Yusuke Sugahara, Hun-ok Lim and Atsuo Takanishi, Swizzle Movement for Biped Walking Robot Having Passive Wheels. 7. Masaaki Kumagai and Kaoru Tamada, Wheel Locomotion of a Biped Robot Using Passive Rollers Biped Robot Roller Walking Using a Variable- Curvature Truck, Tohoku Gakuin University. 8. Qiang Huang, Member, Kazuhito Yokoi, Shuuji Kajita, Kenji Kaneko, Hirohiko Arai, Member, Noriho Koyachi and Kazuo Tanie, Planning Walking Patterns for a Biped Robot. 9. Marcin Szarek and Gözde Özcan, Biped Robot development of an autonomous walking robot. 10. Pranav Audhut Bhounsule, A controller design framework for bipedal robots: trajectory optimization and event-based stabilization.

15 11. J.A.J. Baelemans, Parameter estimation of humanoid robots using the center of pressure, Eindhoven University of Technology. 12. Jerry Pratt, Peter Dilworth, Gill Pratt, Virtual Model Control of a Bipedal Walking Robot, MIT Leg Laboratory, Cambridge.

Humanoid Robots and biped locomotion. Contact: Egidio Falotico

Humanoid Robots and biped locomotion. Contact: Egidio Falotico Humanoid Robots and biped locomotion Contact: Egidio Falotico e.falotico@sssup.it Outline What is a Humanoid? Why Develop Humanoids? Challenges in Humanoid robotics Active vs Passive Locomotion Active

More information

Robot motion by simultaneously wheel and leg propulsion

Robot motion by simultaneously wheel and leg propulsion Robot motion by simultaneously wheel and leg propulsion Aarne Halme, Ilkka Leppänen, Miso Montonen, Sami Ylönen Automation Technology Laboratory Helsinki University of Technology PL 5400, 02015 HUT, Finland

More information

Stability Control of Bipedal Walking Robot

Stability Control of Bipedal Walking Robot Stability Control of Bipedal Walking Robot V.Mastanaiah Assistant Professor, Department of Mechanical Engineering, KG Reddy College of Engineering and Technology, Moinabad, Telangana, India. ABSTRACT:

More information

ZMP Trajectory Generation for Reduced Trunk Motions of Biped Robots

ZMP Trajectory Generation for Reduced Trunk Motions of Biped Robots ZMP Trajectory Generation for Reduced Trunk Motions of Biped Robots Jong H. Park School of Mechanical Engineering Hanyang University Seoul, 33-79, Korea email:jong.park@ieee.org Yong K. Rhee School of

More information

Body Stabilization of PDW toward Humanoid Walking

Body Stabilization of PDW toward Humanoid Walking Body Stabilization of PDW toward Humanoid Walking Masaki Haruna, Masaki Ogino, Koh Hosoda, Minoru Asada Dept. of Adaptive Machine Systems, Osaka University, Suita, Osaka, 565-0871, Japan ABSTRACT Passive

More information

Kungl Tekniska Högskolan

Kungl Tekniska Högskolan Centre for Autonomous Systems Kungl Tekniska Högskolan hic@kth.se March 22, 2006 Outline Wheel The overall system layout : those found in nature found in nature Difficult to imitate technically Technical

More information

Centre for Autonomous Systems

Centre for Autonomous Systems Centre for Autonomous Systems Kungl Tekniska Högskolan hic@kth.se March 22, 2006 Outline Wheel The overall system layout : those found in nature found in nature Difficult to imitate technically Technical

More information

Spring Locomotion Concepts. Roland Siegwart, Margarita Chli, Martin Rufli. ASL Autonomous Systems Lab. Autonomous Mobile Robots

Spring Locomotion Concepts. Roland Siegwart, Margarita Chli, Martin Rufli. ASL Autonomous Systems Lab. Autonomous Mobile Robots Spring 2016 Locomotion Concepts Locomotion Concepts 01.03.2016 1 Locomotion Concepts: Principles Found in Nature ASL Autonomous Systems Lab On ground Locomotion Concepts 01.03.2016 2 Locomotion Concepts

More information

Gait Analysis of a Little Biped Robot. Received May 2015; accepted July 2015

Gait Analysis of a Little Biped Robot. Received May 2015; accepted July 2015 ICIC Express Letters Part B: Applications ICIC International c216 ISSN 2185-2766 Volume 7, Number 5, May 216 pp. 1 6 Gait Analysis of a Little Biped Robot Chi-Sheng Tsai 1, Chen-Huei Hsieh 1, Wenning QIU

More information

ZSTT Team Description Paper for Humanoid size League of Robocup 2017

ZSTT Team Description Paper for Humanoid size League of Robocup 2017 Adult- ZSTT Team Description Paper for Humanoid size League of Robocup 2017 Jaesik Jeong, Youngsup Oh and Jeehyun Yang ZSTT E-mail: soulmatree@gmail.com Web: www.soulmatree.com Abstract. This paper describes

More information

Design, Fabrication and Analysis of Microcontroller Based Bipedal Walking Robot Vaidyanathan.V.T 1 and Sivaramakrishnan.R 2

Design, Fabrication and Analysis of Microcontroller Based Bipedal Walking Robot Vaidyanathan.V.T 1 and Sivaramakrishnan.R 2 Design, Fabrication and Analysis of Microcontroller Based Bipedal Walking Robot Vaidyanathan.V.T 1 and Sivaramakrishnan.R 2 1, 2 Mechatronics, Department of Production Technology, Madras Institute of Technology,

More information

Programming Self-Recovery in the humanoid Leong Ti Xean 1 Yap Kian Tiong 2

Programming Self-Recovery in the humanoid Leong Ti Xean 1 Yap Kian Tiong 2 Programming Self-Recovery in the humanoid Leong Ti Xean 1 Yap Kian Tiong 2 1. INTRODUCTION 1.1 Background In October 2000, Honda announced the ASIMO humanoid robot, capable of interpreting the postures

More information

Sensing and Modeling of Terrain Features using Crawling Robots

Sensing and Modeling of Terrain Features using Crawling Robots Czech Technical University in Prague Sensing and Modeling of Terrain Features using Crawling Robots Jakub Mrva 1 Faculty of Electrical Engineering Agent Technology Center Computational Robotics Laboratory

More information

Motion Control of a Bipedal Walking Robot

Motion Control of a Bipedal Walking Robot Motion Control of a Bipedal Walking Robot Lai Wei Ying, Tang Howe Hing, Mohamed bin Hussein Faculty of Mechanical Engineering Universiti Teknologi Malaysia, 81310 UTM Skudai, Johor, Malaysia. Wylai2@live.my

More information

Dynamically stepping over large obstacle utilizing PSO optimization in the B4LC system

Dynamically stepping over large obstacle utilizing PSO optimization in the B4LC system 1 Dynamically stepping over large obstacle utilizing PSO optimization in the B4LC system QI LIU, JIE ZHAO, KARSTEN BERNS Robotics Research Lab, University of Kaiserslautern, Kaiserslautern, 67655, Germany

More information

Faster and Smoother Walking of Humanoid HRP-2 with Passive Toe Joints *

Faster and Smoother Walking of Humanoid HRP-2 with Passive Toe Joints * Faster and Smoother Walking of Humanoid HRP-2 with Passive Toe Joints * Ramzi Sellaouti *1, Olivier Stasse *2, Shuuji Kajita *3, Kazuhito Yokoi *1 and Abderrahmane Kheddar *2 *1 JRL, AIST *2 JRL, CNRS

More information

Robotics and Autonomous Systems

Robotics and Autonomous Systems Robotics and Autonomous Systems Lecture 4: Locomotion Richard Williams Department of Computer Science University of Liverpool 1 / 57 Today 2 / 57 Motion Two aspects: Locomotion Kinematics Locomotion: What

More information

Robotics and Autonomous Systems

Robotics and Autonomous Systems Robotics and Autonomous Systems Lecture 4: Locomotion Simon Parsons Department of Computer Science University of Liverpool 1 / 57 Today 2 / 57 Motion Two aspects: Locomotion Kinematics Locomotion: What

More information

Emergent walking stop using 3-D ZMP modification criteria map for humanoid robot

Emergent walking stop using 3-D ZMP modification criteria map for humanoid robot 2007 IEEE International Conference on Robotics and Automation Roma, Italy, 10-14 April 2007 ThC9.3 Emergent walking stop using 3-D ZMP modification criteria map for humanoid robot Tomohito Takubo, Takeshi

More information

Using GPOPS-II to optimize sum of squared torques of a double pendulum as a prosthesis leg. Abstract

Using GPOPS-II to optimize sum of squared torques of a double pendulum as a prosthesis leg. Abstract Using GPOPS-II to optimize sum of squared torques of a double pendulum as a prosthesis leg Abstract Milad Zarei MCE 593 Prosthesis Design & Control A two-dimensional, two links pendulum is developed to

More information

Biomechanics and Models of Locomotion

Biomechanics and Models of Locomotion Physics-Based Models for People Tracking: Biomechanics and Models of Locomotion Marcus Brubaker 1 Leonid Sigal 1,2 David J Fleet 1 1 University of Toronto 2 Disney Research, Pittsburgh Biomechanics Biomechanics

More information

Robots With Legs. Helge Wrede

Robots With Legs. Helge Wrede Robots With Legs Helge Wrede 27.11.2017 Outline Motivation Overview Properties Number of legs Balance Walking Basic Bipedal Implementation Dynamic Balancing Concepts 3D-LIPM 2 Motivation Figure: Side view

More information

Trajectory Planning for Smooth Transition of a Biped Robot

Trajectory Planning for Smooth Transition of a Biped Robot Proceedings of the 003 IEEE International Conference on Robotics & Automation Taipei, Taiwan, September 14-19, 003 Trajectory Planning for Smooth Transition of a Biped Robot Zhe Tang 1,, Changjiu Zhou,

More information

YAN GU. Assistant Professor, University of Massachusetts Lowell. Frederick N. Andrews Fellowship, Graduate School, Purdue University ( )

YAN GU. Assistant Professor, University of Massachusetts Lowell. Frederick N. Andrews Fellowship, Graduate School, Purdue University ( ) YAN GU Assistant Professor, University of Massachusetts Lowell CONTACT INFORMATION 31 University Avenue Cumnock 4E Lowell, MA 01854 yan_gu@uml.edu 765-421-5092 http://www.locomotionandcontrolslab.com RESEARCH

More information

Trajectory Planning and Motion Simulation for a Hydraulic Actuated Biped Robot

Trajectory Planning and Motion Simulation for a Hydraulic Actuated Biped Robot Research Journal of Applied Sciences, Engineering and Technology 5(0): 3004-3009, 203 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scientific Organization, 203 Submitted: September 6, 202 Accepted: November

More information

Journal of Chemical and Pharmaceutical Research, 2016, 8(6): Research Article. Walking Robot Stability Based on Inverted Pendulum Model

Journal of Chemical and Pharmaceutical Research, 2016, 8(6): Research Article. Walking Robot Stability Based on Inverted Pendulum Model Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 2016, 8(6):463-467 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Walking Robot Stability Based on Inverted Pendulum

More information

A Walking Pattern Generation Method for Humanoid robots using Least square method and Quartic polynomial

A Walking Pattern Generation Method for Humanoid robots using Least square method and Quartic polynomial 7 A Walking Pattern Generation Method for Humanoid robots using Least square method and Quartic polynomial Seokmin Hong *,,Yonghwan Oh Young-Hwan Chang and Bum-Jae You * University of Science and Technology(UST),

More information

Truba college of Engineering & Technology, Indore, India. Truba college of Engineering & Technology, Indore, India.

Truba college of Engineering & Technology, Indore, India. Truba college of Engineering & Technology, Indore, India. IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY DESIGN AND DEVELOPMENT OF WALKING BIPEDAL ROBOT WITH THE HELP OF ARDUINO CONTROLLER Deepti Malviya*, Suman Sharma * Truba college

More information

Walking Experiment of Biped Robot with Antagonistic Actuation Using Non-Linear Spring

Walking Experiment of Biped Robot with Antagonistic Actuation Using Non-Linear Spring , March 16-18, 2016, Hong Kong Walking Experiment of Biped Robot with Antagonistic Actuation Using Non-Linear Spring Takashige Yano, Jae Hoon Lee, Member, IAENG and Shingo Okamoto 1 Abstract The purpose

More information

DEVELOPMENT OF A FULL-SIZED BIPEDAL HUMANOID ROBOT UTILIZING SPRING ASSISTED PARALLEL FOUR-BAR LINKAGES WITH SYNCHRONIZED ACTUATION

DEVELOPMENT OF A FULL-SIZED BIPEDAL HUMANOID ROBOT UTILIZING SPRING ASSISTED PARALLEL FOUR-BAR LINKAGES WITH SYNCHRONIZED ACTUATION Proceedings of the ASME 2011 International Design Engineering Technical Conferences & Computers and Information in Engineering Conference IDETC/CIE 2011 August 28-31, 2011, Washington, DC, USA DETC2011-4

More information

Mobile Robots (Legged) (Take class notes)

Mobile Robots (Legged) (Take class notes) Mobile Robots (Legged) (Take class notes) Legged mobile robots Mobile robots are robots which can move There are two types of mobile robots - Legged two, four, six and eight legs - Wheeled one, two, three

More information

Stable Upright Walking and Running using a simple Pendulum based Control Scheme

Stable Upright Walking and Running using a simple Pendulum based Control Scheme 1 Stable Upright Walking and Running using a simple Pendulum based Control Scheme H.-M. MAUS, J. RUMMEL and A. SEYFARTH Lauflabor Locomotion Laboratory, University of Jena, Germany E-mail: moritz.maus@uni-jena.de

More information

Simulation of the Hybtor Robot

Simulation of the Hybtor Robot Simulation of the Hybtor Robot Pekka Aarnio, Kari Koskinen and Sami Salmi Information and Computer Systems in Automation Helsinki University of Technology ABSTRACT A dynamic rigid body simulation model

More information

Locomotion Concepts. Autonomous Mobile Robots. Concepts Legged Locomotion Wheeled Locomotion. Autonomous Systems Lab. Zürich. Localization.

Locomotion Concepts. Autonomous Mobile Robots. Concepts Legged Locomotion Wheeled Locomotion. Autonomous Systems Lab. Zürich. Localization. Autonomous Mobile Robots Localization "Position" Global Map Cognition Environment Model Local Map Path Perception Real World Environment Motion Control Locomotion Concepts Concepts Legged Locomotion Wheeled

More information

Abstract 1. INTRODUCTION

Abstract 1. INTRODUCTION Design and Development of a Biped Humanoid Robot to Generate Dynamic Walking Pattern Shivaraj D. 1, Cyril Prasanna Raj P. 2, Lasitha M. 3 1- M.Sc. [Engg.] Student, 2- Professor and Head, 3- Assistant Professor

More information

Keywords--Bio-Robots, Walking Robots, Locomotion and Stability Controlled Gait.

Keywords--Bio-Robots, Walking Robots, Locomotion and Stability Controlled Gait. Six Legged Locomotion on Uneven Terrain Kale Aparna S., Salunke Geeta D. kaleaparna5@gmail.com, geetasalunke@gmail.com Abstract -In this paper current state of many walking robots are compared and advantages

More information

Biorobotic Locomotion: Biped Humanoid Walking. using Optimal Control

Biorobotic Locomotion: Biped Humanoid Walking. using Optimal Control Biorobotic Locomotion: Biped Humanoid Walking using Optimal Control A Thesis Presented to The Academic Faculty by Malavika Bindhi In Partial Fulfillment of the Requirements for the Degree Bachelor of Science

More information

REPORT DOCUMENTATION PAGE

REPORT DOCUMENTATION PAGE REPORT DOCUMENTATION PAGE Form Approved OMB NO. 0704-0188 The public reporting burden for this collection of information is estimated to average 1 hour per response, including the time for reviewing instructions,

More information

Kochi University of Technology Aca Study on Dynamic Analysis and Wea Title stem for Golf Swing Author(s) LI, Zhiwei Citation 高知工科大学, 博士論文. Date of 2015-03 issue URL http://hdl.handle.net/10173/1281 Rights

More information

Planning energy-efficient bipedal locomotion on patterned terrain

Planning energy-efficient bipedal locomotion on patterned terrain Planning energy-efficient bipedal locomotion on patterned terrain Ali Zamani 1, Pranav A. Bhounsule 1, Ahmad Taha 2 corresponding author: pranav.bhounsule@utsa.edu 1 Dept. of Mechanical Engineering, 2

More information

Slip Observer for Walking on a Low Friction Floor

Slip Observer for Walking on a Low Friction Floor Slip Observer for Walking on a Low Friction Floor Kenji KANEKO, Fumio KANEHIRO, Shuuji KAJITA, Mitsuharu MORISAWA Kiyoshi FUJIWARA, Kensuke HARADA, and Hirohisa HIRUKAWA National Institute of Advanced

More information

Toward a Human-like Biped Robot with Compliant Legs

Toward a Human-like Biped Robot with Compliant Legs Book Title Book Editors IOS Press, 2003 1 Toward a Human-like Biped Robot with Compliant Legs Fumiya Iida a,b,1, Yohei Minekawa a Juergen Rummel a and Andre Seyfarth a a Locomotion Laboratory, University

More information

First Experimental investigations on Wheel- Walking for improving Triple-Bogie rover locomotion performances

First Experimental investigations on Wheel- Walking for improving Triple-Bogie rover locomotion performances First Experimental investigations on Wheel- Walking for improving Triple-Bogie rover locomotion performances M. Azkarate With the collaboration of ESA/TEC-MMA Table of Contents 2. The ExoTeR Rover: a Triple-Bogie

More information

Study of Dynamic Biped Locomotion on Rugged Terrain - Derivation and Application of the Linear Inverted Pendulum Mode -

Study of Dynamic Biped Locomotion on Rugged Terrain - Derivation and Application of the Linear Inverted Pendulum Mode - Proceedings of the 1991 IEEE Intemational Conference on Robotics and Automation Sacramento, California - April 1991 Study of Dynamic Biped Locomotion on Rugged Terrain - Derivation and Application of the

More information

Design of a double quadruped for the Tech United soccer robot

Design of a double quadruped for the Tech United soccer robot Design of a double quadruped for the Tech United soccer robot M.J. Naber (0571509) DCT report number: 2009.134 Master Open Space project Eindhoven, 21 December 2009 Supervisor dr.ir. P.C.J.N. Rosielle

More information

OPTIMAL TRAJECTORY GENERATION OF COMPASS-GAIT BIPED BASED ON PASSIVE DYNAMIC WALKING

OPTIMAL TRAJECTORY GENERATION OF COMPASS-GAIT BIPED BASED ON PASSIVE DYNAMIC WALKING OPTIMAL TRAJECTORY GENERATION OF COMPASS-GAIT BIPED BASED ON PASSIVE DYNAMIC WALKING Minseung Kim Dept. of Computer Science Illinois Institute of Technology 3201 S. State St. Box 2082 Chicago IL 60616

More information

Dynamic Lateral Stability for an Energy Efficient Gait

Dynamic Lateral Stability for an Energy Efficient Gait Dynamic Lateral Stability for an Energy Efficient Gait Zhenglong Sun a Nico Roos a a Department of Knowledge Engineering, Maastricht University P.O. Box 616, 6200 MD Maastricht, The Netherlands Abstract

More information

Design and Modeling of a Mobile Robot

Design and Modeling of a Mobile Robot Design and Modeling of a Mobile Robot with an Optimal Obstacle-Climbing Mode The pen WHEEL Project Jean-Christophe FAUROUX Morgann FORLOROU Belhassen Chedli BOUZGARROU Frédéric CHAPELLE 1/33 LaMI / TIMS

More information

Controlling Walking Behavior of Passive Dynamic Walker utilizing Passive Joint Compliance

Controlling Walking Behavior of Passive Dynamic Walker utilizing Passive Joint Compliance Controlling Walking Behavior of Passive Dynamic Walker utilizing Passive Joint Compliance Takashi TAKUMA, Koh HOSODA Department of Adaptive Machine Systems, Graduate School of Engineering Osaka University

More information

Neuro-Fuzzy ZMP Control of a Biped Robot

Neuro-Fuzzy ZMP Control of a Biped Robot Proceedings of the 6th WSEAS International Conference on Simulation, Modelling and Optimization, Lisbon, Portugal, September 22-24, 26 331 Neuro-Fuzzy ZMP Control of a Biped Robot JOÃO PAULO FERREIRA (1)

More information

Compliance Control for Biped Walking on Rough Terrain

Compliance Control for Biped Walking on Rough Terrain Compliance Control for Biped Walking on Rough Terrain Masaki Ogino 1,2, Hiroyuki Toyama 2 Sawa Fuke 1,2, Norbert Michael Mayer 1,2, Ayako Watanabe 2, and Minoru Asada 1,2 1 JST ERATO Asada Project, Yamada-oka

More information

HUMANOID robots involve many technical issues to be

HUMANOID robots involve many technical issues to be IEEE TRANSACTIONS ON ROBOTICS, VOL. 21, NO. 5, OCTOBER 2005 977 Sensory Reflex Control for Humanoid Walking Qiang Huang and Yoshihiko Nakamura, Member, IEEE Abstract Since a biped humanoid inherently suffers

More information

INCLINOMETER DEVICE FOR SHIP STABILITY EVALUATION

INCLINOMETER DEVICE FOR SHIP STABILITY EVALUATION Proceedings of COBEM 2009 Copyright 2009 by ABCM 20th International Congress of Mechanical Engineering November 15-20, 2009, Gramado, RS, Brazil INCLINOMETER DEVICE FOR SHIP STABILITY EVALUATION Helena

More information

The Design of ZMP Measure System for Biped Robot LI Bin 1, a, LI Zhihai 2, b, LI Jiejia 1, c, BU Chunguang 2, d

The Design of ZMP Measure System for Biped Robot LI Bin 1, a, LI Zhihai 2, b, LI Jiejia 1, c, BU Chunguang 2, d 2nd International Conference on Electrical, Computer Engineering and Electronics (ICECEE 2015) The Design of ZMP Measure System for Biped Robot LI Bin 1, a, LI Zhihai 2, b, LI Jiejia 1, c, BU Chunguang

More information

PERCEPTIVE ROBOT MOVING IN 3D WORLD. D.E- Okhotsimsky, A.K. Platonov USSR

PERCEPTIVE ROBOT MOVING IN 3D WORLD. D.E- Okhotsimsky, A.K. Platonov USSR PERCEPTIVE ROBOT MOVING IN 3D WORLD D.E- Okhotsimsky, A.K. Platonov USSR Abstract. This paper reflects the state of development of multilevel control algorithms for a six-legged mobile robot. The robot

More information

Online Learning of Low Dimensional Strategies for High-Level Push Recovery in Bipedal Humanoid Robots

Online Learning of Low Dimensional Strategies for High-Level Push Recovery in Bipedal Humanoid Robots 2013 IEEE International Conference on Robotics and Automation (ICRA) Karlsruhe, Germany, May 6-10, 2013 Online Learning of Low Dimensional Strategies for High-Level Push Recovery in Bipedal Humanoid Robots

More information

Effects of a Passive Dynamic Walker s Mechanical Parameters on Foot- Ground Clearance

Effects of a Passive Dynamic Walker s Mechanical Parameters on Foot- Ground Clearance Applied Mechanics and Materials Submitted: 204-09-9 ISSN: 662-7482, Vols. 687-69, pp 279-284 Accepted: 204-09-27 doi:0.4028/www.scientific.net/amm.687-69.279 Online: 204--27 204 Trans Tech Publications,

More information

Jurassic Chicken: An Avian Bipedal Robot 2001 Florida Conference on Recent Advances in Robotics May 10-11, 2001, FAMU-FSU College of Engineering

Jurassic Chicken: An Avian Bipedal Robot 2001 Florida Conference on Recent Advances in Robotics May 10-11, 2001, FAMU-FSU College of Engineering Jurassic Chicken: An Avian Bipedal Robot 2001 Florida Conference on Recent Advances in Robotics May 10-11, 2001, FAMU-FSU College of Engineering Megan Grimm Machine Intelligence Lab (MIL) Email: megan@mil.ufl.edu

More information

Spider Robot for Motion with Quasistatic. Force Constraints

Spider Robot for Motion with Quasistatic. Force Constraints Spider Robot for Motion with Quasistatic Force Constraints Shraga Shoval, Elon Rimon and Amir Shapira Technion - Israel Institute of Technology - Haifa, Israel 32000. Abstract In quasistatic motions the

More information

Mecánica de Sistemas Multicuerpo:

Mecánica de Sistemas Multicuerpo: Universidad Pública de Navarra 12 de Noviembre de 2008 Departamento de Ingeniería Mecánica, Energética y de Materiales Mecánica de Sistemas Multicuerpo: Análisis de la Silla de Ruedas Triesférica y Dinámica

More information

A Bio-inspired Behavior Based Bipedal Locomotion Control B4LC Method for Bipedal Upslope Walking

A Bio-inspired Behavior Based Bipedal Locomotion Control B4LC Method for Bipedal Upslope Walking 1 A Bio-inspired Behavior Based Bipedal Locomotion Control B4LC Method for Bipedal Upslope Walking JIE ZHAO, QI LIU, STEFFEN SCHUETZ, and KARSTEN BERNS Robotics Research Lab, University of Kaiserslautern,

More information

Development of a Locomotion and Balancing Strategy for Humanoid Robots

Development of a Locomotion and Balancing Strategy for Humanoid Robots University of Denver Digital Commons @ DU Electronic Theses and Dissertations Graduate Studies 1-1-2018 Development of a Locomotion and Balancing Strategy for Humanoid Robots Emile Bahdi University of

More information

Using sensory feedback to improve locomotion performance of the salamander robot in different environments

Using sensory feedback to improve locomotion performance of the salamander robot in different environments Using sensory feedback to improve locomotion performance of the salamander robot in different environments João Lourenço Silvério Assistant: Jérémie Knüsel Structure of the presentation: I. Overview II.

More information

GOLFER. The Golf Putting Robot

GOLFER. The Golf Putting Robot GOLFER The Golf Putting Robot Written By Wing Pan Yuen For EEL 5666 Intelligent Machines Design Laboratory December 05, 1999 Table of Contents Abstract Introduction Executive Summary Integrated System

More information

Path-Planning and Tracking in a 3D Complex Environment for an Anthropomorphic Biped Robot

Path-Planning and Tracking in a 3D Complex Environment for an Anthropomorphic Biped Robot Path-Planning and Tracking in a 3D Complex Environment for an Anthropomorphic Biped Robot Jean-Matthieu Bourgeot 1, Nathalie Cislo 2, Bernard Espiau 1 1 INRIA Rhône-Alpes, BIP Project, Montbonnot, France.

More information

Mechanical Design of a Simple Bipedal Robot. Ming-fai Fong

Mechanical Design of a Simple Bipedal Robot. Ming-fai Fong Mechanical Design of a Simple Bipedal Robot by Ming-fai Fong Submitted to the Department of Mechanical Engineering in partial fulfillment of the requirements for the degree of Bachelor of Science in Mechanical

More information

Effects of Ankle Stiffness on Gait Selection of Dynamic Bipedal Walking with Flat Feet

Effects of Ankle Stiffness on Gait Selection of Dynamic Bipedal Walking with Flat Feet 2 IEEE International Conference on Rehabilitation Robotics Rehab Week Zurich, ETH Zurich Science City, Switzerland, June 29 - July, 2 Effects of Ankle Stiffness on Gait Selection of Dynamic Bipedal Walking

More information

Proof Copy. Controlling the Walking Period of a Pneumatic Muscle Walker. Takashi Takuma Koh Hosoda. Abstract. 1. Introduction

Proof Copy. Controlling the Walking Period of a Pneumatic Muscle Walker. Takashi Takuma Koh Hosoda. Abstract. 1. Introduction Takashi Takuma Koh Hosoda Department of Adaptive Machine Systems Graduate School of Engineering, Osaka University Yamadaoka 2 1, Suita, Osaka 565 0871, Japan {takuma,hosoda}@ams.eng.osaka-u.ac.jp Controlling

More information

Skippy: Reaching for the Performance Envelope

Skippy: Reaching for the Performance Envelope Workshop on Dynamic Locomotion and Manipulation ETH Zürich, July 2016 Skippy: Reaching for the Performance Envelope Roy Featherstone 2016 Roy Featherstone What is Skippy? a hopping and balancing machine

More information

BUILDING A BETTER PASSIVE WALKER

BUILDING A BETTER PASSIVE WALKER BUILDING A BETTER PASSIVE WALKER Abstract - A passive dynamic walker is a mechanism which uses gravitational energy to walk down an incline with a periodic gait. Simple passive dynamic walkers have an

More information

The Incremental Evolution of Gaits for Hexapod Robots

The Incremental Evolution of Gaits for Hexapod Robots The Incremental Evolution of Gaits for Hexapod Robots Abstract Gait control programs for hexapod robots are learned by incremental evolution. The first increment is used to learn the activations required

More information

Shuuji Kajita and Kazuo Tani

Shuuji Kajita and Kazuo Tani of Shuuji Kajita and Kazuo Tani in experimental study of a iped robot is presented. A new scheme named the Linear Inverted Pendulum Mode is utilized for controlling a biped walking on rugged terrain. We

More information

3D Limit Cycle Walking of Musculoskeletal Humanoid Robot with Flat Feet

3D Limit Cycle Walking of Musculoskeletal Humanoid Robot with Flat Feet The 2009 IEEE/RSJ International Conference on Intelligent Robots and Systems October 11-15, 2009 St. Louis, USA 3D Limit Cycle Walking of Musculoskeletal Humanoid Robot with Flat Feet Kenichi Narioka,

More information

Humanoid Omni-directional Locomotion. Thesis B Report

Humanoid Omni-directional Locomotion. Thesis B Report Humanoid Omni-directional Locomotion Thesis B Report Brock White October 10, 2011 School of Computer Science & Engineering University of New South Wales Sydney 2052, Australia Supervisors and Assessors

More information

Walking Control Algorithm of Biped Humanoid Robot on Uneven and Inclined Floor

Walking Control Algorithm of Biped Humanoid Robot on Uneven and Inclined Floor J Intell Robot Syst (27) 48:457 484 DOI 1.17/s1846-6-917-8 Walking Control Algorithm of Biped Humanoid Robot on Uneven and Inclined Floor Jung-Yup Kim & Ill-Woo Park & Jun-Ho Oh Received: 31 July 26 /

More information

Computer Aided Drafting, Design and Manufacturing Volume 26, Number 2, June 2016, Page 53. The design of exoskeleton lower limbs rehabilitation robot

Computer Aided Drafting, Design and Manufacturing Volume 26, Number 2, June 2016, Page 53. The design of exoskeleton lower limbs rehabilitation robot Computer Aided Drafting, Design and Manufacturing Volume 26, Number 2, June 2016, Page 53 CADDM The design of exoskeleton lower limbs rehabilitation robot Zhao Xiayun 1, Wang Zhengxing 2, Liu Zhengyu 1,3,

More information

A NEW GOLF-SWING ROBOT MODEL UTILIZING SHAFT ELASTICITY

A NEW GOLF-SWING ROBOT MODEL UTILIZING SHAFT ELASTICITY Journal of Sound and Vibration (1998) 17(1), 17 31 Article No. sv981733 A NEW GOLF-SWING ROBOT MODEL UTILIZING SHAFT ELASTICITY S. SUZUKI Department of Mechanical System Engineering, Kitami Institute of

More information

Microprocessor Technology in Ankle Prosthetics

Microprocessor Technology in Ankle Prosthetics Microprocessor Technology in Ankle Prosthetics Arizona State University Dr. Thomas Sugar Former Students LTC Joseph Hitt, PhD Dr. Kevin Hollander Dr. Matthew Holgate Dr. Jeffrey Ward Mr. Alex Boehler Mr.

More information

The Design and Control of a Bipedal Robot with Sensory Feedback

The Design and Control of a Bipedal Robot with Sensory Feedback International Journal of Advanced Robotic Systems ARTICLE The Design and Control of a Bipedal Robot with Sensory Feedback Regular Paper Teck-Chew Wee 1,*, Alessandro Astolfi 1 and Xie Ming 2 1 Department

More information

RECENTLY, various humanoid robots have been

RECENTLY, various humanoid robots have been Stability Improvement Using Soft Sole on Humanoid Robot Masanao Koeda 1, Tsuneo Yoshikawa 1, and Keita Nakagawa 1 1 Ritsumeikan University, College of Information Science and Engineering, Department of

More information

Section Instructor: Dr. Grant Kruger

Section Instructor: Dr. Grant Kruger MABEL Robotic Foot Design Final Report ME 450 Fall 2010 Team 19 Matt Byrne Shane Larkin Allison Ryan Philip Vanderwall Section Instructor: Dr. Grant Kruger 1 TABLE OF CONTENTS 1. ABSTRACT... 4 2. EXECUTIVE

More information

Walking Gait Generation with Foot Placement Control for the HOAP-3 Humanoid Robot

Walking Gait Generation with Foot Placement Control for the HOAP-3 Humanoid Robot Walking Gait Generation with Foot Placement Control for the HOAP-3 Humanoid Robot Yazhou Huang, Robert Backman and Marcelo Kallmann UCM School of Engineering Technical Report TR-2011-002 University of

More information

Optimal Gait Primitives for Dynamic Bipedal Locomotion

Optimal Gait Primitives for Dynamic Bipedal Locomotion 2012 IEEE/RSJ International Conference on Intelligent Robots and Systems October 7-12, 2012. Vilamoura, Algarve, Portugal Optimal Gait Primitives for Dynamic Bipedal Locomotion Bokman Lim, Jusuk Lee, Joohyung

More information

ON PASSIVE MOTION OF THE ARMS FOR A WALKING PLANAR BIPED

ON PASSIVE MOTION OF THE ARMS FOR A WALKING PLANAR BIPED ON PASSIVE MOTION OF THE ARMS FOR A WALKING PLANAR BIPED Bassel Kaddar, Yannick Aoustin, Christine Chevallereau To cite this version: Bassel Kaddar, Yannick Aoustin, Christine Chevallereau. ON PASSIVE

More information

CONFIRMATION OF PHD CANDIDATURE DAMIEN KEE 2003

CONFIRMATION OF PHD CANDIDATURE DAMIEN KEE 2003 CONFIRMATION OF PHD CANDIDATURE DAMIEN KEE 2003 List of Publications: Wyeth G, Kee D, Yik T, Evolving a Locus based Gait for a Humanoid Robot, Proceedings of the International Conference on Intelligent

More information

Sample Solution for Problem 1.a

Sample Solution for Problem 1.a Sample Solution for Problem 1.a 1 Inverted Pendulum Model (IPM) 1.1 Equations of Motion and Ground Reaction Forces Figure 1: Scheme of the Inverted Pendulum Model (IPM). The equations of motion of this

More information

Acceleration: Galileo s Inclined Plane

Acceleration: Galileo s Inclined Plane Teacher s Notes Main Topic Subtopic Learning Level Technology Level Activity Type Motion Acceleration High Low Student Description: Use a water clock to measure a ball s acceleration as it rolls down an

More information

EXPERIMENTAL STUDY OF EXOSKELETON FOR ANKLE AND KNEE JOINT

EXPERIMENTAL STUDY OF EXOSKELETON FOR ANKLE AND KNEE JOINT EXPERIMENTAL STUDY OF EXOSKELETON FOR ANKLE AND KNEE JOINT PROJECT REFERENCE NO. : 37S0925 COLLEGE : NEW HORIZON COLLEGE OF ENGINEERING, BANGALORE BRANCH : MECHANICAL ENGINEERING GUIDES : DR GANESHA PRASAD

More information

TYROL: EVOLUTION OF A 10-AXIS BIPED ROBOT

TYROL: EVOLUTION OF A 10-AXIS BIPED ROBOT TYROL: EVOLUTION OF A 10-AXIS BIPED ROBOT Vishnu Madadi and Sabri Tosunoglu Member ASME, Member ASME Florida International University Department of Mechanical Engineering 10555 West Flagler Street Miami,

More information

Limit Cycle Walking and Running of Biped Robots

Limit Cycle Walking and Running of Biped Robots Tokyo Institute of Technology Yamakita Lab. Limit Cycle Walking and Running of Biped Robots Masaki Yamakita Tokyo Institute of Technology Introduction of Yamakita Lab. 1/14 Other Research Topics State

More information

LOCOMOTION CONTROL CYCLES ADAPTED FOR DISABILITIES IN HEXAPOD ROBOTS

LOCOMOTION CONTROL CYCLES ADAPTED FOR DISABILITIES IN HEXAPOD ROBOTS LOCOMOTION CONTROL CYCLES ADAPTED FOR DISABILITIES IN HEXAPOD ROBOTS GARY B. PARKER and INGO CYLIAX Department of Computer Science, Indiana University, Bloomington, IN 47405 gaparker@cs.indiana.edu, cyliax@cs.indiana.edu

More information

Development and analysis of a novel add-on drive mechanism for motorizing a manual wheelchair and its step climbing strategy

Development and analysis of a novel add-on drive mechanism for motorizing a manual wheelchair and its step climbing strategy Munakata and Wada ROBOMECH Journal (2015) 2:7 DOI 10.1186/s40648-015-0028-9 RESEARCH ARTICLE Open Access Development and analysis of a novel add-on drive mechanism for motorizing a manual wheelchair and

More information

Gait Sequence generation of a Hybrid Wheeled-Legged Robot for negotiating discontinuous terrain

Gait Sequence generation of a Hybrid Wheeled-Legged Robot for negotiating discontinuous terrain 1 Gait Sequence generation of a Hybrid Wheeled-Legged Robot for negotiating discontinuous terrain Sartaj Singh, K Madhava Krishna Abstract-- In this paper we develop an algorithm to generate gait sequences

More information

Human Pose Tracking III: Dynamics. David Fleet University of Toronto

Human Pose Tracking III: Dynamics. David Fleet University of Toronto Human Pose Tracking III: Dynamics David Fleet University of Toronto CIFAR Summer School, 2009 Interactions with the world are fundamental Implausible motions [Poon and Fleet, 01] Kinematic Model: damped

More information

SHUFFLE TURN OF HUMANOID ROBOT SIMULATION BASED ON EMG MEASUREMENT

SHUFFLE TURN OF HUMANOID ROBOT SIMULATION BASED ON EMG MEASUREMENT SHUFFLE TURN OF HUMANOID ROBOT SIMULATION BASED ON EMG MEASUREMENT MASANAO KOEDA, TAKAYUKI SERIZAWA, AND YUTA MATSUI Osaka Electro-Communication University, Faculty of Information Science and Arts, Department

More information

@ Chee-Meng Chew, MM. All rights reserved.

@ Chee-Meng Chew, MM. All rights reserved. LIBRARIES Dynamic Bipedal Walking Assisted by Learning by Chee-Meng Chew B.Eng., Mechanical Engineering National University of Singapore, 1991 S.M., Mechanical Engineering Massachusetts Institute of Technology,

More information

Biomechanical Analysis of Body Movement During Skiing Over Bumps

Biomechanical Analysis of Body Movement During Skiing Over Bumps Biomechanical Analysis of Body Movement During Skiing Over Bumps Y. Ikegami, S. Sakurai, A. Okamoto l, H. Ikegami 2, Y. Andou J, H. Sodeyama 4 1) Nagoya University, Nagoya, Japan. 2) Nagoya Holy Spirit

More information

Gait planning for biped locomotion on slippery terrain

Gait planning for biped locomotion on slippery terrain Gait planning for biped locomotion on slippery terrain Martim Brandão, Kenji Hashimoto, José Santos-Victor and Atsuo Takanishi Abstract We propose a new biped locomotion planning method that optimizes

More information

Written Report of Robot Design

Written Report of Robot Design Written Report of Robot Design Name: Robot Name: Course: Shaojie Ge Four Leg Walking Robot EEL 4665/5666 Intelligent Machines Design Laboratory Instructors: Dr. A. Antonio Arroyo Dr. Eric M. Schwartz TAs:

More information

ZIPWAKE DYNAMIC TRIM CONTROL SYSTEM OUTLINE OF OPERATING PRINCIPLES BEHIND THE AUTOMATIC MOTION CONTROL FEATURES

ZIPWAKE DYNAMIC TRIM CONTROL SYSTEM OUTLINE OF OPERATING PRINCIPLES BEHIND THE AUTOMATIC MOTION CONTROL FEATURES ZIPWAKE DYNAMIC TRIM CONTROL SYSTEM OUTLINE OF OPERATING PRINCIPLES BEHIND THE AUTOMATIC MOTION CONTROL FEATURES TABLE OF CONTENTS 1 INTRODUCTION 3 2 SYSTEM COMPONENTS 3 3 PITCH AND ROLL ANGLES 4 4 AUTOMATIC

More information