SlideShare a Scribd company logo
1 of 4
Download to read offline
G Duarte Gonçalves Pedro et al. Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 5, ( Part -5) May 2015, pp.131-134
www.ijera.com 131 | P a g e
Implementation of an Algorithm for the Locomotion of
Quadruped Robot with Bimorph Insect Leg.
Gabriel Duarte Gonçalves Pedro*, Nicolas Ives Roque Pacheco**, Pedro
Américo Almeida Magalhães***
*(Department of Mechanical Engineering, Pontifícia Universidade Católica de Minas Gerais, Brazil)
** (Department of Mechanical Engineering, Pontifícia Universidade Católica de Minas Gerais, Brazil)
*** (Department of Mechanical Engineering, Pontifícia Universidade Católica de Minas Gerais, Brazil)
ABSTRACT
In the last decades the rising of higher processing power computers, together with more sophisticated robot
actuators gave an impulse to the field of autonomous robots in robotics. The need to explore dirty, dangerous and
difficult terrains is a suitable task for a robot, sparing a human from hazards of the environment. Even though
wheeled robots have been used in great scale for explorations, its configuration has the downside of obstacle
impediment and depending on the terrain its wheels can get stuck. The legged robot presents more versatility
allowing him to surpass such obstacles in some cases. This article presents the continuation of the development
of an quadruped robot with biomorphic insect leg.
Keywords–Biomorphic, Locomotion, Insect, Quadruped, Robot.
I. INTRODUCTION
In the previous article [1] an method for
analytical solving for a bimorph leg inspired in
animals of the insectaclass, more precisely in the
formicidae family, was developed, yielding satisfying
results. In this article a continuation of a legged robot
prototype is given by implementing the bimorph
legin a quadruped platform, and analysis of the
physical system.
Nature always gave man an inspiration for
machines designs, especially within the field of
robotics such as the CWRU Robot III [2] that mimics
the cockroachBlaberusDiscoidalis, from Case
Western Reserve University, Massachusetts Institute
of Technology Boadicea [3] also inspired by
BlaberusDiscoidalis, and the most notable
achievement, the Big Dog from Boston Dynamics.
In [4] a table for quadruped animalstogether with
its locomotion patterns is presented, allowing a
proper choice for the planned system. Since it’s the
beginning of a greater project it’s reasonable that the
first performed task of the proposed quadruped
platform be walking before more complex operations
be implemented, this being presented in the next
sections.
II. MAIN PARAMETERS
For the given system an occupation factor β of
0.9 was chosen. Using two parameters for theWith
this parameter is possible to define the time interval
of the transfer function𝑡𝑡 and sustentation𝑡 𝑠 in terms
of the period T by equations (1) and (2).
𝑡 𝑠 = 𝑇 ∗ 𝛽 (1)
𝑡𝑡 = 𝑇 ∗ 1 − 𝛽 (2)
Since there’s two phases in the leg movement
denoted here by transfer phase and sustentation
phase, two polynomial functions were used to
describe the foot trajectory. For the transfer phase a
6th
degree polynomial (3) was chosen to reproduce a
parabola and for the sustentation phase a 5th
degree
polynomial (4) to generate a straight line.
𝑞𝑠 𝑡 = 𝑎0 + 𝑎1 ∗ 𝑡 + 𝑎2 ∗ 𝑡2
+ 𝑎3 ∗ 𝑡3
𝑎4 ∗ 𝑡4
+
𝑎5 ∗ 𝑡5
(3)
𝑞𝑡 𝑡 = 𝑎0 + 𝑎1 ∗ 𝑡 + 𝑎2 ∗ 𝑡2
+ 𝑎3 ∗ 𝑡3
+ 𝑎4 ∗
𝑡4
+ 𝑎5 ∗ 𝑡5
+ 𝑎6 ∗ 𝑡6
(4)
To find the polynomials ai-th coefficients a linear
system was build using the first and second order
derivative of these polynomials together with the
defined points in “Table 1” and the times that they
are supposed to happen in the leg period. In the
derivatives that represent velocity and acceleration,
the value is set to zero in the times in which we have
the transition from sustentation to the transfer phase.
With this it was build a linear system of the
type 𝐴 ∗ 𝑋 = 𝐵. For the transfer function A, X and B
is given by (5), (6) and (7). For the sustentation
function we have that A, X and B assumes the values
given by (8), (9) and (10). Here𝑡0,𝑡ℎ𝑚 ,𝑡𝑡, 𝑡𝑓 denotes
the initial, maximum height, transfer, and final
period times respectively..
RESEARCH ARTICLE OPEN ACCESS
G Duarte Gonçalves Pedro et al. Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 5, ( Part -5) May 2015, pp.131-134
www.ijera.com 132 | P a g e
(5)
𝐵𝑡 =
𝑃𝑖
0
0
𝑃ℎ𝑚
𝑃𝑓
0
0
(6)
𝑋𝑡 =
𝑎0
𝑎1
𝑎2
𝑎3
𝑎4
𝑎5
𝑎6
(7)
𝐴𝑠 =
1 𝑡𝑡 𝑡𝑡
2
0 1 2 ∗ 𝑡𝑡
0 0 2
𝑡𝑡
3
𝑡𝑡
4
𝑡𝑡
5
3 ∗ 𝑡𝑡
2
4 ∗ 𝑡𝑡
3
5 ∗ 𝑡𝑡
4
6 ∗ 𝑡𝑡 12 ∗ 𝑡𝑡
2
20 ∗ 𝑡𝑡
3
1 𝑡𝑓 𝑡𝑓
2
0 1 2 ∗ 𝑡𝑓
0 0 2
𝑡𝑓
3
𝑡𝑓
4
𝑡𝑓
5
3 ∗ 𝑡𝑓
2
4 ∗ 𝑡𝑓
3
5 ∗ 𝑡𝑓
4
6 ∗ 𝑡𝑓 2 ∗ 𝑡𝑓
2
20 ∗ 𝑡𝑓
3
(8)
𝐵𝑠 =
𝑃𝑓
0
0
𝑃𝑖
0
0
(9)
𝑋𝑠 =
𝑎0
𝑎1
𝑎2
𝑎3
𝑎4
𝑎5
(10)
III. TRANSLATION ON THE PLANE
For the plane translation on the mass center of
the robot, the foot path chosen was a simple line
parallel to the body of length 140 mm as shown in
“Fig.1”.In the illustration Pi, Phm, and Pf denotes the
initial, maximum height and final points respectively
for the transfer phase of the leg. For each leg a table
for the main points is given by:
Points X Y Z
Pi1 13 4 -10
Pf1 13 -10 -10
Phm1 13 -3 -5
Pi2 13 -4 -10
Pf2 13 10 -10
Phm2 13 3 -5
Pi3 13 14 -10
Pf3 13 0 -10
Phm3 13 7 -5
Pi4 13 -14 -10
Pf4 13 0 -10
Phm4 13 -7 -5
Table 1 Pi, Phm and Pf for each leg
Fig.1Feettranslation curves on the plane
Solving for both linear systems with the given
conditions the obtained the polynomial functions that
define each coordinate of the leg foot on the body
edge frame are given by (11), (12) and (13) and
illustrated on “Fig 2”.
𝑞𝑥 𝑡 =
13 𝑓𝑜𝑟 0 ≤ 𝑡 ≤ 3
13 𝑓𝑜𝑟 3 < 𝑡 ≤ 30
(11)
𝑞𝑦 𝑡 =
4 − 5,1851859 ∗ 𝑡3
+ 2,5925926 ∗ 𝑡4
−
−0,3456790 ∗ 𝑡5
𝑓𝑜𝑟 0 ≤ 𝑡 ≤ 3
−10,1372264 + 0,142907 ∗ 𝑡 +
−0,0515365 ∗ 𝑡2
+ 0,0070539 ∗ 𝑡3
+
−0,0002324 ∗ 𝑡4
+
+0,0000022 ∗ 𝑡5
𝑓𝑜𝑟 3 < 𝑡 ≤ 30
(12)
𝑞𝑧 𝑡 =
−10 + 11,852 ∗ 𝑡3
− 11,852 ∗ 𝑡4
+
+3,951 ∗ 𝑡5
− 0,439 ∗ 𝑡6
𝑓𝑜𝑟 0 ≤ 𝑡 ≤ 3
−10 𝑓𝑜𝑟 3 < 𝑡 ≤ 30
(13)
G Duarte Gonçalves Pedro et al. Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 5, ( Part -5) May 2015, pp.131-134
www.ijera.com 133 | P a g e
Fig.2 Foot trajectory
IV. ROTATION ON THE PLANE
For the body rotation movement the chosen
trajectory for the robot feet was quarter of
circumference as shown in “Fig.3” during the
sustentation phase of the legs. For this trajectory the
value of Z for the maximum height point was
maintained.
Fig.3 Feet trajectory for rotation.
Using the same strategy as the one for the
translation of the plane the obtained foot trajectory
for both transfer and sustentation phase of the
movement is given by equations (14), (15) and (16),
each representing the X,Y, Z coordinates of the foot
in the space respectively. The foot trajectory is
plotted in “Fig. 4”.
𝑞𝑟𝑥 𝑡 =
13 ∗ cos
𝜋
6
∗ 𝑡 −
𝜋
2
𝑓𝑜𝑟 0 ≤ 𝑡 ≤ 3
13 ∗ cos −
𝜋
54
∗ 𝑡 +
𝜋
18
𝑓𝑜𝑟 3 < 𝑡 ≤ 30
(14)
𝑞𝑟𝑦 =
13 ∗ sin
𝜋
6
∗ 𝑡 −
𝜋
2
𝑓𝑜𝑟 0 ≤ 𝑡 ≤ 3
13 ∗ sin −
𝜋
54
∗ 𝑡 +
𝜋
18
𝑓𝑜𝑟 3 < 𝑡 ≤ 30
(15)
𝑞𝑟𝑧 𝑡
=
−10 + 11,852 ∗ 𝑡3
− 11,852 ∗ 𝑡4
+
+ 3,951 ∗ 𝑡5
− 0,439 ∗ 𝑡6
𝑓𝑜𝑟 0 ≤ 𝑡 ≤ 3
−10 𝑓𝑜𝑟 3 < 𝑡 ≤ 30
(16)
Fig.4Foot trajectory3during rotation
V. PHYSICAL ROBOT
For the platform implementation were used an
Arduino Mega 2560 to realize the algorithm
computation that outputs the angles for each
Herkulex servo that were previously addressed in the
code. The CAD project can be seen together with the
physical platform in “Fig.5” and “Fig.6”
Fig.5 CAD project
Fig.6Physical platform
G Duarte Gonçalves Pedro et al. Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 5, ( Part -5) May 2015, pp.131-134
www.ijera.com 134 | P a g e
The platform performed on a flat ground the
translation operation, and posteriorly an 90º degrees
body rotation.“Fig.7” and “Fig.8” illustrates
respectively the robot response for each operation.
Fig.7 Forward walking
Fig.8 Counter-clockwise rotation
VI. CONCLUSIONS
The project achieved its goal of successfully
implementing a biomorphic leg in a robot capable of
locomotion in a plane environment. Even though the
robot was inspired in living creatures, its structure
doesn’t have an know equivalent animal, indicating
that the locomotion pattern may not be exclusive for
an organic or artificial form and that some of these
patterns can be applied to robots with different shape
than those of the original animal.
There is now for this platform a great gamma of
improvements that can be made, such as the addition
of an computer vision system together with an
artificial intelligence algorithm that will allow the
robot to generate planned paths through motion
planning. Such improvements will be left for later
studies.
Acknowledgements
The authors would like to thank the generous
support of the “Pontifícia Universidade Católica de
Minas Gerais”, the “Coordenação de
Aperfeiçoamento de Pessoal de Nível Superior–
CAPES,”the “Conselho Nacional de
Desenvolvimento Científico e Tecnológico–CNPq,”
andthe “Fundação de Amparo a Pesquisa de Minas
Gerais–FAPEMIG”.
REFERENCES
[1] Gabriel Duarte Gonçalves Pedro, Pedro
Américo Almeida Magalhães Junior,
Analytical Development of the Forward and
Inverse Kinematics of A Robotic Leg
Biologically-Inspired In Insect,
International Journal of Engineering
Research and Application,4(9), 2014, 50-55.
[2] G. M. Nelson, R. D. Quinn, R. J. Bachmann,
W. C. Flannigan, R. E.Ritzmann, J. T.
Watson. Design and Simulation of a
Cockroach-like Hexapod Robo, Proc.1997
IEEE International Conference on Robotics
and Automation. 1997, 1106 – 1111.
[3] Michael B. Binnard,Design of a Small
Pneumatic Walking Robot, master diss.,
Massachusetts Institute of Technology –
Department of Mechanical Engineering,
1995.
[4] SILVA, Manuel Fernando dos Santos;
Sistema Robótico de Locomoção
Multipernas; 2005. Dissertação de
Doutorado. Faculdade de Engenharia da
Universidade do Porto - FEUP.

More Related Content

Viewers also liked

Реструктуризация - Дмитрий Никаноренков
Реструктуризация - Дмитрий НиканоренковРеструктуризация - Дмитрий Никаноренков
Реструктуризация - Дмитрий НиканоренковPartnerSB
 
מצגת לגלישה בטוחה ברשת
מצגת לגלישה בטוחה ברשתמצגת לגלישה בטוחה ברשת
מצגת לגלישה בטוחה ברשתdiev1h
 
2015 SGTS Preparing to Teach 3: Peer Instruction
2015 SGTS Preparing to Teach 3: Peer Instruction2015 SGTS Preparing to Teach 3: Peer Instruction
2015 SGTS Preparing to Teach 3: Peer InstructionPeter Newbury
 
Några enkla råd och tips för att polera bilen - Steg-för-steg
Några enkla råd och tips för att polera bilen - Steg-för-stegNågra enkla råd och tips för att polera bilen - Steg-för-steg
Några enkla råd och tips för att polera bilen - Steg-för-stegSaint-Gobain Abrasives AB
 
Капсулы «Тяньши» «Холикан»
Капсулы «Тяньши» «Холикан»Капсулы «Тяньши» «Холикан»
Капсулы «Тяньши» «Холикан»Дмитрий Малюк
 
Обзор клубного рынка западной Украины by Gooch Brown
Обзор клубного рынка западной Украины by Gooch BrownОбзор клубного рынка западной Украины by Gooch Brown
Обзор клубного рынка западной Украины by Gooch BrownGooch Brown
 
Be more innovative with LinkedIn
Be more innovative with LinkedInBe more innovative with LinkedIn
Be more innovative with LinkedIn悦 陈
 
Minit publisiti mtq
Minit publisiti mtqMinit publisiti mtq
Minit publisiti mtqju_sanglang
 
Final Moodys Challenge2
Final Moodys Challenge2Final Moodys Challenge2
Final Moodys Challenge2Eric Jiang
 
Holidays List - 2016
Holidays List - 2016Holidays List - 2016
Holidays List - 2016TestBBacc Lab
 

Viewers also liked (16)

AROTZGI SL Certificado II
AROTZGI SL Certificado IIAROTZGI SL Certificado II
AROTZGI SL Certificado II
 
Реструктуризация - Дмитрий Никаноренков
Реструктуризация - Дмитрий НиканоренковРеструктуризация - Дмитрий Никаноренков
Реструктуризация - Дмитрий Никаноренков
 
gr_v9
gr_v9gr_v9
gr_v9
 
Te dx taha4
Te dx taha4Te dx taha4
Te dx taha4
 
מצגת לגלישה בטוחה ברשת
מצגת לגלישה בטוחה ברשתמצגת לגלישה בטוחה ברשת
מצגת לגלישה בטוחה ברשת
 
2015 SGTS Preparing to Teach 3: Peer Instruction
2015 SGTS Preparing to Teach 3: Peer Instruction2015 SGTS Preparing to Teach 3: Peer Instruction
2015 SGTS Preparing to Teach 3: Peer Instruction
 
Några enkla råd och tips för att polera bilen - Steg-för-steg
Några enkla råd och tips för att polera bilen - Steg-för-stegNågra enkla råd och tips för att polera bilen - Steg-för-steg
Några enkla råd och tips för att polera bilen - Steg-för-steg
 
Капсулы «Тяньши» «Холикан»
Капсулы «Тяньши» «Холикан»Капсулы «Тяньши» «Холикан»
Капсулы «Тяньши» «Холикан»
 
Обзор клубного рынка западной Украины by Gooch Brown
Обзор клубного рынка западной Украины by Gooch BrownОбзор клубного рынка западной Украины by Gooch Brown
Обзор клубного рынка западной Украины by Gooch Brown
 
Transition_HANNspree
Transition_HANNspreeTransition_HANNspree
Transition_HANNspree
 
Be more innovative with LinkedIn
Be more innovative with LinkedInBe more innovative with LinkedIn
Be more innovative with LinkedIn
 
Minit publisiti mtq
Minit publisiti mtqMinit publisiti mtq
Minit publisiti mtq
 
Final Moodys Challenge2
Final Moodys Challenge2Final Moodys Challenge2
Final Moodys Challenge2
 
Ілюзія
ІлюзіяІлюзія
Ілюзія
 
Holidays List - 2016
Holidays List - 2016Holidays List - 2016
Holidays List - 2016
 
Pelajaran6
Pelajaran6Pelajaran6
Pelajaran6
 

Similar to Implementation of an Algorithm for the Locomotion of Quadruped Robot with Bimorph Insect Leg

Analytical Development of the Forward and Inverse Kinematics of A Robotic Leg...
Analytical Development of the Forward and Inverse Kinematics of A Robotic Leg...Analytical Development of the Forward and Inverse Kinematics of A Robotic Leg...
Analytical Development of the Forward and Inverse Kinematics of A Robotic Leg...IJERA Editor
 
Trajectory Planning Through Polynomial Equation
Trajectory Planning Through Polynomial EquationTrajectory Planning Through Polynomial Equation
Trajectory Planning Through Polynomial Equationgummaavinash7
 
Mobile robot path planning using ant colony optimization
Mobile robot path planning using ant colony optimizationMobile robot path planning using ant colony optimization
Mobile robot path planning using ant colony optimizationeSAT Publishing House
 
Parameter study of stable walking gaits for nao
Parameter study of stable walking gaits for naoParameter study of stable walking gaits for nao
Parameter study of stable walking gaits for naoeSAT Publishing House
 
Trajectory reconstruction for robot programming by demonstration
Trajectory reconstruction for robot programming  by demonstration  Trajectory reconstruction for robot programming  by demonstration
Trajectory reconstruction for robot programming by demonstration IJECEIAES
 
Insect inspired hexapod robot for terrain navigation
Insect inspired hexapod robot for terrain navigationInsect inspired hexapod robot for terrain navigation
Insect inspired hexapod robot for terrain navigationeSAT Publishing House
 
A NOVEL NAVIGATION STRATEGY FOR AN UNICYCLE MOBILE ROBOT INSPIRED FROM THE DU...
A NOVEL NAVIGATION STRATEGY FOR AN UNICYCLE MOBILE ROBOT INSPIRED FROM THE DU...A NOVEL NAVIGATION STRATEGY FOR AN UNICYCLE MOBILE ROBOT INSPIRED FROM THE DU...
A NOVEL NAVIGATION STRATEGY FOR AN UNICYCLE MOBILE ROBOT INSPIRED FROM THE DU...JaresJournal
 
Three-Dimensional Path Planning for Uninhabited Combat Aerial Vehicle Based
Three-Dimensional Path Planning for Uninhabited Combat Aerial Vehicle Based Three-Dimensional Path Planning for Uninhabited Combat Aerial Vehicle Based
Three-Dimensional Path Planning for Uninhabited Combat Aerial Vehicle Based vane sanchez
 
Quadcopter Design for Payload Delivery
Quadcopter Design for Payload Delivery Quadcopter Design for Payload Delivery
Quadcopter Design for Payload Delivery Onyebuchi nosiri
 
Quadcopter Design for Payload Delivery
Quadcopter Design for Payload Delivery Quadcopter Design for Payload Delivery
Quadcopter Design for Payload Delivery Onyebuchi nosiri
 
An improved swarm intelligence algorithms-based nonlinear fractional order-PI...
An improved swarm intelligence algorithms-based nonlinear fractional order-PI...An improved swarm intelligence algorithms-based nonlinear fractional order-PI...
An improved swarm intelligence algorithms-based nonlinear fractional order-PI...TELKOMNIKA JOURNAL
 
Insect inspired hexapod robot for terrain navigation
Insect inspired hexapod robot for terrain navigationInsect inspired hexapod robot for terrain navigation
Insect inspired hexapod robot for terrain navigationeSAT Journals
 
A New Method For Solving Kinematics Model Of An RA-02
A New Method For Solving Kinematics Model Of An RA-02A New Method For Solving Kinematics Model Of An RA-02
A New Method For Solving Kinematics Model Of An RA-02IJERA Editor
 
Functional Simulation of the Integrated Onboard System For a Commercial Launc...
Functional Simulation of the Integrated Onboard System For a Commercial Launc...Functional Simulation of the Integrated Onboard System For a Commercial Launc...
Functional Simulation of the Integrated Onboard System For a Commercial Launc...irjes
 
Experimental Comparison of Trajectory Planning Algorithms for Wheeled Mobile ...
Experimental Comparison of Trajectory Planning Algorithms for Wheeled Mobile ...Experimental Comparison of Trajectory Planning Algorithms for Wheeled Mobile ...
Experimental Comparison of Trajectory Planning Algorithms for Wheeled Mobile ...IJRES Journal
 
Three-dimensional structure from motion recovery of a moving object with nois...
Three-dimensional structure from motion recovery of a moving object with nois...Three-dimensional structure from motion recovery of a moving object with nois...
Three-dimensional structure from motion recovery of a moving object with nois...IJECEIAES
 
Development of a 3D Interactive Virtual Market System with Adaptive Treadmill...
Development of a 3D Interactive Virtual Market System with Adaptive Treadmill...Development of a 3D Interactive Virtual Market System with Adaptive Treadmill...
Development of a 3D Interactive Virtual Market System with Adaptive Treadmill...toukaigi
 
MAE501 Independent Study
MAE501 Independent StudyMAE501 Independent Study
MAE501 Independent Studyhrishishah
 
Development of a quadruped mobile robot and its movement system using geometr...
Development of a quadruped mobile robot and its movement system using geometr...Development of a quadruped mobile robot and its movement system using geometr...
Development of a quadruped mobile robot and its movement system using geometr...journalBEEI
 
Robot Three Dimensional Space Path-planning Applying the Improved Ant Colony ...
Robot Three Dimensional Space Path-planning Applying the Improved Ant Colony ...Robot Three Dimensional Space Path-planning Applying the Improved Ant Colony ...
Robot Three Dimensional Space Path-planning Applying the Improved Ant Colony ...Nooria Sukmaningtyas
 

Similar to Implementation of an Algorithm for the Locomotion of Quadruped Robot with Bimorph Insect Leg (20)

Analytical Development of the Forward and Inverse Kinematics of A Robotic Leg...
Analytical Development of the Forward and Inverse Kinematics of A Robotic Leg...Analytical Development of the Forward and Inverse Kinematics of A Robotic Leg...
Analytical Development of the Forward and Inverse Kinematics of A Robotic Leg...
 
Trajectory Planning Through Polynomial Equation
Trajectory Planning Through Polynomial EquationTrajectory Planning Through Polynomial Equation
Trajectory Planning Through Polynomial Equation
 
Mobile robot path planning using ant colony optimization
Mobile robot path planning using ant colony optimizationMobile robot path planning using ant colony optimization
Mobile robot path planning using ant colony optimization
 
Parameter study of stable walking gaits for nao
Parameter study of stable walking gaits for naoParameter study of stable walking gaits for nao
Parameter study of stable walking gaits for nao
 
Trajectory reconstruction for robot programming by demonstration
Trajectory reconstruction for robot programming  by demonstration  Trajectory reconstruction for robot programming  by demonstration
Trajectory reconstruction for robot programming by demonstration
 
Insect inspired hexapod robot for terrain navigation
Insect inspired hexapod robot for terrain navigationInsect inspired hexapod robot for terrain navigation
Insect inspired hexapod robot for terrain navigation
 
A NOVEL NAVIGATION STRATEGY FOR AN UNICYCLE MOBILE ROBOT INSPIRED FROM THE DU...
A NOVEL NAVIGATION STRATEGY FOR AN UNICYCLE MOBILE ROBOT INSPIRED FROM THE DU...A NOVEL NAVIGATION STRATEGY FOR AN UNICYCLE MOBILE ROBOT INSPIRED FROM THE DU...
A NOVEL NAVIGATION STRATEGY FOR AN UNICYCLE MOBILE ROBOT INSPIRED FROM THE DU...
 
Three-Dimensional Path Planning for Uninhabited Combat Aerial Vehicle Based
Three-Dimensional Path Planning for Uninhabited Combat Aerial Vehicle Based Three-Dimensional Path Planning for Uninhabited Combat Aerial Vehicle Based
Three-Dimensional Path Planning for Uninhabited Combat Aerial Vehicle Based
 
Quadcopter Design for Payload Delivery
Quadcopter Design for Payload Delivery Quadcopter Design for Payload Delivery
Quadcopter Design for Payload Delivery
 
Quadcopter Design for Payload Delivery
Quadcopter Design for Payload Delivery Quadcopter Design for Payload Delivery
Quadcopter Design for Payload Delivery
 
An improved swarm intelligence algorithms-based nonlinear fractional order-PI...
An improved swarm intelligence algorithms-based nonlinear fractional order-PI...An improved swarm intelligence algorithms-based nonlinear fractional order-PI...
An improved swarm intelligence algorithms-based nonlinear fractional order-PI...
 
Insect inspired hexapod robot for terrain navigation
Insect inspired hexapod robot for terrain navigationInsect inspired hexapod robot for terrain navigation
Insect inspired hexapod robot for terrain navigation
 
A New Method For Solving Kinematics Model Of An RA-02
A New Method For Solving Kinematics Model Of An RA-02A New Method For Solving Kinematics Model Of An RA-02
A New Method For Solving Kinematics Model Of An RA-02
 
Functional Simulation of the Integrated Onboard System For a Commercial Launc...
Functional Simulation of the Integrated Onboard System For a Commercial Launc...Functional Simulation of the Integrated Onboard System For a Commercial Launc...
Functional Simulation of the Integrated Onboard System For a Commercial Launc...
 
Experimental Comparison of Trajectory Planning Algorithms for Wheeled Mobile ...
Experimental Comparison of Trajectory Planning Algorithms for Wheeled Mobile ...Experimental Comparison of Trajectory Planning Algorithms for Wheeled Mobile ...
Experimental Comparison of Trajectory Planning Algorithms for Wheeled Mobile ...
 
Three-dimensional structure from motion recovery of a moving object with nois...
Three-dimensional structure from motion recovery of a moving object with nois...Three-dimensional structure from motion recovery of a moving object with nois...
Three-dimensional structure from motion recovery of a moving object with nois...
 
Development of a 3D Interactive Virtual Market System with Adaptive Treadmill...
Development of a 3D Interactive Virtual Market System with Adaptive Treadmill...Development of a 3D Interactive Virtual Market System with Adaptive Treadmill...
Development of a 3D Interactive Virtual Market System with Adaptive Treadmill...
 
MAE501 Independent Study
MAE501 Independent StudyMAE501 Independent Study
MAE501 Independent Study
 
Development of a quadruped mobile robot and its movement system using geometr...
Development of a quadruped mobile robot and its movement system using geometr...Development of a quadruped mobile robot and its movement system using geometr...
Development of a quadruped mobile robot and its movement system using geometr...
 
Robot Three Dimensional Space Path-planning Applying the Improved Ant Colony ...
Robot Three Dimensional Space Path-planning Applying the Improved Ant Colony ...Robot Three Dimensional Space Path-planning Applying the Improved Ant Colony ...
Robot Three Dimensional Space Path-planning Applying the Improved Ant Colony ...
 

Recently uploaded

Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086anil_gaur
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdfKamal Acharya
 
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARHAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARKOUSTAV SARKAR
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdfKamal Acharya
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueBhangaleSonal
 
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...soginsider
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...HenryBriggs2
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxSCMS School of Architecture
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network DevicesChandrakantDivate1
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"mphochane1998
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsvanyagupta248
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdfKamal Acharya
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaOmar Fathy
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptMsecMca
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesMayuraD1
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . pptDineshKumar4165
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 

Recently uploaded (20)

Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdf
 
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARHAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdf
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 

Implementation of an Algorithm for the Locomotion of Quadruped Robot with Bimorph Insect Leg

  • 1. G Duarte Gonçalves Pedro et al. Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 5, ( Part -5) May 2015, pp.131-134 www.ijera.com 131 | P a g e Implementation of an Algorithm for the Locomotion of Quadruped Robot with Bimorph Insect Leg. Gabriel Duarte Gonçalves Pedro*, Nicolas Ives Roque Pacheco**, Pedro Américo Almeida Magalhães*** *(Department of Mechanical Engineering, Pontifícia Universidade Católica de Minas Gerais, Brazil) ** (Department of Mechanical Engineering, Pontifícia Universidade Católica de Minas Gerais, Brazil) *** (Department of Mechanical Engineering, Pontifícia Universidade Católica de Minas Gerais, Brazil) ABSTRACT In the last decades the rising of higher processing power computers, together with more sophisticated robot actuators gave an impulse to the field of autonomous robots in robotics. The need to explore dirty, dangerous and difficult terrains is a suitable task for a robot, sparing a human from hazards of the environment. Even though wheeled robots have been used in great scale for explorations, its configuration has the downside of obstacle impediment and depending on the terrain its wheels can get stuck. The legged robot presents more versatility allowing him to surpass such obstacles in some cases. This article presents the continuation of the development of an quadruped robot with biomorphic insect leg. Keywords–Biomorphic, Locomotion, Insect, Quadruped, Robot. I. INTRODUCTION In the previous article [1] an method for analytical solving for a bimorph leg inspired in animals of the insectaclass, more precisely in the formicidae family, was developed, yielding satisfying results. In this article a continuation of a legged robot prototype is given by implementing the bimorph legin a quadruped platform, and analysis of the physical system. Nature always gave man an inspiration for machines designs, especially within the field of robotics such as the CWRU Robot III [2] that mimics the cockroachBlaberusDiscoidalis, from Case Western Reserve University, Massachusetts Institute of Technology Boadicea [3] also inspired by BlaberusDiscoidalis, and the most notable achievement, the Big Dog from Boston Dynamics. In [4] a table for quadruped animalstogether with its locomotion patterns is presented, allowing a proper choice for the planned system. Since it’s the beginning of a greater project it’s reasonable that the first performed task of the proposed quadruped platform be walking before more complex operations be implemented, this being presented in the next sections. II. MAIN PARAMETERS For the given system an occupation factor β of 0.9 was chosen. Using two parameters for theWith this parameter is possible to define the time interval of the transfer function𝑡𝑡 and sustentation𝑡 𝑠 in terms of the period T by equations (1) and (2). 𝑡 𝑠 = 𝑇 ∗ 𝛽 (1) 𝑡𝑡 = 𝑇 ∗ 1 − 𝛽 (2) Since there’s two phases in the leg movement denoted here by transfer phase and sustentation phase, two polynomial functions were used to describe the foot trajectory. For the transfer phase a 6th degree polynomial (3) was chosen to reproduce a parabola and for the sustentation phase a 5th degree polynomial (4) to generate a straight line. 𝑞𝑠 𝑡 = 𝑎0 + 𝑎1 ∗ 𝑡 + 𝑎2 ∗ 𝑡2 + 𝑎3 ∗ 𝑡3 𝑎4 ∗ 𝑡4 + 𝑎5 ∗ 𝑡5 (3) 𝑞𝑡 𝑡 = 𝑎0 + 𝑎1 ∗ 𝑡 + 𝑎2 ∗ 𝑡2 + 𝑎3 ∗ 𝑡3 + 𝑎4 ∗ 𝑡4 + 𝑎5 ∗ 𝑡5 + 𝑎6 ∗ 𝑡6 (4) To find the polynomials ai-th coefficients a linear system was build using the first and second order derivative of these polynomials together with the defined points in “Table 1” and the times that they are supposed to happen in the leg period. In the derivatives that represent velocity and acceleration, the value is set to zero in the times in which we have the transition from sustentation to the transfer phase. With this it was build a linear system of the type 𝐴 ∗ 𝑋 = 𝐵. For the transfer function A, X and B is given by (5), (6) and (7). For the sustentation function we have that A, X and B assumes the values given by (8), (9) and (10). Here𝑡0,𝑡ℎ𝑚 ,𝑡𝑡, 𝑡𝑓 denotes the initial, maximum height, transfer, and final period times respectively.. RESEARCH ARTICLE OPEN ACCESS
  • 2. G Duarte Gonçalves Pedro et al. Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 5, ( Part -5) May 2015, pp.131-134 www.ijera.com 132 | P a g e (5) 𝐵𝑡 = 𝑃𝑖 0 0 𝑃ℎ𝑚 𝑃𝑓 0 0 (6) 𝑋𝑡 = 𝑎0 𝑎1 𝑎2 𝑎3 𝑎4 𝑎5 𝑎6 (7) 𝐴𝑠 = 1 𝑡𝑡 𝑡𝑡 2 0 1 2 ∗ 𝑡𝑡 0 0 2 𝑡𝑡 3 𝑡𝑡 4 𝑡𝑡 5 3 ∗ 𝑡𝑡 2 4 ∗ 𝑡𝑡 3 5 ∗ 𝑡𝑡 4 6 ∗ 𝑡𝑡 12 ∗ 𝑡𝑡 2 20 ∗ 𝑡𝑡 3 1 𝑡𝑓 𝑡𝑓 2 0 1 2 ∗ 𝑡𝑓 0 0 2 𝑡𝑓 3 𝑡𝑓 4 𝑡𝑓 5 3 ∗ 𝑡𝑓 2 4 ∗ 𝑡𝑓 3 5 ∗ 𝑡𝑓 4 6 ∗ 𝑡𝑓 2 ∗ 𝑡𝑓 2 20 ∗ 𝑡𝑓 3 (8) 𝐵𝑠 = 𝑃𝑓 0 0 𝑃𝑖 0 0 (9) 𝑋𝑠 = 𝑎0 𝑎1 𝑎2 𝑎3 𝑎4 𝑎5 (10) III. TRANSLATION ON THE PLANE For the plane translation on the mass center of the robot, the foot path chosen was a simple line parallel to the body of length 140 mm as shown in “Fig.1”.In the illustration Pi, Phm, and Pf denotes the initial, maximum height and final points respectively for the transfer phase of the leg. For each leg a table for the main points is given by: Points X Y Z Pi1 13 4 -10 Pf1 13 -10 -10 Phm1 13 -3 -5 Pi2 13 -4 -10 Pf2 13 10 -10 Phm2 13 3 -5 Pi3 13 14 -10 Pf3 13 0 -10 Phm3 13 7 -5 Pi4 13 -14 -10 Pf4 13 0 -10 Phm4 13 -7 -5 Table 1 Pi, Phm and Pf for each leg Fig.1Feettranslation curves on the plane Solving for both linear systems with the given conditions the obtained the polynomial functions that define each coordinate of the leg foot on the body edge frame are given by (11), (12) and (13) and illustrated on “Fig 2”. 𝑞𝑥 𝑡 = 13 𝑓𝑜𝑟 0 ≤ 𝑡 ≤ 3 13 𝑓𝑜𝑟 3 < 𝑡 ≤ 30 (11) 𝑞𝑦 𝑡 = 4 − 5,1851859 ∗ 𝑡3 + 2,5925926 ∗ 𝑡4 − −0,3456790 ∗ 𝑡5 𝑓𝑜𝑟 0 ≤ 𝑡 ≤ 3 −10,1372264 + 0,142907 ∗ 𝑡 + −0,0515365 ∗ 𝑡2 + 0,0070539 ∗ 𝑡3 + −0,0002324 ∗ 𝑡4 + +0,0000022 ∗ 𝑡5 𝑓𝑜𝑟 3 < 𝑡 ≤ 30 (12) 𝑞𝑧 𝑡 = −10 + 11,852 ∗ 𝑡3 − 11,852 ∗ 𝑡4 + +3,951 ∗ 𝑡5 − 0,439 ∗ 𝑡6 𝑓𝑜𝑟 0 ≤ 𝑡 ≤ 3 −10 𝑓𝑜𝑟 3 < 𝑡 ≤ 30 (13)
  • 3. G Duarte Gonçalves Pedro et al. Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 5, ( Part -5) May 2015, pp.131-134 www.ijera.com 133 | P a g e Fig.2 Foot trajectory IV. ROTATION ON THE PLANE For the body rotation movement the chosen trajectory for the robot feet was quarter of circumference as shown in “Fig.3” during the sustentation phase of the legs. For this trajectory the value of Z for the maximum height point was maintained. Fig.3 Feet trajectory for rotation. Using the same strategy as the one for the translation of the plane the obtained foot trajectory for both transfer and sustentation phase of the movement is given by equations (14), (15) and (16), each representing the X,Y, Z coordinates of the foot in the space respectively. The foot trajectory is plotted in “Fig. 4”. 𝑞𝑟𝑥 𝑡 = 13 ∗ cos 𝜋 6 ∗ 𝑡 − 𝜋 2 𝑓𝑜𝑟 0 ≤ 𝑡 ≤ 3 13 ∗ cos − 𝜋 54 ∗ 𝑡 + 𝜋 18 𝑓𝑜𝑟 3 < 𝑡 ≤ 30 (14) 𝑞𝑟𝑦 = 13 ∗ sin 𝜋 6 ∗ 𝑡 − 𝜋 2 𝑓𝑜𝑟 0 ≤ 𝑡 ≤ 3 13 ∗ sin − 𝜋 54 ∗ 𝑡 + 𝜋 18 𝑓𝑜𝑟 3 < 𝑡 ≤ 30 (15) 𝑞𝑟𝑧 𝑡 = −10 + 11,852 ∗ 𝑡3 − 11,852 ∗ 𝑡4 + + 3,951 ∗ 𝑡5 − 0,439 ∗ 𝑡6 𝑓𝑜𝑟 0 ≤ 𝑡 ≤ 3 −10 𝑓𝑜𝑟 3 < 𝑡 ≤ 30 (16) Fig.4Foot trajectory3during rotation V. PHYSICAL ROBOT For the platform implementation were used an Arduino Mega 2560 to realize the algorithm computation that outputs the angles for each Herkulex servo that were previously addressed in the code. The CAD project can be seen together with the physical platform in “Fig.5” and “Fig.6” Fig.5 CAD project Fig.6Physical platform
  • 4. G Duarte Gonçalves Pedro et al. Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 5, ( Part -5) May 2015, pp.131-134 www.ijera.com 134 | P a g e The platform performed on a flat ground the translation operation, and posteriorly an 90º degrees body rotation.“Fig.7” and “Fig.8” illustrates respectively the robot response for each operation. Fig.7 Forward walking Fig.8 Counter-clockwise rotation VI. CONCLUSIONS The project achieved its goal of successfully implementing a biomorphic leg in a robot capable of locomotion in a plane environment. Even though the robot was inspired in living creatures, its structure doesn’t have an know equivalent animal, indicating that the locomotion pattern may not be exclusive for an organic or artificial form and that some of these patterns can be applied to robots with different shape than those of the original animal. There is now for this platform a great gamma of improvements that can be made, such as the addition of an computer vision system together with an artificial intelligence algorithm that will allow the robot to generate planned paths through motion planning. Such improvements will be left for later studies. Acknowledgements The authors would like to thank the generous support of the “Pontifícia Universidade Católica de Minas Gerais”, the “Coordenação de Aperfeiçoamento de Pessoal de Nível Superior– CAPES,”the “Conselho Nacional de Desenvolvimento Científico e Tecnológico–CNPq,” andthe “Fundação de Amparo a Pesquisa de Minas Gerais–FAPEMIG”. REFERENCES [1] Gabriel Duarte Gonçalves Pedro, Pedro Américo Almeida Magalhães Junior, Analytical Development of the Forward and Inverse Kinematics of A Robotic Leg Biologically-Inspired In Insect, International Journal of Engineering Research and Application,4(9), 2014, 50-55. [2] G. M. Nelson, R. D. Quinn, R. J. Bachmann, W. C. Flannigan, R. E.Ritzmann, J. T. Watson. Design and Simulation of a Cockroach-like Hexapod Robo, Proc.1997 IEEE International Conference on Robotics and Automation. 1997, 1106 – 1111. [3] Michael B. Binnard,Design of a Small Pneumatic Walking Robot, master diss., Massachusetts Institute of Technology – Department of Mechanical Engineering, 1995. [4] SILVA, Manuel Fernando dos Santos; Sistema Robótico de Locomoção Multipernas; 2005. Dissertação de Doutorado. Faculdade de Engenharia da Universidade do Porto - FEUP.