Experimental Approach for the Fast Walking by the Biped Walking Robot MARI-1

Size: px
Start display at page:

Download "Experimental Approach for the Fast Walking by the Biped Walking Robot MARI-1"

Transcription

1 Experimental Approach for the Fast Walking by the Bipe Walking Robot MARI-1 Youji Nakajima* Akira Yonemura Atsuo Kawamura Dept. of Elec. an Comp. Eng., Yokohama National University 79-5 Tokiwaai, Hoogaya-ku Yokohama JAPAN tel: ; fax: ; Abstract: We have evelope the bipe walking robot MARI-1. The robot has the light weight an joints on each leg an all control calculation is one with a DSP. The walking pattern is mae from the tip position an irection references in -Y- omain an those references are transforme into joint angle references by the inverse kinematics calculation. The position control of each joint is one with the high gain P control. In this paper, we trie an open-loop type walking. As a result, the quasi-ynamic walking was confirme by checking the position of the center of the mass(com). The smooth walking an fast walking are also achieve with the propose walking pattern. The frame of the robot is mae of the mono cast nylon. The ensity of mono cast nylon is little heavy compare with water. An it has tough mechanical strength an enurance. MARI-1 is very light weight ue to this material. The height of the robot is 1.21[m], the weight is 25[kg]. The appearance of the robot is shown in Fig.1. The controllers are locate outsie of the robot, thus many wires are connecte. 1 Introuction It is thought that the humanoi type robot is the best form to work in the human living environment. In the future, it is expecte to apply it in various inustrial area for a substitute of a part of human work. Thus in many palces, the bipe walking robot is stuie[1]. Hona has evelope the P2 on 199, an the P3 on 1997[2]. The height of P2 is 1.82[m] an the weight is 21[kg]. The height of P3 is 1.[m] an the weight is 13[kg]. An Wasea Univercity has evelope WABIAN on 1998[3]. The height of WABIAN is 1.[m] an the weight is 17[kg]. Both robot is mae of aluminum or magnesium. The weight of the robot is very heavy. MARI-1 has been evelope in our laboratory[4][1]. MARI-1 is mae of mono cast nylon. Thus the weight is very light, which is 25[kg] an the hight is 1.21[m]. The weight is very light compare with the height, thus the less power is neee to make the robot walk an this robot seems safe even if it is in the human living environment. 2 Harware Design an Control System 2.1 Frame Design The robot has joints on each leg, an each feet can take any position an posture in the 3-imentional space. Fig.1: Bipe Walking Robot MARI-1 An the emension of the robot is shown in Fig.2. The thickness of the frame is 2[mm]. The foot size is 25[mm] 12[mm] for a stable walking.

2 Boy 388 #14 # No.2 No.3 No Giro Scope #7 #1 #9 8 8 #3 #4 # #3 #2 No. No.5 No.4 Fig.3: Joints of the foot #11 F/T Sensor 5 # # Table 3: New selection of motors Joint No Power(before)[W] Power(after)[W] Fig.2: Dimension of the Robot 2.2 Motors An Gears At the initial esign DC servo motors with 5:1 harmonic gears were use as the actuators, which have rotary encoers. The rate power an torque of the motors were estimate by the simulator(rocos) an the results in Table2 was obtaine[4] [5]. Joint numbers are shown in Fig.3. The otte lines enote the irections of the rotation axes of the joint motors. Here the rate value means the average value. Then DC motors were selecte as shown in Table Control System All calculation of the control is one by one DSP boar with the TMS32C32-5MHz. The walking programs are evelope on the host computer by the C language. The control system is shown in Fig.4. In this experiments, we only use the function of the otte line section. Host Computer PC-AT 12bit D/A converter DSP TMS32C32 1bit Counter DSP TMS32C32 12bit A/D Converter Digital Output Table 1: Selecte motors Joint No. 1 2, 4 3, 5 Rate Power[W] Rate Torque[N m] Peak Torque [N m] Moter Driver with Current Controller DC servo Motor Joint Actuator Rotary Encoer Giro Scope Sensor Controller Giro Scope on Boy Force/Torque Sensor Controller Force / Torque Sensor on Foot Bipe Walking Robot The robot was mae with these motors. However in the experiments, it was foun the motor power an the torque was not large enough. Thus ankle motors were chanege for bigger power ones. Exchanege motors are shown in Table3. Also all harmonic gears were exchange to 1:1. Table 2: Estimate rate power an torque Joint No Rate Power[W] Rate Torque[N m] Fig.4: Control system 3.1 Inverse Kinematics 3 Walking Pattern When we make the robot walk, we must think the tip position an irection references of the both feet in the -Y- omain. Joint angle references can be obtaine to transform the tip position an irection references by the inverse

3 kinematics calculation. In this experiments, the inverse kinematics calculation is mae by the Newton-Raphson metho. The coorinates about the kinematics of the robot is shown in Fig.5. This figure shows only a right foot case. x Y 3.2 Generation of the Walking Pattern When the walking pattern is generate, position references x ref = {x, y, z} in the -Y- omain are ecie first. Position references are given with respect to the boy-fixe coorinate shown in Fig.5. The orbits of the tip in, Y an irection are given as the function of the time. The orbit in the irection is shown in Fig.. The footstep slie s in the irection is ecie first an the orbit beteween each point is connecte through the sine curve. Y Fig.5: Kinematics of the robot There are coorinates on each foot. Each coorinate is place on each joint. The base coorinate is the boy-fixe one - Y -. The relationship from the boy-fixe coorinate to the tip fixe coorinate - Y - can be escribe by the calcuration of the coorinates transformation. Tip position refernces are given by the tip position vector x = {x, y, z}, an irection references by the posture matrix A A = a 11 a 12 a 13 a 21 a 22 a 23 a 31 a 32 a 33 (1) The first row vector a x = {a 11,a 21,a 31 } T is the unit vector which enotes where the axis points with respect to the boy-fixe cooinate. Similarly, the secon row vector a y an the thir row vector a z enotes the irection of Y an axes. Tip position an irection references are transforme into joint angle references by the inverse kinematics calculation as follows. Suppose the reference q ref = {x ref, A ref }. Then the position an the irection error vectors become e x = x ref x (2) e = 1 2 (a x a xref + a y a yref + a z a zref ) (3) Joint angle reference θ = {θ 1,θ 2,θ 3,θ 4,θ 5,θ } can be obtaine by the Newton-Raphson metho. θ n 1 = θ n + J 1 n e n (4) (n =1, 2, ) where ( ) ex e = e an J(θ) enotes the Jacobian matrix (5) J(θ) = e θ T () [m] s s right foot left foot Fig.: Orbit of irection The orbit in Y irection is shown in Fig.7. The istance of the motion in the Y irection is ecie first an the orbit is generate similarly. Y[m] Fig.7: Orbit of Y irection right foot left foot The orbit in the irection is shown in Fig.8. The height h to which the robot raises its foot is ecie first an the orbit is generate similarly. In this experiments, the feet of the robot were kept horizontal against the groun. Thus irection references A was given as follows: Y

4 z z h x y right foot left foot [m] h 74.3[cm] Fig.8: Orbit of irection Fig.9: Initial posture A = 1 1 (7) 1 The experiments was mae with various values of the parameters of the walking pattern. The values of the parameters were ecie through the experiments by trial an error. 3.3 Servo Control of Each Joint Before the remake of the robot, the PID control, the isturbance observer an the H control were use as the joint position control. But when the motors were overloae, joint angle errors were integrate an the tracking response to the position reference was not satisfactory. Thus the high gain P control is use. In this experiments, the same high gain P control is also use. 3.4 How to give the references Tip position an irection references are mae an transforme into joint angle references in abovementione metho. Those references are generate at every.1[s]. All joint angle refernces are sent to the walking program which is ownloae to the DSP. These calculations are one off-line. Before the walking, the robot has the initial posture first. The initial posture is shown in Fig.9. An the robot starts walking with given joint angle refernces. 4 Experimental Results In the present walking experiment system, the following ata can be measure. 1. joint angles 2. motor current references on each joint 3. position of COM(the centor of the mass) The following iscussion is one with these ata. 4.1 Quasi-Dynamic Walking It is well known that there are two kin of bipe walking. One is the static walking an the other is the quasi-ynamic walking. The quasi-ynamic walking has the faster walking spee an requires the less energy. If we can make the robot walk in the quasi-ynamic walking, it can be sai that the better walking is realize. We inspect if our bipe walking satisfies the conition of the quasi-ynamic walking. In the case of the static walking, COM is always in the range of the foot with of the support leg. If the robot can walk stably when the position of COM is not in the range of the foot, it can be sai that the robot makes the quasi-ynamic walking. Parameters of the walking pattern use in the experiment are shown in Table4. The range of the foot of support leg an the position of COM in the x irection is shown in Fig.1. Table 4: Parameters of the experiment Footstep slie s [cm] in x irection 7. Distance [cm] in y irection 7.8 Height h [cm]in z irection 3.2 Perio [s].8 The soli line enotes the position of COM. One otte line enotes the insie ege of the foot of the support leg, an another enotes the outsie ege. The painte area enotes the support polygon. In Fig.1, the position of COM is not always in the support polygon. Before an after of the change the support leg to the other free leg, the perio that the position of COM is out from the support polygon exists. The robot walke stably in all the moment of this walking pattern. Thus it is confirme that the robot i the quasi-ynamic walking. 4.2 Calculate MP from the axis position The position of COM in section 4.1 is not always locate in the support polygon. In this section, the MP is calculate from the mesure axis positions.

5 Position[m] COM Insie ege Outsie ege Fig.1: Range of the foot an the position of COM The two imensinal MP is given in [11]. MP = Y MP = k + g z )x k m k (x k + g x )z k k + g z ) (8) k + g z )y k m k (x k + g y )z k k + g z) (9) Where m k is the mass of kth link, x k,y k,z k is the (x, y, z) position mesure from the support leg tip. is the secon erivative, an g z is the gravity. When the coorinate is shifte to the center of the boy (COB),(8)(9) are moifie to the following. MP = [ Y MP = [ q + g z )x k m k (x k + x q + g x)(z k + z q )] (1) q + g z ) q + g z )y k m k (y k + y q + g y)(z k + z q )] (11) q + g z ) Where (x q,y q,z q ) is the position of COB mesure from the support leg tip.(x k, y k, z k ) is the position of the kth link mesure from the COB. Parameters for the walking patterns are the same as Table 4. The range of thefoot of support leg, the position of COM an the position of MP in x irection are shown in Fig11. The soli line enotes the position of MP.One ote line enotes the position of COM. Two ote line enotes the insie ege of the foot of the support leg, an another enotes the outsie ege. The shaowe area enotes the support polygon. In Fig11, the position of MP is not always in the support polygon. When the robot lifts the free leg, or just when the free leg touches own the floor, the MP approaches to the insie ege of the support leg. An for a short perio, the MP moves to outsie of the sole in Fig11.This is because the sole size is assume to be large enough in (1) an (11). The practical unerstaning is that for this short perio, the robot leans to the free leg irection, an the outsie ege of the support leg sole oes not fit to the floor. Authors are now investigating the better wallking pattern from the view point of MP. Position(m) MP COM Insie Ege Outsie ege Time(s) Fig.11: Range of the Foot an the position of MP 4.3 Effectiveness of the Servo Control The waveforms of a joint angle θ an a joint angle reference θ ref are shown in Fig.12. The high gain P control works without the error ivergence an joint angle errors were kept small. 4.4 Pattern For Better Walking We mae the experiments with various values of the parameters. When parameters are change, the state of the walking change. In this section, we make the two kin of estimation Smooth Walking If the require power for joints becomes large, the walking becomes unstable an the robot falls to the groun. To avoi the phenomena, we selecte the walking pattern so that the less power is consume. We select

6 Joint angle[ra] q q ref Energy[J] Perio[s] Fig.12: Joint angle references an joint angles at θ 4 Fig.14: Approximate power of joint No.2 the maximum current refernce of the motor as the one performance inex for the less power walking. The footstep slie s = 5.[cm], the istance = 7.[cm] an the height h =3.8[cm] are kept equal an the perio is only change. The change of the perio an the maximum current reference of the joint No.2 of the right leg is shown in Fig.13. An the approximate power of one perio of one step is shown in Fig.14. Aroun.8[s] of one step perio, both the maximum current an the power become the least. The robot has its own mechanical resonance frequency. It is thought that the frequency 1/.8[Hz] may be close to the mechanical resonance frequency. If the frequency of the walking pattern is near the mechanical resonance frequency, the robot coul walk with the less power. Current[A] Perio[s] Fig.13: Maximum current of joint No Fast Walking As another performance inex, the spee of the walking is selecte. The height h = 3.8[cm] an the perio T =.7[s] are kept equal an the footstep slie s is change. The istance is change accoring to the change of the footstep slie s. The change of the footstep slie an the maximum current reference of the joint No.2 of the right leg is shown in Fig.15. An the approximate power of one perio is shown in Fig.1. An the maximum current refernce an approximate power of the joint No.4 are shown in Fig.17, an Fig.18. The rotation axis of the joint No.2 is the roll axis. Thus it is thought that the variation of the current oes not have so many relationship with the variation of the footstep slie. On the other han, the rotation axis of the joint No.4 is the pitch axis. Thus the current increses as the footstep slie become large. Since the current limit of the motor on the joint No.4 is 1[A], the maximum current refernce must be kept less than 1[A]. 5 Conclusion We evelope the bipe walking robot MARI-1 an remae the frame of the robot an the motors with harmonic gears. An we mae the bipe walking experiments. We suceee in making the robot o the quasiynamic walking. An also we investigate the smooth walking an the fast walking. In future, we plan to make the robot walk faster an we will consier the walking pattern which has the minimum power for joint motors. An we plan to put the sensors on the robot an o the feeback control from the information of the acceleration, gyro, an force sensors. References [1] Special Issue: Walking Robot, Jarnal of the Robotics Society Japan, Vol.11, No.3, pp , [2] M. HIROSE, T. TAKENAKA, H. GOMI an N. OAWA, Humanoi Robot, Jarnal of the Robotics Society Japan, Vol.15, No.7, pp , [3] J. YAMAGUCHI, S. INOUE, D. NISINO, S. GEN, A. ISHII, S. MATSUO, Y. YAMAMOTO, H. OAWA, A. TAKANISHI, Development of the Wasea Bipe Humanoi Robot WABIAN -Design metho of the total system-, Proceeings of the 15th Annual Conference of

7 the Robotics Society of Japan, vol.3, pp , September [4] Y. FUJIMOTO, Stuy on Bipe Walking Robot with Environmental Force Interaction Doctoral Thesis, pp.5-24, 49-52, March [5] Y. FUJIMOTO, A. KAWAMURA, Autonomous Control of 3D Dynamics Simulations of Bipe Walking Robot, IEEE Robotics an Automation Magazine, Vol.5, No.2, pp.33-42, [] Robotics Society Japan, Robotics Hanbook, CORONA PUBLISHING CO., LTD., pp , 199. [7] J.J. Craig, Introuction to Robotics, Aison-Wesley Publishing Company, [8] S. KAJITA, A. KOBAYASHI, Dynamic Walk Control of a Bipe Robot with Potential Energy Conserving Orbit, SICE, Vol.23, No.3, pp , March [9] Y. FUJIMOTO, A. KAWAMURA, Robust Bipe Walking Active Interaction Control between Foot an Groun, ICRA, pp , [1] A.YONEMURA, Y.NAKAJIMA, A.HIRAKAWA, A. KAWAMURA, Experimental Approach for the Bipe Walking Robot MARI-1, AMC, pp , 2. [11] A.TAKANISHI, Bipe Walking Robot Compensating Moment by Trunk Motion, Journal of RSJ, pp , Vol.11, No.3, pp , Current[A] Energy[J] Fig.15: Maximum current of joint No Current[A] Fig.1: Approximate power of joint No Fig.17: Maximum current of joint No Energy[J] Fig.18: Approximate power of joint No.4

GAIT PARAMETER ADAPTATION TO ENVIRONMENTAL PERTURBATIONS IN QUADRUPEDAL ROBOTS

GAIT PARAMETER ADAPTATION TO ENVIRONMENTAL PERTURBATIONS IN QUADRUPEDAL ROBOTS May 25, 27 13:6 WSPC - Proceeings Trim Size: 9in x 6in clawar7 1 GAIT PARAMETER ADAPTATION TO ENVIRONMENTAL PERTURBATIONS IN QUADRUPEDAL ROBOTS E. GARCIA, J. ESTREMERA, P. GONZALEZ DE SANTOS an M. ARMADA

More information

Generation of Robot Motion Based on Measurement of Human Movement. Susumu Sakano 1, Satoru Shoji 1

Generation of Robot Motion Based on Measurement of Human Movement. Susumu Sakano 1, Satoru Shoji 1 Generation of Robot Motion Based on Measurement of Human Movement Susumu Sakano 1, Satoru Shoji 1 1College of Engineering, Nihon University 1 Nakagawara Tokusada Tamura-machi Koriyama 963-8642 Japan Tel;

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

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

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

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

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

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

Dynamic analysis and motion measurement of ski turns using inertial and force sensors

Dynamic analysis and motion measurement of ski turns using inertial and force sensors Available online at www.sciencedirect.com Procedia Engineering 6 ( 213 ) 355 36 6th Asia-Pacific Conference on Sports Technology Dynamic analysis and motion measurement of ski turns using inertial and

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

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

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

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

Towards bipedal running of a six-legged robot

Towards bipedal running of a six-legged robot Towars bipeal running of a six-legge robot N. Neville an M. Buehler neville@cim.mcgill.ca, buehler@cim.mcgill.ca Ambulatory Robotics Laboratory Centre for Intelligent Machines, McGill University Montreal,

More information

Development of Fish type Robot based on the Analysis of Swimming Motion of Bluefin Tuna Comparison between Tuna-type Fin and Rectangular Fin -

Development of Fish type Robot based on the Analysis of Swimming Motion of Bluefin Tuna Comparison between Tuna-type Fin and Rectangular Fin - Development of Fish type Robot based on the Analysis of Swimming Motion of Bluefin Tuna Comparison between Tuna-type Fin and Rectangular Fin - Katsuya KUGAI* Abstract The swimming motion of Tuna type fishes

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

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

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

Experimental Realization of Dynamic Walking for a Human-Riding Biped Robot, HUBO FX-1

Experimental Realization of Dynamic Walking for a Human-Riding Biped Robot, HUBO FX-1 Experimental Realization of Dynamic Walking for a Human-Riding Biped Robot, HUBO FX-1 JUNG-YUP KIM, JUNGHO LEE and JUN-HO OH HUBO Laboratory, Humanoid Robot Research Center Department of Mechanical Engineering,

More information

Improvement of Humanoid Walking Control by Compensating Actuator Elasticity

Improvement of Humanoid Walking Control by Compensating Actuator Elasticity 216 IEEE-RAS 16th International Conference on Humanoid Robots (Humanoids) Cancun, Mexico, Nov 15-17, 216 Improvement of Humanoid Walking Control by Compensating Actuator Elasticity Jeeseop Kim 1, Mingon

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

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

Online Learning of a Full Body Push Recovery Controller for Omnidirectional Walking

Online Learning of a Full Body Push Recovery Controller for Omnidirectional Walking 2011 11th IEEE-RAS International Conference on Humanoi Robots Ble, Slovenia, October 26-28, 2011 Online Learning of a Full Boy Push Recovery Controller for Omniirectional Walking Seung-Joon Yi, Byoung-Tak

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

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 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

Learning Energy Efficient Walking Based on Ballistics

Learning Energy Efficient Walking Based on Ballistics Learning Energy Efficient Walking Based on Ballistics Masaki Ogino, Koh Hosoda and Minoru Asada Dept. of Adaptive Machine Systems, Graduate School of Engineering,, HANDAI Frontier Research Center ogino@er.ams.eng.osaka-u.ac.jp,

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

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

IAV PREPRINTS 5th IFAC/EURON Symposium on Intelligent Autonomous Vehicles Instituto Superior Técnico, Lisboa, Portugal July 5-7, 2004

IAV PREPRINTS 5th IFAC/EURON Symposium on Intelligent Autonomous Vehicles Instituto Superior Técnico, Lisboa, Portugal July 5-7, 2004 IAV24 - PREPRINTS 5th IFAC/EURON Symposium on Intelligent Autonomous Vehicles Instituto Superior Técnico, Lisboa, Portugal July 5-7, 24 MODELLING AND CONTROL OF A BIPED ROBOT N.F. Gonçalves 1 P.M. Silva

More information

Gait Pattern Generation and Stabilization for Humanoid Robot Based on Coupled Oscillators

Gait Pattern Generation and Stabilization for Humanoid Robot Based on Coupled Oscillators 2011 IEEE/RSJ International Conference on Intelligent Robots and Systems September 25-30, 2011. San Francisco, CA, USA Gait Pattern Generation and Stabilization for Humanoid Robot Based on Coupled Oscillators

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

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

Learning Energy Efficient Walking with Ballistic Walking

Learning Energy Efficient Walking with Ballistic Walking Learning Energy Efficient Walking with Ballistic Walking Masaki Ogino, Koh Hosoda and Minoru Asada Dept. of Adaptive Machine Systems, Graduate School of Engineering,, HANDAI Frontier Research Center, Osaka

More information

Decentralized Autonomous Control of a Myriapod Locomotion Robot

Decentralized Autonomous Control of a Myriapod Locomotion Robot Decentralized utonomous Control of a Myriapod Locomotion Robot hmet Onat Sabanci University, Turkey onat@sabanciuniv.edu Kazuo Tsuchiya Kyoto University, Japan tsuchiya@kuaero.kyoto-u.ac.jp Katsuyoshi

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

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

Analysis of stroke technique using acceleration sensor IC in freestyle swimming

Analysis of stroke technique using acceleration sensor IC in freestyle swimming Analysis of stroke technique using acceleration sensor IC in freestyle swimming Y. Ohgi, M. Yasumura Faculty of Environmental Information, Keio Univ., Japan H. Ichikawa Doctoral Prog. of Health and Sport

More information

- Control Method of Whole Body Cooperative Dynamic Biped Walking -

- Control Method of Whole Body Cooperative Dynamic Biped Walking - Proceedings of the 1999 EEE International Conference on Robotics & Automation Detroit, Michigan May 1999 Development of a Bipedal Humanoid Robot - Control Method of Whole Body Cooperative Dynamic Biped

More information

Control of BIOLOID based on Floor Projection of Center of Mass for Ascending Stairs

Control of BIOLOID based on Floor Projection of Center of Mass for Ascending Stairs International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) Control of BIOLOID based on Floor Projection of Center of Mass for Ascending Stairs Abhinay Jiwankar 1, Faraz Deshmukh 2, Prasanna

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

Tether-based Robot Locomotion Experiments in REX-J mission

Tether-based Robot Locomotion Experiments in REX-J mission Tether-based Robot Locomotion Experiments in REX-J mission H. Nakanishi*, M. Yamazumi*, S. Karakama*, M. Oda*, S. Nishida****, H. Kato**, K. Watanabe*, A. Ueta**, M. Yoshii***, S. Suzuki*** *Tokyo Institute

More information

1. A tendency to roll or heel when turning (a known and typically constant disturbance) 2. Motion induced by surface waves of certain frequencies.

1. A tendency to roll or heel when turning (a known and typically constant disturbance) 2. Motion induced by surface waves of certain frequencies. Department of Mechanical Engineering Massachusetts Institute of Technology 2.14 Analysis and Design of Feedback Control Systems Fall 2004 October 21, 2004 Case Study on Ship Roll Control Problem Statement:

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

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

EVOLVING GOALKEEPER BEHAVIOURS FOR SIMULATED SOCCER COMPETITION

EVOLVING GOALKEEPER BEHAVIOURS FOR SIMULATED SOCCER COMPETITION Proceeings of the 3r IASTED International Conference on Artificial Intelligence an Applications (AIA 2003 September 8-0, 2003, Benalmáena, Spain EVOLVING GOALKEEPER BEHAVIOURS FOR SIMULATED SOCCER COMPETITION

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

A control strategy for steering an autonomous surface sailing vehicle in a tacking maneuver

A control strategy for steering an autonomous surface sailing vehicle in a tacking maneuver Syansk Universitet A control strategy for steering an autonomous surface sailing vehicle in a tacking maneuver Jouffroy, Jerome Publishe in: Proceeings of the IEEE International Conference on Systems,

More information

Gait analysis for the development of the biped robot foot structure

Gait analysis for the development of the biped robot foot structure Preprints of the 9th World Congress The International Federation of Automatic Control Cape Town, South Africa. August 4-9, 4 Gait analysis for the development of the biped robot foot structure Yusuke OGAWA

More information

Abstract. 1 Introduction

Abstract. 1 Introduction A computational method for calculatingthe instantaneous restoring coefficients for a ship moving in waves N. El-Simillawy College of Engineering and Technology, Arab Academyfor Science and Technology,

More information

Free Swimming of the Swimming Humanoid Robot for the Crawl Stroke

Free Swimming of the Swimming Humanoid Robot for the Crawl Stroke Free Swimming of the Swimming Humanoid Robot for the Crawl Stroke Changhyun Chung a and Motomu Nakashima b,* a Department of Mechanical and Environmental Informatics, Tokyo Institute of Technology, Japan

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

Efficiency Improvement of a New Vertical Axis Wind Turbine by Individual Active Control of Blade Motion

Efficiency Improvement of a New Vertical Axis Wind Turbine by Individual Active Control of Blade Motion Efficiency Improvement of a New Vertical Axis Wind Turbine by Individual Active Control of Blade Motion In Seong Hwang, Seung Yong Min, In Oh Jeong, Yun Han Lee and Seung Jo Kim* School of Mechanical &

More information

Walking Pattern Generation and Stabilization of Walking for Small Humanoid Robots

Walking Pattern Generation and Stabilization of Walking for Small Humanoid Robots 15 Walking Pattern Generation and Stabilization of Walking for Small Humanoid Robots Yogo Takada, Tomoki Tajiri, Kiyoshi Ogawa and Tomoyuki Wakisaka Osaka City University Japan 1. Introduction Declining

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

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

Adaptive Gait for Large Rough Terrain of a Leg-Wheel Robot (Third Report: Step-Down Gait)

Adaptive Gait for Large Rough Terrain of a Leg-Wheel Robot (Third Report: Step-Down Gait) Nakajima, S. and Nakano, E. Paper: Adaptive Gait for Large Rough Terrain of a Leg-Wheel Robot (Third Report: Step-Down Gait) Shuro Nakajima and Eiji Nakano The Department of Advanced Robotics, Chiba Institute

More information

Impact Points and Their Effect on Trajectory in Soccer

Impact Points and Their Effect on Trajectory in Soccer Proceedings Impact Points and Their Effect on Trajectory in Soccer Kaoru Kimachi 1, *, Sungchan Hong 2, Shuji Shimonagata 3 and Takeshi Asai 2 1 Doctoral Program of Coaching Science, University of Tsukuba,

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

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

Artifacts Due to Filtering Mismatch in Drop Landing Moment Data

Artifacts Due to Filtering Mismatch in Drop Landing Moment Data Camenga et al. UW-L Journal of Undergraduate Research XVI (213) Artifacts Due to Filtering Mismatch in Drop Landing Moment Data Elizabeth T. Camenga, Casey J. Rutten, Brendan D. Gould, Jillian T. Asmus,

More information

A Study on the Human Impulse Characteristics Of the Standing Shooting Posture

A Study on the Human Impulse Characteristics Of the Standing Shooting Posture A Study on the Human Impulse Characteristics Of the Standing Shooting Posture Young-Shin Lee 1, a, Young-Jin Choi 2,b, Kyu-Hyun Han 2,c, Je-Wook Chae 3,d, Eui-Jung Choi 3,e and In-Woo Kim 3,f 1 Dept. of

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

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

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

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

Biped Walking Robot Control System Design

Biped Walking Robot Control System Design 69 Biped Walking Robot Control System Design Jian Fang Abstract For biped walking robot posture instability problems presented this paper, ZMP gait planning algorithm and a time division multiplexing servo

More information

Available online at Procedia Engineering 00 2 (2010) (2009)

Available online at   Procedia Engineering 00 2 (2010) (2009) Available online at www.sciencedirect.com Procedia Engineering 00 2 (2010) (2009) 000 000 2901 2906 Procedia Engineering www.elsevier.com/locate/procedia 8 th Conference of the International Sports Engineering

More information

A MODEL FOR ANALYSIS OF THE IMPACT BETWEEN A TENNIS RACKET AND A BALL

A MODEL FOR ANALYSIS OF THE IMPACT BETWEEN A TENNIS RACKET AND A BALL A MODEL FOR ANALYSIS OF THE IMPACT BETWEEN A TENNIS RACKET AND A BALL Hiroshi Maeda, Masaaki Okauchi and Yoshio Shimada Faculty of Engineering, Oita University, Oita City, Oita, Japan The purpose of this

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

Joint Torque Evaluation of Lower Limbs in Bicycle Pedaling

Joint Torque Evaluation of Lower Limbs in Bicycle Pedaling 11th conference of the International Sports Engineering Association, ISEA 216 Delft University of Technology; July 12 th Joint Torque Evaluation of Lower Limbs in Bicycle Pedaling Hiroki Yamazaki Akihiro

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

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

Speed Control System Design in Bicycle Robot by Low Power Method. Abstract

Speed Control System Design in Bicycle Robot by Low Power Method. Abstract The 2 nd RMUTP International Conference 2010 Page 195 Speed Control System Design in Bicycle Robot by Low Power Method Sunthorn Wiriya, Nikom Distaklu and Suppachai Howimanporn*. Department of Electrical

More information

CRITERIA OF BOW-DIVING PHENOMENA FOR PLANING CRAFT

CRITERIA OF BOW-DIVING PHENOMENA FOR PLANING CRAFT 531 CRITERIA OF BOW-DIVING PHENOMENA FOR PLANING CRAFT Toru KATAYAMA, Graduate School of Engineering, Osaka Prefecture University (Japan) Kentarou TAMURA, Universal Shipbuilding Corporation (Japan) Yoshiho

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

DETC DESIGN OPTIMIZATION OF A NOVEL TRIPEDAL LOCOMOTION ROBOT THROUGH SIMULATION AND EXPERIMENTS FOR A SINGLE STEP DYNAMIC GAIT

DETC DESIGN OPTIMIZATION OF A NOVEL TRIPEDAL LOCOMOTION ROBOT THROUGH SIMULATION AND EXPERIMENTS FOR A SINGLE STEP DYNAMIC GAIT Proceedings of the ASME 27 International Design Engineering Technical Conferences & Computers and Information in Engineering Conference IDETC/CIE 27 September 4-7, 27, Las Vegas, Nevada, USA DETC27-34472

More information

Design of a Humanoid Biped Robot for Walking Research

Design of a Humanoid Biped Robot for Walking Research Design of a Humanoid Biped Robot for Walking Research Daniel Paluska, Jerry Pratt, David Robinson, Gill Pratt MIT Leg Laboratory Cambridge, MA 02139 http://www.ai.mit.edu/projects/leglab/robots/m2/m2.html

More information

Effect of Nozzle Twisted Lance on Jet Behavior and Spitting Rate in Top Blown Process

Effect of Nozzle Twisted Lance on Jet Behavior and Spitting Rate in Top Blown Process , pp. 1410 1414 Effect of Nozzle Twisted Lance on Jet Behavior and Spitting Rate in Top Blown Process Yoshihiko HIGUCHI and Yukari TAGO Corporate Research & Development Laboratories, Sumitomo Metal Industries,

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

LABORATORY EXPERIMENTS ON WAVE OVERTOPPING OVER SMOOTH AND STEPPED GENTLE SLOPE SEAWALLS

LABORATORY EXPERIMENTS ON WAVE OVERTOPPING OVER SMOOTH AND STEPPED GENTLE SLOPE SEAWALLS Asian and Pacific Coasts 23 LABORATORY EXPERIMENTS ON WAVE OVERTOPPING OVER SMOOTH AND STEPPED GENTLE SLOPE SEAWALLS Takayuki Suzuki 1, Masashi Tanaka 2 and Akio Okayasu 3 Wave overtopping on gentle slope

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

Computer Simulation of Semi-Passive Walking Robot with Four Legs and Verification of It s Validity Using Developed Experimental Robot

Computer Simulation of Semi-Passive Walking Robot with Four Legs and Verification of It s Validity Using Developed Experimental Robot Computer Simulation of Semi-Passive Walking Root with Four Legs and Verification of It s Validit Using Developed Experimental Root Hiroki Ia, Shingo Okamoto, and Jae Hoon Lee, Memer, IAENG Astract This

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

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

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

Improved Joint Control using a Genetic Algorithm for a Humanoid Robot

Improved Joint Control using a Genetic Algorithm for a Humanoid Robot Improved Joint Control using a Genetic Algorithm for a Humanoid Robot Jonathan Roberts 1, Damien Kee 2 & Gordon Wyeth 2 1 CSIRO Manufacturing Science & Technology PO Box 883, Kenmore, Qld 469, Australia

More information

Development of a Simulation Model for Swimming with Diving Fins

Development of a Simulation Model for Swimming with Diving Fins Proceedings Development of a Simulation Model for Swimming with Diving Fins Motomu Nakashima 1, *, Yosuke Tanno 2, Takashi Fujimoto 3 and Yutaka Masutani 3 1 Department of Systems and Control Engineering,

More information

Kinematic Differences between Set- and Jump-Shot Motions in Basketball

Kinematic Differences between Set- and Jump-Shot Motions in Basketball Proceedings Kinematic Differences between Set- and Jump-Shot Motions in Basketball Hiroki Okubo 1, * and Mont Hubbard 2 1 Department of Advanced Robotics, Chiba Institute of Technology, 2-17-1 Tsudanuma,

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

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

Yasuyuki Hirose 1. Abstract

Yasuyuki Hirose 1. Abstract Study on Tsunami force for PC box girder Yasuyuki Hirose 1 Abstract In this study, a waterway experiment was performed in order to understand the influence of tsunami forms on tsunami forces acting on

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

Process Name Material Handling/MSD Prevention Program

Process Name Material Handling/MSD Prevention Program CNM WAY PROCESS CNM Process Name Material Hanling/MSD Prevention Program (04/10/2018 Revision) Overview of Material Hanling/MSD Prevention Program Purpose: To provie a safe an healthy working environment

More information

Shoe-shaped Interface for Inducing a Walking Cycle

Shoe-shaped Interface for Inducing a Walking Cycle Shoe-shaped Interface for Inducing a Walking Cycle Junji Watanabe*, Hideyuki Ando**, Taro Maeda** * Graduate School of Information Science and Technology, The University of Tokyo 7-3-1, Hongo, Bunkyo-ku,

More information

Development of a Swimming Humanoid robot for Research of Human Swimming

Development of a Swimming Humanoid robot for Research of Human Swimming Development of a Swimming Humanoid robot for Research of Human Swimming Changhyun Chung a and Motomu Nakashima b,* a Department of Mechanical and Environmental Informatics, Tokyo Institute of Technology,

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

High-Speed Batting Using a Multi-Jointed Manipulator

High-Speed Batting Using a Multi-Jointed Manipulator High-Speed Batting Using a Multi-Jointed Manipulator Taku Senoo Akio Namiki Masatoshi Ishikawa Department of Information Physics and Computing, University of Tokyo 7-3- Hongo, Bunkyo-ku, Tokyo 3-8656,

More information

1502. The effect of mechanism design on the performance of a quadruped walking machine

1502. The effect of mechanism design on the performance of a quadruped walking machine 1502. The effect of mechanism design on the performance of a quadruped walking machine Fu-Chen Chen 1, Shang-Chen Wu 2, Yung-Cheng Chen 3 Department of Mechanical Engineering, Kun Shan University, Tainan

More information