SlideShare ist ein Scribd-Unternehmen logo
1 von 10
Downloaden Sie, um offline zu lesen
International Journal in Foundations of Computer Science & Technology (IJFCST), Vol.4, No.2, March 2014
DOI:10.5121/ijfcst.2014.4201 1
Modelling of Walking Humanoid Robot With
Capability of Floor Detection and Dynamic
Balancing Using Colored Petri Net
Saeid Pashazadeh and Saeed Saeedvand
Faculty of Electrical and Computer Engineering, University of Tabriz, Tabriz, Iran
ABSTRACT
Most humanoid robots have highly complicated structure and design of robots that are very similar to
human is extremely difficult. In this paper, modelling of a general and comprehensive algorithm for control
of humanoid robots is presented using Colored Petri Nets. For keeping dynamic balance of the robot,
combination of Gyroscope and Accelerometer sensors are used in algorithm. Image processing is used to
identify two fundamental issues: first, detection of target or an object which robot must follow; second,
detecting surface of the ground so that walking robot could maintain its balance just like a human and
shows its best performance. Presented model gives high-level view of humanoid robot's operations.
KEYWORDS
Humanoid Robots, Modelling, Colored Petri Net, Dynamic Walking, Image Processing, Filtering.
1. INTRODUCTION
Humanoid robots are group of robots that robot designers have long desire to make them more
similar to humans such that they could replace them instead of people for doing different works in
harsh environments like transportation of nuclear devices. One of the most important issues in
making a robot is keeping its balance when it stands or moves. When a robot is standing or
walking, it can maintain its balance on uneven surfaces using different sensors like Gyroscope
and Accelerometers that are controlled by various algorithms that examples of which are given in
[1- 4]. Main problem is that usually robot has little information about floor on which it is moving,
therefore it can often detect the surface and show appropriate response only after it has reached
the intended place. This usually gets the robot into trouble, disturbs the balance of the two-leg
robot and sharply decreases its speed. This paper aims to present an algorithm by which the robot
detects the floor, follows a predetermined target, and shows the desired reactions.
Section 2 of paper gives a brief explanation about modelling using Colored Petri Nets (CPN) [5-
7] and then addresses the operation of balance sensors as well as the proposed algorithms for
noise filtering. Later, the proposed algorithm is modelled using CPN-Tools software. In the image
processing part of presented model using CPN, different filters applied to captures images of
cameras and the way in which image processing is used to detect the floor are investigated.
Finally, the proposed method is implemented and tested, and the results of applying it to the
designed robot (SoRoBo) are analyzed.
Many projects have been carried out on the humanoid robots, each having its own ideas and
methods. Some of these projects are as follows: Jung-Yup Kim et al. developed a control
International Journal in Foundations of Computer Science & Technology (IJFCST), Vol.4, No.2, March 2014
2
algorithm in which they controlled their robot on a sloping ground with little roughness, using
control sensors in dynamic and stable states [1]. Sebastien Dalibard et al. presented an interesting
two-stage method to control the robot’s dynamic walking through narrow spaces on a smooth
ground [2]. In their method, Andrew L. Kun and W. Thomas Miller making use of an Accelerator
sensor upon nervous systems for keeping balance of walking robot [3]. Kenji Kaneko et al.
introduced the platform of the Japanese robot (HRP-2) which is able to move on rough surfaces at
two speeds and on an even line using Gyro and Accelerator sensors [4]. Karungaru et al.
developed an algorithm for determining position of their robots using image processing. By real-
time image processing and filtering of image blur during movement of robot, they focused on
using image processing to control walking humanoid robot. They were sending results of image
processing to robot for immediately controlling it [8]. Jung-Yup Kim et al. conducted an
experiment on their robot, in which they first set a target in stereovision and controlled their
robot’s movement on an even ground towards the target [9]. Hirai, K et al., too, presented a
control algorithm for Honda robot that can do various movements and sustain its balance [10].
2. COLORED PETRI NET
Petri Net [5-7] is a modelling method that benefits from graphical representation for analysis of
activities involved in synchronous and concurrent systems. A Petri net consists of four basic
elements: places, transitions, arcs, and tokens. Assignment of tokens to places (markings)
represents states of the system. A place is shown in the form of a circle or oval and tokens in the
form of small filled inside circles that resides in the places. Each transition is shown in the form
of a rectangle and represents system activities. Petri nets works based on its special enabling and
firing rules.
Many extensions to classical Petri net is developed that aims of all of them are extending
modelling capability of Petri nets. Colored Petri net is the most recent and powerful extension of
classical Petri net that enables modeller to define colour type (data type) for tokens and their
containing places. Its modelling capability is extended using ML programming language that is an
artificial intelligence language. ML allows using inscriptions and functions as arc expressions and
guard conditions of transitions. Using colored Petri net enables modeller for modelling wide
range of systems. ML language that is used in colored Petri net is revision of original one that
some futures of it is removed and some new futures are added to it that make it synchronized with
Petri net terms such as defining multi-set operators and multi-set markings [11],[12]. One of the
best tools that is developed for modelling and analysis of colored Petri net models is the CPN
Tools. This free open source software is accessible from its web site [13]. Colored Petri net can
be used for modelling and verification of wide range of protocols and rules in different fields of
computer science like security and database systems [14],[15]. Modelling of humanoid robot
using colored Petri net is under study in this paper.
3. GYROSCOPE AND ACCELERATOR SENSORS
Gyroscope and accelerator are most commonly used sensors for controlling majority of dynamic
walking humanoid robots. Gyroscope sensors are used to measure direction of robot by measuring
yaw, pitch and roll angles of it and accelerator sensors are used for measuring motion gradient in
(x, y, z) axes directions in real-time manner. Proposed algorithm in this paper uses both of these
sensors. When humanoid robot is moving, its skeleton suffers from violent convulsions that cause
noise and inaccuracy of data read by sensors. Kalman Filtering algorithm is often used to
overcome this problem and yields desired results. Method that was presented by Ferdinando et al.
[16] is used to obtain some filtered data from two different coordinates which are likely to bring
International Journal in Foundations of Computer Science & Technology (IJFCST), Vol.4, No.2, March 2014
3
about noise. Performance of these two sensors is shown and is explained by model provided in
section Gyroscope and Accelerometer.
4. MODEL OF HUMANOID ROBOT
A hierarchical model of a humanoid robot is present in this paper. Figure 1 shows top-level model
of system. Model contains three substitution transitions. Description of each substitution
transition is as follows:
Gyroscope and Accelerometer Transition: Sub module of this substitution transition is
responsible for producing filtered coordinates after noise elimination in x, y, and z axes from
control sensors, indicating correct acceleration in specified small time spans. Output of this
transition transmits to place Filtered Coordinate with colorset of type f_coordiante that is some
kind of list.
colset axis= int with 1..330;
colset filtered_coordinate=product axis*axis*axis;
colset f_coordinate=list filtered_coordinate;
List elements are of colorset product of three variables of colorset axis that shows correct gradient
of each angle. Sub model of substitution transition Gyroscope and Accelerometer is appeared as
Tilt sensor, which will be explained later in detail in section 4.1.
Figure 1. Top-level model of humanoid robot's operation
International Journal in Foundations of Computer Science & Technology (IJFCST), Vol.4, No.2, March 2014
4
Image processing Transition: Sub module of this substitution transition carries out operations
that are related to image processing. Transition fires processed information at place Final
Calculated Coordinate. Sub module of this substitution transition is named as Image Processing
and will be addressed in section 4.2. Transition Send Motor Motion Instruction Transition is
responsible for receiving data from following places:
Final Calculated Coordinates place: Colorset of this place is of type int. This place
specifies instruction code for determining control operations of robot. Amount of this code is
obtained in subpage that will be explained in section 4.2, and determines which control
instruction has been calculated in Image Processing subpage.
Motor Numbers (Dynamixel) Place: Colorset of this place is of type string and specifies
control package for controlling each of engines, regarding motions that already have been
made based on mechanical structure of the robot. Here, protocol Dynamixel is used for
Dynamixel-RX28 engines [17].
Send Motor Motion Instruction Transition: This Transition, after binding required data from
places that are connected to it, sets out to calculate instructions which must be binding to each of
engines based on the control instruction involved in place Final Controlling Instruction and
Motion from place Motor Instructions Default Motions (Dynamixel) by variable Data. Then, it
changes instruction, engine ID and other required quantities existing in protocol of Dynamixel
engines and fires them into place Dynamixel Motors Running Motion to send them to the engines.
4.1. Tilt Sensors Sub Module
Figure 2 shows subpage of Tilt Sensors sub module of substitution transition Gyroscope and
Accelerometer substitution of Figure 1. This sub model contains 2 transitions and 6 places that
responsibilities of them are as follows. Place Gyroscope Sensor holds change in rotation of
humanoid robot around x, y, and z axis respectively and place Accelerometer Sensor holds
acceleration of robot in direction of three axes relative to humanoid robot in each step. We
assumed in model that sensed information of gyroscope and acceleration sensors are placed in
these places. We generated random values as sensed data for these sensors in the model.
Accelerometer indicates correct gradient of robot at each moment (x, y, z), and Gyroscope
measures direction or turn of robot at each moment (yaw, pitch, roll). Some of color sets that are
used for modelling these two sensors are as follows:
colset Angle = int with 1..330;
colset Coordinate_g = record yaws : Angle * pitchs : Angle * rolls : Angle;
colset Acc = int with 1..330;
colset Coordinate_ac = record x_ac : Acc * y_ac : Acc * z_ac : Acc;
Color set Angle is defined of type sub range 1..330 of int for representing directional change of
robot along each axes. Color set Coordinate_g is a record of three fields that each one represents
amount of robot's rotation along each of three axes. Color set Acc is defined of type sub range
1..330 of int for representing acceleration of robot along each axis. Color set Coordinate_ac is a
record of three fields that each one represents amount of robot's acceleration along each of three
axes.
Transition Gyroscope and Accelerometer continually binds produced coordinates by each sensor
from places Accelerometer Sensor and Gyroscope sensor and puts them in places Accelerometer
Data and Gyroscope Data. places Accelerometer Sensor and Gyroscope Sensor must not
considered as real sensors, they present result of sensing and pre-processing of their sensed data.
Place Number causes that after reading of sensors inputs transitions Gyroscope and
International Journal in Foundations of Computer Science & Technology (IJFCST), Vol.4, No.2, March 2014
5
Accelerometer becomes disabled until filtering of these information will be done. Transition
Kalman Filtering uses data from places Accelerometer Data and Gyroscope Data using Kalman
Filtering algorithm proposed by Ferdinando [16] and sends result in place Filtered Coordination.
Operation of transition Kalman Filtering is demonstrated by making average of coordinates of
two sensors in the Transition. More information about Kalman filleting is available in [18].
Figure 2. Gyroscope and Accelerometer subpage
4.2. Image Processing Sub Module
Figure 3 shows Image Processing sub module of substitution transition Image Processing in
Figure 1. As name of transition implies, operations of image processing are carried out in this
part. Place camera is regarded as image processing camera, in which every frame of the taken
pictures is stored. When the humanoid robot is walking, small movement of robot shakes robot’s
camera and make blurred take images. To overcome this problem, operations of image
stabilization in transition Anti-Image Vibration Filtering are carried out. Task of this transition is
to clear up blurred vision when robot is walking. Let Assume that method proposed by J. Windau
et al. [19] was used in implementation of operations. Real-time video image stabilization system
(VISS) was implemented in several layers that primarily is developed for aerial robots. Its unique
architecture combines four independent stabilization layers.
International Journal in Foundations of Computer Science & Technology (IJFCST), Vol.4, No.2, March 2014
6
Figure 3. Image processing subpage
First layer detects vibrations via an inertial measurement unit (IMU) and performs external
counter-movements with a motorized gimbal. Second layer damps vibrations by using mechanical
devices. Internal optical image stabilizes image of camera in third layer and finally, fourth layer
filters remaining vibrations using software. This study is not aimed at detailing this
implementation due to enormous volume of information. In general, VISS operations are
considered as Anti Image Vibration Filtering transition in our model. Then anti-image vibration
filtering is applied to the image and new image will be located in place Picture. In this stage, each
of two following transitions on image must be run once and this is controlled by places Lock. First
transition is Target Detection, whose task is finding intended target on image with regard to the
information that exists in place Target Information. Take an orange ball as an example, if
intended target is spotted from the image in that frame, coordinates of target on image are sent to
place Target Position and in otherwise, zero quantity is sent to this place. Second transition is
Floor Detection, which is a very important and has responsibility of detecting floor. Young-geun
Kim et al., in a study conducted in 2004 introduced an interesting method for detecting floor by
means of various filters [20]. Let assumed that their method is used in our model of humanoid
robot system. Transition Floor Detection binds new image from place Picture and after
conducting necessary operations, detects image of floor and sends them to place Detected Floor
Picture.
Transition Image Processing will be enabled after firing of these two transitions. Let assume that
place Detected Floor Picture contains taken image of the floor and place Head Camera Position
contains current position of robot's camera that amount of it is in form of two dimensional
International Journal in Foundations of Computer Science & Technology (IJFCST), Vol.4, No.2, March 2014
7
coordinates in range of (x=(1..8), y=(1..6)). After binding of input arc inscriptions of transition
Image Processing fires and calculates approximate position of the robot and sends them at place
Robot Approximate Position in floor.
Last transition of this subpage is Calculate Humanoid Robot Balance and Way. It is responsible
for processing balance instructions and calculating path of the robot through binding existing data
in places Target Position, Robot Approximate Position in floor, Controlling Instruction, and
Filtered Coordinate. Tokens of place Controlling Instructions are instructions of control unit for
movement of robot. This transition uses tokens of mentioned places and by firing computes next
position of robot and sends them to place Final Calculated Coordinates. Values of control
instructions are considered random values from uniform distribution in this model.
4.3. Robot Motors Subpage
Figure 4 shows Robot Motors subpage that includes detailed model of substitution transition Send
Data to run in Figure 1. This sub model contains 20 places that each one is responsible for
controlling one part of engine of humanoid robot that is shown in Figure 5. Transition Send
instruction to Motors (Dynamixel) takes incoming instructions that are stored in place Dynamixel
Motor Running Instruction then translates and sends them to appropriate motor of robot's engine
such that each engine can carry out its instructions, causing the robot to respond.
Figure 4. Robot motors subpage
International Journal in Foundations of Computer Science & Technology (IJFCST), Vol.4, No.2, March 2014
8
5. RUNNING PROPOSED MODEL OF SOROBO HUMANOID ROBOT
Figure 5 shows SOROBO humanoid robot that is 54 centimetres tall. Figure shows joints and
places of robots motors and their degree of freedom. Structure of this robot is used in modelling
proposed algorithms in this paper.
Figure 5. SOROBO robot and its motors structure
Experiment done on the robot has yielded good results so that the robot is able to detect assigned
target without getting out off the floor and continue walking dynamically without conflict with
any obstacles. Robot has a camera with two moving angles with engines No. 19 and No. 20,
marked with their movement angles in Figure 5. In this robot, Dynamixel engines of RX28 series
have been used. Inside main body of robot, there is a RoBoard RB-110 for controlling its different
parts. Robot has 20 engines, and as mentioned earlier, engines 19 and 20 control movements of
robot’s head in two different directions. Main engines whose amounts are changed to maintain
robot’s balance in Real-time manner are engines 1 to 6 at upper body and engines 7 to 18 at lower
body. These engines, during robot’s walking controlled by motions designed for different
movement directions, must be changed by transition ‘Calculate Humanoid Robot Balance and
Way’ so robot’s balance is kept in different conditions.
6. CONCLUSION
Given enormous complexity of humanoid robots and limitations in explaining all of its parts in
detail, a general algorithm was proposed for humanoid robots that enables robot to automatically
detect floor, dynamically find a preset target on a sloping and uneven surface and walking
towards it. Proposed algorithm was modelled using colored Petri net and presented by CPN-Tools
for more future study on the model. This model presents workflow of humanoid robot in high
level abstraction. Model checking shows correct operation of robot and can be used for
verification of different aspect of robot's operations. This model planned to be used for
performance evaluation of robot and future studies.
REFERENCES
[1] J.-Y. Kim, I.-W. Park, and J.-H. OH, “Walking control algorithm of biped humanoid robot on uneven
and inclined floor”, Journal of Intelligent and Robotic Systems, Vol. 48, No. 4, pp. 457-484, 2007.
[2] S. E. Dalibard, A. El Khoury, F. Lamiraux, M. Taix, and J.-P. Laumond, “Dynamic walking makes
humanoid robot small-space controllable: application to motion planning”, Journal of Intelligent and
Robotic Systems, hal-00654175, version 1 – 21, 2011.
International Journal in Foundations of Computer Science & Technology (IJFCST), Vol.4, No.2, March 2014
9
[3] A. L. Kun, and W. T. Miller, “Adaptive dynamic balance of a biped robot using neural networks,” in
Proc. of the Int. Conf. on Robotics and Manufacturing (IASTED), Vol. 1, pp. 240–245, 22-28 April,
1996, Minneapolis, MN, USA.
[4] K. Kaneko, F. Kanehiro, S. Kajita, H. Hirukawa, T. Kawasaki, M. Hirata, K. Akachi, and T. Iisozumi,
“Humanoid robot HRP-2,” IEEE International Conference on Robotics & Automation (ICRA '04),
Vol. 2, pp. 1083-1090, 26 April-1 May, 2004, New Orleans, LA, USA.
[5] K. Jensen, “Coloured Petri nets basic concepts, analysis methods and practical use”, Vol. 1, Basic
Concepts of Monographs in Theoretical Computer Science Springer-Verlag, 1992.
[6] K. Jensen, “Coloured Petri nets. basic concepts, analysis methods and practical use”, Vol. 2, Analysis
Methods of Monographs in Theoretical Computer Science, Springer-Verlag, 1994.
[7] K. Jensen, “Coloured Petri nets. basic concepts, analysis methods and practical use”, Vol. 3, Practical
Use of Monographs in Theoretical Computer Science, Springer-Verlag, 1997
[8] S. Karungaru, M. Sugizaki, and M. Fukumi, “Biped robot walking control using image processing”,
ICCAS-SICE, pp. 4020–4024, 18-21 August, 2009, Fukuoka, Japan.
[9] J.-Y. Kim, I.-W. Park, J. h. Lee, and J.-H. Oh, “Experiments of vision guided walking of humanoid
robot KHR-2,” Proceedings of 5th IEEE-RAS International Conference on Humanoid Robots, pp.
135-140, 5-7 December, 2005, Tsukuba, Japan.
[10] K. Hirai, M. Hirose, Y. Haikawa, and T. Takenaka, “The development of honda humanoid robot” ,
IEEE International Conference of Robotics and Automation, pp. 1321-1326, Vol. 2, 16-20 May, 1998,
Leuven, Belgium.
[11] K. Jensen, and L. M. Kristensen, “Coloured Petri nets, modelling and validation of concurrent
systems”, Springer, 2009.
[12] W. van der Aalst, and C. Stahl, “Modeling business processes: A Petri net-oriented Approach,” The
MIT Press, 2011.
[13] CPN Tools download: http://cpntools.org/download
[14] S. Pashazadeh, and M. Pashazadeh, “Modeling an automatic proof generator for functional
dependency rules using colored Petri net,” International Journal in Foundations of Computer Science
& Technology (IJFCST), Vol. 2, No. 5, September 2012, pp. 31-47.
[15] S. Pashazadeh, “Modeling and verification of access rights in take-grant protection model using
colored Petri nets,” International Journal of Information & Network Security (IJINS), Vol. 2, No. 1,
February 2013, pp. 413-425.
[16] D. Ferdinando, H. Khoswanto, and H. Purwanto, “Embedded Kalman filter for inertial measurement
unit (IMU) on the ATMega8535”, International Symposium on Innovations in Intelligent Systems and
Applications (INISTA), pp. 1-5, 2-4 July, 2012, Trabzon, Turkey.
[17] Dynamixel-Rx28 Manual: http://www.crustcrawler.com/motors/RX28/
[18] A. C. Harvey, “Forecasting, structural time series models and the kalman kilter,” Cambridge
University Press, 1991.
[19] J. Windau, and L. Itti, “Multilayer real-time video image stabilization”, 2011 IEEE/RSJ International
Conference on Intelligent Robots and Systems (IROS 2011), pp. 2397–2402, 25-30 September, 2011,
San Francisco, CA, USA.
[20] Y.-G. Kim, and H. Kim, “Layered ground floor detection for vision-based mobile robot navigation”,
Proceedings of the IEEE international Conference on Robotics & Automation (ICRA), Vol. 1, pp. 13-
18, 26 April-1 May, 2004, New Orleans, USA.
Authors
Saeid Pashazadeh is Assistant Professor of Software Engineering in Information
Technology Department at Faculty of Electrical and Computer Engineering in
University of Tabriz in Iran. He received his B.Sc. in Computer Engineering from
Sharif Technical University of Iran in 1995. He obtained M.Sc. and Ph.D. in Computer
Engineering from Iran University of Science and Technology in 1998 and 2010
respectively. He was Lecturer in Faculty of Electrical Engineering in Sahand
University of Technology in Iran from 1999 until 2004. His main interests are
modelling and formal verification of distributed systems, computer security, wireless sensor/actor
networks, and applications of artificial neural networks. He is senior member of IACSIT and member of
editorial board of journal of electrical engineering at University of Tabriz in Iran.
International Journal in Foundations of Computer Science & Technology (IJFCST), Vol.4, No.2, March 2014
10
Saeed Saeedvand is Ms.c student of software engineering in Faculty of Electrical
and Computer Engineering in University of Tabriz in Iran. He is working as a
Lecturer in Islamic Azad University of Iran. He is Capitan of SoRoBo Humanoid-
Kid size robotic team in Islamic Azad University and he has two champions in
IRANOPEN 2011 and 2012 games. His research interests are Robotic and artificial
intelligence.

Weitere ähnliche Inhalte

Was ist angesagt?

Presentation Object Recognition And Tracking Project
Presentation Object Recognition And Tracking ProjectPresentation Object Recognition And Tracking Project
Presentation Object Recognition And Tracking ProjectPrathamesh Joshi
 
Object detection technique using bounding box algorithm for
Object detection technique using bounding box algorithm forObject detection technique using bounding box algorithm for
Object detection technique using bounding box algorithm forVESIT,Chembur,Mumbai
 
Grid Based Autonomous Navigator
Grid Based Autonomous Navigator Grid Based Autonomous Navigator
Grid Based Autonomous Navigator Sayeed Mohammed
 
Mobile robotics fuzzylogic and pso
Mobile robotics fuzzylogic and psoMobile robotics fuzzylogic and pso
Mobile robotics fuzzylogic and psoDevasena Inupakutika
 
Design of Mobile Robot Navigation system using SLAM and Adaptive Tracking Con...
Design of Mobile Robot Navigation system using SLAM and Adaptive Tracking Con...Design of Mobile Robot Navigation system using SLAM and Adaptive Tracking Con...
Design of Mobile Robot Navigation system using SLAM and Adaptive Tracking Con...iosrjce
 
Navigation and Trajectory Control for Autonomous Robot/Vehicle (mechatronics)
Navigation and Trajectory Control for Autonomous Robot/Vehicle (mechatronics)Navigation and Trajectory Control for Autonomous Robot/Vehicle (mechatronics)
Navigation and Trajectory Control for Autonomous Robot/Vehicle (mechatronics)Mithun Chowdhury
 
Autonomous Path Planning and Navigation of a Mobile Robot with Multi-Sensors ...
Autonomous Path Planning and Navigation of a Mobile Robot with Multi-Sensors ...Autonomous Path Planning and Navigation of a Mobile Robot with Multi-Sensors ...
Autonomous Path Planning and Navigation of a Mobile Robot with Multi-Sensors ...CSCJournals
 
Wall follower autonomous robot development applying fuzzy incremental controller
Wall follower autonomous robot development applying fuzzy incremental controllerWall follower autonomous robot development applying fuzzy incremental controller
Wall follower autonomous robot development applying fuzzy incremental controllerrajabco
 
Intelligent Parking Space Detection System Based on Image Segmentation
Intelligent Parking Space Detection System Based on Image SegmentationIntelligent Parking Space Detection System Based on Image Segmentation
Intelligent Parking Space Detection System Based on Image Segmentationijsrd.com
 
Robot motion planning
Robot motion planningRobot motion planning
Robot motion planningAJAL A J
 
Motion planning and controlling algorithm for grasping and manipulating movin...
Motion planning and controlling algorithm for grasping and manipulating movin...Motion planning and controlling algorithm for grasping and manipulating movin...
Motion planning and controlling algorithm for grasping and manipulating movin...ijscai
 
IRJET - Analysis of A-Star Bot
IRJET - Analysis of A-Star BotIRJET - Analysis of A-Star Bot
IRJET - Analysis of A-Star BotIRJET Journal
 
AUTO LANDING PROCESS FOR AUTONOMOUS FLYING ROBOT BY USING IMAGE PROCESSING BA...
AUTO LANDING PROCESS FOR AUTONOMOUS FLYING ROBOT BY USING IMAGE PROCESSING BA...AUTO LANDING PROCESS FOR AUTONOMOUS FLYING ROBOT BY USING IMAGE PROCESSING BA...
AUTO LANDING PROCESS FOR AUTONOMOUS FLYING ROBOT BY USING IMAGE PROCESSING BA...csandit
 

Was ist angesagt? (18)

Presentation Object Recognition And Tracking Project
Presentation Object Recognition And Tracking ProjectPresentation Object Recognition And Tracking Project
Presentation Object Recognition And Tracking Project
 
Object detection technique using bounding box algorithm for
Object detection technique using bounding box algorithm forObject detection technique using bounding box algorithm for
Object detection technique using bounding box algorithm for
 
A350111
A350111A350111
A350111
 
Grid Based Autonomous Navigator
Grid Based Autonomous Navigator Grid Based Autonomous Navigator
Grid Based Autonomous Navigator
 
H011124050
H011124050H011124050
H011124050
 
Mobile robotics fuzzylogic and pso
Mobile robotics fuzzylogic and psoMobile robotics fuzzylogic and pso
Mobile robotics fuzzylogic and pso
 
Design of Mobile Robot Navigation system using SLAM and Adaptive Tracking Con...
Design of Mobile Robot Navigation system using SLAM and Adaptive Tracking Con...Design of Mobile Robot Navigation system using SLAM and Adaptive Tracking Con...
Design of Mobile Robot Navigation system using SLAM and Adaptive Tracking Con...
 
Navigation and Trajectory Control for Autonomous Robot/Vehicle (mechatronics)
Navigation and Trajectory Control for Autonomous Robot/Vehicle (mechatronics)Navigation and Trajectory Control for Autonomous Robot/Vehicle (mechatronics)
Navigation and Trajectory Control for Autonomous Robot/Vehicle (mechatronics)
 
4260 9235-1-pb
4260 9235-1-pb4260 9235-1-pb
4260 9235-1-pb
 
Design and Development of Intelligent Navigation Control Systems for Autonomo...
Design and Development of Intelligent Navigation Control Systems for Autonomo...Design and Development of Intelligent Navigation Control Systems for Autonomo...
Design and Development of Intelligent Navigation Control Systems for Autonomo...
 
Fb4301931934
Fb4301931934Fb4301931934
Fb4301931934
 
Autonomous Path Planning and Navigation of a Mobile Robot with Multi-Sensors ...
Autonomous Path Planning and Navigation of a Mobile Robot with Multi-Sensors ...Autonomous Path Planning and Navigation of a Mobile Robot with Multi-Sensors ...
Autonomous Path Planning and Navigation of a Mobile Robot with Multi-Sensors ...
 
Wall follower autonomous robot development applying fuzzy incremental controller
Wall follower autonomous robot development applying fuzzy incremental controllerWall follower autonomous robot development applying fuzzy incremental controller
Wall follower autonomous robot development applying fuzzy incremental controller
 
Intelligent Parking Space Detection System Based on Image Segmentation
Intelligent Parking Space Detection System Based on Image SegmentationIntelligent Parking Space Detection System Based on Image Segmentation
Intelligent Parking Space Detection System Based on Image Segmentation
 
Robot motion planning
Robot motion planningRobot motion planning
Robot motion planning
 
Motion planning and controlling algorithm for grasping and manipulating movin...
Motion planning and controlling algorithm for grasping and manipulating movin...Motion planning and controlling algorithm for grasping and manipulating movin...
Motion planning and controlling algorithm for grasping and manipulating movin...
 
IRJET - Analysis of A-Star Bot
IRJET - Analysis of A-Star BotIRJET - Analysis of A-Star Bot
IRJET - Analysis of A-Star Bot
 
AUTO LANDING PROCESS FOR AUTONOMOUS FLYING ROBOT BY USING IMAGE PROCESSING BA...
AUTO LANDING PROCESS FOR AUTONOMOUS FLYING ROBOT BY USING IMAGE PROCESSING BA...AUTO LANDING PROCESS FOR AUTONOMOUS FLYING ROBOT BY USING IMAGE PROCESSING BA...
AUTO LANDING PROCESS FOR AUTONOMOUS FLYING ROBOT BY USING IMAGE PROCESSING BA...
 

Ähnlich wie Modelling of walking humanoid robot with capability of floor detection and dynamic balancing using colored petri net

Smart element aware gate controller for intelligent wheeled robot navigation
Smart element aware gate controller for intelligent wheeled robot navigationSmart element aware gate controller for intelligent wheeled robot navigation
Smart element aware gate controller for intelligent wheeled robot navigationIJECEIAES
 
HUMAN BODY DETECTION AND SAFETY CARE SYSTEM FOR A FLYING ROBOT
HUMAN BODY DETECTION AND SAFETY CARE SYSTEM FOR A FLYING ROBOTHUMAN BODY DETECTION AND SAFETY CARE SYSTEM FOR A FLYING ROBOT
HUMAN BODY DETECTION AND SAFETY CARE SYSTEM FOR A FLYING ROBOTcsandit
 
HUMAN BODY DETECTION AND SAFETY CARE SYSTEM FOR A FLYING ROBOT
HUMAN BODY DETECTION AND SAFETY CARE SYSTEM FOR A FLYING ROBOTHUMAN BODY DETECTION AND SAFETY CARE SYSTEM FOR A FLYING ROBOT
HUMAN BODY DETECTION AND SAFETY CARE SYSTEM FOR A FLYING ROBOTcscpconf
 
HCI for Real world Applications
HCI for Real world ApplicationsHCI for Real world Applications
HCI for Real world ApplicationsIOSR Journals
 
Camouflage color changing robot for miltary purpose
Camouflage color changing robot for miltary purposeCamouflage color changing robot for miltary purpose
Camouflage color changing robot for miltary purposeAtharvaPathak13
 
Path Planning of Mobile aco fuzzy-presentation.pptx
Path Planning of Mobile aco fuzzy-presentation.pptxPath Planning of Mobile aco fuzzy-presentation.pptx
Path Planning of Mobile aco fuzzy-presentation.pptxssuserf6b378
 
DESIGN AND IMPLEMENTATION OF PATH PLANNING ALGORITHM
DESIGN AND IMPLEMENTATION OF PATH PLANNING ALGORITHM DESIGN AND IMPLEMENTATION OF PATH PLANNING ALGORITHM
DESIGN AND IMPLEMENTATION OF PATH PLANNING ALGORITHM NITISH K
 
A Path Planning Technique For Autonomous Mobile Robot Using Free-Configuratio...
A Path Planning Technique For Autonomous Mobile Robot Using Free-Configuratio...A Path Planning Technique For Autonomous Mobile Robot Using Free-Configuratio...
A Path Planning Technique For Autonomous Mobile Robot Using Free-Configuratio...CSCJournals
 
Robot-Manipulator-Control-with-Inverse-Kinematics-PD-Pseudoinverse-Jacobian-a...
Robot-Manipulator-Control-with-Inverse-Kinematics-PD-Pseudoinverse-Jacobian-a...Robot-Manipulator-Control-with-Inverse-Kinematics-PD-Pseudoinverse-Jacobian-a...
Robot-Manipulator-Control-with-Inverse-Kinematics-PD-Pseudoinverse-Jacobian-a...MUHAMMAD FAISAL RASHEED
 
Feedback method based on image processing for detecting human body via flying...
Feedback method based on image processing for detecting human body via flying...Feedback method based on image processing for detecting human body via flying...
Feedback method based on image processing for detecting human body via flying...ijaia
 
Intelligent indoor mobile robot navigation using stereo vision
Intelligent indoor mobile robot navigation using stereo visionIntelligent indoor mobile robot navigation using stereo vision
Intelligent indoor mobile robot navigation using stereo visionsipij
 
Multirotor control ua vs based on fuzzy logic
Multirotor control ua vs based on fuzzy logicMultirotor control ua vs based on fuzzy logic
Multirotor control ua vs based on fuzzy logicAntonio Chica
 
Iaetsd modified artificial potential fields algorithm for mobile robot path ...
Iaetsd modified  artificial potential fields algorithm for mobile robot path ...Iaetsd modified  artificial potential fields algorithm for mobile robot path ...
Iaetsd modified artificial potential fields algorithm for mobile robot path ...Iaetsd Iaetsd
 
Independent design project
Independent design projectIndependent design project
Independent design projectFabian Okidi
 
A new approach for an intelligent swarm robotic system
A new approach for an intelligent swarm robotic systemA new approach for an intelligent swarm robotic system
A new approach for an intelligent swarm robotic systemeSAT Journals
 

Ähnlich wie Modelling of walking humanoid robot with capability of floor detection and dynamic balancing using colored petri net (20)

K017655963
K017655963K017655963
K017655963
 
Smart element aware gate controller for intelligent wheeled robot navigation
Smart element aware gate controller for intelligent wheeled robot navigationSmart element aware gate controller for intelligent wheeled robot navigation
Smart element aware gate controller for intelligent wheeled robot navigation
 
HUMAN BODY DETECTION AND SAFETY CARE SYSTEM FOR A FLYING ROBOT
HUMAN BODY DETECTION AND SAFETY CARE SYSTEM FOR A FLYING ROBOTHUMAN BODY DETECTION AND SAFETY CARE SYSTEM FOR A FLYING ROBOT
HUMAN BODY DETECTION AND SAFETY CARE SYSTEM FOR A FLYING ROBOT
 
HUMAN BODY DETECTION AND SAFETY CARE SYSTEM FOR A FLYING ROBOT
HUMAN BODY DETECTION AND SAFETY CARE SYSTEM FOR A FLYING ROBOTHUMAN BODY DETECTION AND SAFETY CARE SYSTEM FOR A FLYING ROBOT
HUMAN BODY DETECTION AND SAFETY CARE SYSTEM FOR A FLYING ROBOT
 
L01117074
L01117074L01117074
L01117074
 
HCI for Real world Applications
HCI for Real world ApplicationsHCI for Real world Applications
HCI for Real world Applications
 
Medical robots history
Medical robots historyMedical robots history
Medical robots history
 
Camouflage color changing robot for miltary purpose
Camouflage color changing robot for miltary purposeCamouflage color changing robot for miltary purpose
Camouflage color changing robot for miltary purpose
 
Path Planning of Mobile aco fuzzy-presentation.pptx
Path Planning of Mobile aco fuzzy-presentation.pptxPath Planning of Mobile aco fuzzy-presentation.pptx
Path Planning of Mobile aco fuzzy-presentation.pptx
 
DESIGN AND IMPLEMENTATION OF PATH PLANNING ALGORITHM
DESIGN AND IMPLEMENTATION OF PATH PLANNING ALGORITHM DESIGN AND IMPLEMENTATION OF PATH PLANNING ALGORITHM
DESIGN AND IMPLEMENTATION OF PATH PLANNING ALGORITHM
 
A Path Planning Technique For Autonomous Mobile Robot Using Free-Configuratio...
A Path Planning Technique For Autonomous Mobile Robot Using Free-Configuratio...A Path Planning Technique For Autonomous Mobile Robot Using Free-Configuratio...
A Path Planning Technique For Autonomous Mobile Robot Using Free-Configuratio...
 
Robot-Manipulator-Control-with-Inverse-Kinematics-PD-Pseudoinverse-Jacobian-a...
Robot-Manipulator-Control-with-Inverse-Kinematics-PD-Pseudoinverse-Jacobian-a...Robot-Manipulator-Control-with-Inverse-Kinematics-PD-Pseudoinverse-Jacobian-a...
Robot-Manipulator-Control-with-Inverse-Kinematics-PD-Pseudoinverse-Jacobian-a...
 
Feedback method based on image processing for detecting human body via flying...
Feedback method based on image processing for detecting human body via flying...Feedback method based on image processing for detecting human body via flying...
Feedback method based on image processing for detecting human body via flying...
 
Intelligent indoor mobile robot navigation using stereo vision
Intelligent indoor mobile robot navigation using stereo visionIntelligent indoor mobile robot navigation using stereo vision
Intelligent indoor mobile robot navigation using stereo vision
 
Multirotor control ua vs based on fuzzy logic
Multirotor control ua vs based on fuzzy logicMultirotor control ua vs based on fuzzy logic
Multirotor control ua vs based on fuzzy logic
 
Ca36464468
Ca36464468Ca36464468
Ca36464468
 
Iaetsd modified artificial potential fields algorithm for mobile robot path ...
Iaetsd modified  artificial potential fields algorithm for mobile robot path ...Iaetsd modified  artificial potential fields algorithm for mobile robot path ...
Iaetsd modified artificial potential fields algorithm for mobile robot path ...
 
Independent design project
Independent design projectIndependent design project
Independent design project
 
A new approach for an intelligent swarm robotic system
A new approach for an intelligent swarm robotic systemA new approach for an intelligent swarm robotic system
A new approach for an intelligent swarm robotic system
 
30120140506012 2
30120140506012 230120140506012 2
30120140506012 2
 

Mehr von ijfcstjournal

ENHANCING ENGLISH WRITING SKILLS THROUGH INTERNET-PLUS TOOLS IN THE PERSPECTI...
ENHANCING ENGLISH WRITING SKILLS THROUGH INTERNET-PLUS TOOLS IN THE PERSPECTI...ENHANCING ENGLISH WRITING SKILLS THROUGH INTERNET-PLUS TOOLS IN THE PERSPECTI...
ENHANCING ENGLISH WRITING SKILLS THROUGH INTERNET-PLUS TOOLS IN THE PERSPECTI...ijfcstjournal
 
A SURVEY TO REAL-TIME MESSAGE-ROUTING NETWORK SYSTEM WITH KLA MODELLING
A SURVEY TO REAL-TIME MESSAGE-ROUTING NETWORK SYSTEM WITH KLA MODELLINGA SURVEY TO REAL-TIME MESSAGE-ROUTING NETWORK SYSTEM WITH KLA MODELLING
A SURVEY TO REAL-TIME MESSAGE-ROUTING NETWORK SYSTEM WITH KLA MODELLINGijfcstjournal
 
A COMPARATIVE ANALYSIS ON SOFTWARE ARCHITECTURE STYLES
A COMPARATIVE ANALYSIS ON SOFTWARE ARCHITECTURE STYLESA COMPARATIVE ANALYSIS ON SOFTWARE ARCHITECTURE STYLES
A COMPARATIVE ANALYSIS ON SOFTWARE ARCHITECTURE STYLESijfcstjournal
 
SYSTEM ANALYSIS AND DESIGN FOR A BUSINESS DEVELOPMENT MANAGEMENT SYSTEM BASED...
SYSTEM ANALYSIS AND DESIGN FOR A BUSINESS DEVELOPMENT MANAGEMENT SYSTEM BASED...SYSTEM ANALYSIS AND DESIGN FOR A BUSINESS DEVELOPMENT MANAGEMENT SYSTEM BASED...
SYSTEM ANALYSIS AND DESIGN FOR A BUSINESS DEVELOPMENT MANAGEMENT SYSTEM BASED...ijfcstjournal
 
AN ALGORITHM FOR SOLVING LINEAR OPTIMIZATION PROBLEMS SUBJECTED TO THE INTERS...
AN ALGORITHM FOR SOLVING LINEAR OPTIMIZATION PROBLEMS SUBJECTED TO THE INTERS...AN ALGORITHM FOR SOLVING LINEAR OPTIMIZATION PROBLEMS SUBJECTED TO THE INTERS...
AN ALGORITHM FOR SOLVING LINEAR OPTIMIZATION PROBLEMS SUBJECTED TO THE INTERS...ijfcstjournal
 
LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...
LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...
LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...ijfcstjournal
 
STRUCTURAL DYNAMICS AND EVOLUTION OF CAPSULE ENDOSCOPY (PILL CAMERA) TECHNOLO...
STRUCTURAL DYNAMICS AND EVOLUTION OF CAPSULE ENDOSCOPY (PILL CAMERA) TECHNOLO...STRUCTURAL DYNAMICS AND EVOLUTION OF CAPSULE ENDOSCOPY (PILL CAMERA) TECHNOLO...
STRUCTURAL DYNAMICS AND EVOLUTION OF CAPSULE ENDOSCOPY (PILL CAMERA) TECHNOLO...ijfcstjournal
 
AN OPTIMIZED HYBRID APPROACH FOR PATH FINDING
AN OPTIMIZED HYBRID APPROACH FOR PATH FINDINGAN OPTIMIZED HYBRID APPROACH FOR PATH FINDING
AN OPTIMIZED HYBRID APPROACH FOR PATH FINDINGijfcstjournal
 
EAGRO CROP MARKETING FOR FARMING COMMUNITY
EAGRO CROP MARKETING FOR FARMING COMMUNITYEAGRO CROP MARKETING FOR FARMING COMMUNITY
EAGRO CROP MARKETING FOR FARMING COMMUNITYijfcstjournal
 
EDGE-TENACITY IN CYCLES AND COMPLETE GRAPHS
EDGE-TENACITY IN CYCLES AND COMPLETE GRAPHSEDGE-TENACITY IN CYCLES AND COMPLETE GRAPHS
EDGE-TENACITY IN CYCLES AND COMPLETE GRAPHSijfcstjournal
 
COMPARATIVE STUDY OF DIFFERENT ALGORITHMS TO SOLVE N QUEENS PROBLEM
COMPARATIVE STUDY OF DIFFERENT ALGORITHMS TO SOLVE N QUEENS PROBLEMCOMPARATIVE STUDY OF DIFFERENT ALGORITHMS TO SOLVE N QUEENS PROBLEM
COMPARATIVE STUDY OF DIFFERENT ALGORITHMS TO SOLVE N QUEENS PROBLEMijfcstjournal
 
PSTECEQL: A NOVEL EVENT QUERY LANGUAGE FOR VANET’S UNCERTAIN EVENT STREAMS
PSTECEQL: A NOVEL EVENT QUERY LANGUAGE FOR VANET’S UNCERTAIN EVENT STREAMSPSTECEQL: A NOVEL EVENT QUERY LANGUAGE FOR VANET’S UNCERTAIN EVENT STREAMS
PSTECEQL: A NOVEL EVENT QUERY LANGUAGE FOR VANET’S UNCERTAIN EVENT STREAMSijfcstjournal
 
CLUSTBIGFIM-FREQUENT ITEMSET MINING OF BIG DATA USING PRE-PROCESSING BASED ON...
CLUSTBIGFIM-FREQUENT ITEMSET MINING OF BIG DATA USING PRE-PROCESSING BASED ON...CLUSTBIGFIM-FREQUENT ITEMSET MINING OF BIG DATA USING PRE-PROCESSING BASED ON...
CLUSTBIGFIM-FREQUENT ITEMSET MINING OF BIG DATA USING PRE-PROCESSING BASED ON...ijfcstjournal
 
A MUTATION TESTING ANALYSIS AND REGRESSION TESTING
A MUTATION TESTING ANALYSIS AND REGRESSION TESTINGA MUTATION TESTING ANALYSIS AND REGRESSION TESTING
A MUTATION TESTING ANALYSIS AND REGRESSION TESTINGijfcstjournal
 
GREEN WSN- OPTIMIZATION OF ENERGY USE THROUGH REDUCTION IN COMMUNICATION WORK...
GREEN WSN- OPTIMIZATION OF ENERGY USE THROUGH REDUCTION IN COMMUNICATION WORK...GREEN WSN- OPTIMIZATION OF ENERGY USE THROUGH REDUCTION IN COMMUNICATION WORK...
GREEN WSN- OPTIMIZATION OF ENERGY USE THROUGH REDUCTION IN COMMUNICATION WORK...ijfcstjournal
 
A NEW MODEL FOR SOFTWARE COSTESTIMATION USING HARMONY SEARCH
A NEW MODEL FOR SOFTWARE COSTESTIMATION USING HARMONY SEARCHA NEW MODEL FOR SOFTWARE COSTESTIMATION USING HARMONY SEARCH
A NEW MODEL FOR SOFTWARE COSTESTIMATION USING HARMONY SEARCHijfcstjournal
 
AGENT ENABLED MINING OF DISTRIBUTED PROTEIN DATA BANKS
AGENT ENABLED MINING OF DISTRIBUTED PROTEIN DATA BANKSAGENT ENABLED MINING OF DISTRIBUTED PROTEIN DATA BANKS
AGENT ENABLED MINING OF DISTRIBUTED PROTEIN DATA BANKSijfcstjournal
 
International Journal on Foundations of Computer Science & Technology (IJFCST)
International Journal on Foundations of Computer Science & Technology (IJFCST)International Journal on Foundations of Computer Science & Technology (IJFCST)
International Journal on Foundations of Computer Science & Technology (IJFCST)ijfcstjournal
 
AN INTRODUCTION TO DIGITAL CRIMES
AN INTRODUCTION TO DIGITAL CRIMESAN INTRODUCTION TO DIGITAL CRIMES
AN INTRODUCTION TO DIGITAL CRIMESijfcstjournal
 
DISTRIBUTION OF MAXIMAL CLIQUE SIZE UNDER THE WATTS-STROGATZ MODEL OF EVOLUTI...
DISTRIBUTION OF MAXIMAL CLIQUE SIZE UNDER THE WATTS-STROGATZ MODEL OF EVOLUTI...DISTRIBUTION OF MAXIMAL CLIQUE SIZE UNDER THE WATTS-STROGATZ MODEL OF EVOLUTI...
DISTRIBUTION OF MAXIMAL CLIQUE SIZE UNDER THE WATTS-STROGATZ MODEL OF EVOLUTI...ijfcstjournal
 

Mehr von ijfcstjournal (20)

ENHANCING ENGLISH WRITING SKILLS THROUGH INTERNET-PLUS TOOLS IN THE PERSPECTI...
ENHANCING ENGLISH WRITING SKILLS THROUGH INTERNET-PLUS TOOLS IN THE PERSPECTI...ENHANCING ENGLISH WRITING SKILLS THROUGH INTERNET-PLUS TOOLS IN THE PERSPECTI...
ENHANCING ENGLISH WRITING SKILLS THROUGH INTERNET-PLUS TOOLS IN THE PERSPECTI...
 
A SURVEY TO REAL-TIME MESSAGE-ROUTING NETWORK SYSTEM WITH KLA MODELLING
A SURVEY TO REAL-TIME MESSAGE-ROUTING NETWORK SYSTEM WITH KLA MODELLINGA SURVEY TO REAL-TIME MESSAGE-ROUTING NETWORK SYSTEM WITH KLA MODELLING
A SURVEY TO REAL-TIME MESSAGE-ROUTING NETWORK SYSTEM WITH KLA MODELLING
 
A COMPARATIVE ANALYSIS ON SOFTWARE ARCHITECTURE STYLES
A COMPARATIVE ANALYSIS ON SOFTWARE ARCHITECTURE STYLESA COMPARATIVE ANALYSIS ON SOFTWARE ARCHITECTURE STYLES
A COMPARATIVE ANALYSIS ON SOFTWARE ARCHITECTURE STYLES
 
SYSTEM ANALYSIS AND DESIGN FOR A BUSINESS DEVELOPMENT MANAGEMENT SYSTEM BASED...
SYSTEM ANALYSIS AND DESIGN FOR A BUSINESS DEVELOPMENT MANAGEMENT SYSTEM BASED...SYSTEM ANALYSIS AND DESIGN FOR A BUSINESS DEVELOPMENT MANAGEMENT SYSTEM BASED...
SYSTEM ANALYSIS AND DESIGN FOR A BUSINESS DEVELOPMENT MANAGEMENT SYSTEM BASED...
 
AN ALGORITHM FOR SOLVING LINEAR OPTIMIZATION PROBLEMS SUBJECTED TO THE INTERS...
AN ALGORITHM FOR SOLVING LINEAR OPTIMIZATION PROBLEMS SUBJECTED TO THE INTERS...AN ALGORITHM FOR SOLVING LINEAR OPTIMIZATION PROBLEMS SUBJECTED TO THE INTERS...
AN ALGORITHM FOR SOLVING LINEAR OPTIMIZATION PROBLEMS SUBJECTED TO THE INTERS...
 
LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...
LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...
LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...
 
STRUCTURAL DYNAMICS AND EVOLUTION OF CAPSULE ENDOSCOPY (PILL CAMERA) TECHNOLO...
STRUCTURAL DYNAMICS AND EVOLUTION OF CAPSULE ENDOSCOPY (PILL CAMERA) TECHNOLO...STRUCTURAL DYNAMICS AND EVOLUTION OF CAPSULE ENDOSCOPY (PILL CAMERA) TECHNOLO...
STRUCTURAL DYNAMICS AND EVOLUTION OF CAPSULE ENDOSCOPY (PILL CAMERA) TECHNOLO...
 
AN OPTIMIZED HYBRID APPROACH FOR PATH FINDING
AN OPTIMIZED HYBRID APPROACH FOR PATH FINDINGAN OPTIMIZED HYBRID APPROACH FOR PATH FINDING
AN OPTIMIZED HYBRID APPROACH FOR PATH FINDING
 
EAGRO CROP MARKETING FOR FARMING COMMUNITY
EAGRO CROP MARKETING FOR FARMING COMMUNITYEAGRO CROP MARKETING FOR FARMING COMMUNITY
EAGRO CROP MARKETING FOR FARMING COMMUNITY
 
EDGE-TENACITY IN CYCLES AND COMPLETE GRAPHS
EDGE-TENACITY IN CYCLES AND COMPLETE GRAPHSEDGE-TENACITY IN CYCLES AND COMPLETE GRAPHS
EDGE-TENACITY IN CYCLES AND COMPLETE GRAPHS
 
COMPARATIVE STUDY OF DIFFERENT ALGORITHMS TO SOLVE N QUEENS PROBLEM
COMPARATIVE STUDY OF DIFFERENT ALGORITHMS TO SOLVE N QUEENS PROBLEMCOMPARATIVE STUDY OF DIFFERENT ALGORITHMS TO SOLVE N QUEENS PROBLEM
COMPARATIVE STUDY OF DIFFERENT ALGORITHMS TO SOLVE N QUEENS PROBLEM
 
PSTECEQL: A NOVEL EVENT QUERY LANGUAGE FOR VANET’S UNCERTAIN EVENT STREAMS
PSTECEQL: A NOVEL EVENT QUERY LANGUAGE FOR VANET’S UNCERTAIN EVENT STREAMSPSTECEQL: A NOVEL EVENT QUERY LANGUAGE FOR VANET’S UNCERTAIN EVENT STREAMS
PSTECEQL: A NOVEL EVENT QUERY LANGUAGE FOR VANET’S UNCERTAIN EVENT STREAMS
 
CLUSTBIGFIM-FREQUENT ITEMSET MINING OF BIG DATA USING PRE-PROCESSING BASED ON...
CLUSTBIGFIM-FREQUENT ITEMSET MINING OF BIG DATA USING PRE-PROCESSING BASED ON...CLUSTBIGFIM-FREQUENT ITEMSET MINING OF BIG DATA USING PRE-PROCESSING BASED ON...
CLUSTBIGFIM-FREQUENT ITEMSET MINING OF BIG DATA USING PRE-PROCESSING BASED ON...
 
A MUTATION TESTING ANALYSIS AND REGRESSION TESTING
A MUTATION TESTING ANALYSIS AND REGRESSION TESTINGA MUTATION TESTING ANALYSIS AND REGRESSION TESTING
A MUTATION TESTING ANALYSIS AND REGRESSION TESTING
 
GREEN WSN- OPTIMIZATION OF ENERGY USE THROUGH REDUCTION IN COMMUNICATION WORK...
GREEN WSN- OPTIMIZATION OF ENERGY USE THROUGH REDUCTION IN COMMUNICATION WORK...GREEN WSN- OPTIMIZATION OF ENERGY USE THROUGH REDUCTION IN COMMUNICATION WORK...
GREEN WSN- OPTIMIZATION OF ENERGY USE THROUGH REDUCTION IN COMMUNICATION WORK...
 
A NEW MODEL FOR SOFTWARE COSTESTIMATION USING HARMONY SEARCH
A NEW MODEL FOR SOFTWARE COSTESTIMATION USING HARMONY SEARCHA NEW MODEL FOR SOFTWARE COSTESTIMATION USING HARMONY SEARCH
A NEW MODEL FOR SOFTWARE COSTESTIMATION USING HARMONY SEARCH
 
AGENT ENABLED MINING OF DISTRIBUTED PROTEIN DATA BANKS
AGENT ENABLED MINING OF DISTRIBUTED PROTEIN DATA BANKSAGENT ENABLED MINING OF DISTRIBUTED PROTEIN DATA BANKS
AGENT ENABLED MINING OF DISTRIBUTED PROTEIN DATA BANKS
 
International Journal on Foundations of Computer Science & Technology (IJFCST)
International Journal on Foundations of Computer Science & Technology (IJFCST)International Journal on Foundations of Computer Science & Technology (IJFCST)
International Journal on Foundations of Computer Science & Technology (IJFCST)
 
AN INTRODUCTION TO DIGITAL CRIMES
AN INTRODUCTION TO DIGITAL CRIMESAN INTRODUCTION TO DIGITAL CRIMES
AN INTRODUCTION TO DIGITAL CRIMES
 
DISTRIBUTION OF MAXIMAL CLIQUE SIZE UNDER THE WATTS-STROGATZ MODEL OF EVOLUTI...
DISTRIBUTION OF MAXIMAL CLIQUE SIZE UNDER THE WATTS-STROGATZ MODEL OF EVOLUTI...DISTRIBUTION OF MAXIMAL CLIQUE SIZE UNDER THE WATTS-STROGATZ MODEL OF EVOLUTI...
DISTRIBUTION OF MAXIMAL CLIQUE SIZE UNDER THE WATTS-STROGATZ MODEL OF EVOLUTI...
 

Kürzlich hochgeladen

04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 

Kürzlich hochgeladen (20)

04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 

Modelling of walking humanoid robot with capability of floor detection and dynamic balancing using colored petri net

  • 1. International Journal in Foundations of Computer Science & Technology (IJFCST), Vol.4, No.2, March 2014 DOI:10.5121/ijfcst.2014.4201 1 Modelling of Walking Humanoid Robot With Capability of Floor Detection and Dynamic Balancing Using Colored Petri Net Saeid Pashazadeh and Saeed Saeedvand Faculty of Electrical and Computer Engineering, University of Tabriz, Tabriz, Iran ABSTRACT Most humanoid robots have highly complicated structure and design of robots that are very similar to human is extremely difficult. In this paper, modelling of a general and comprehensive algorithm for control of humanoid robots is presented using Colored Petri Nets. For keeping dynamic balance of the robot, combination of Gyroscope and Accelerometer sensors are used in algorithm. Image processing is used to identify two fundamental issues: first, detection of target or an object which robot must follow; second, detecting surface of the ground so that walking robot could maintain its balance just like a human and shows its best performance. Presented model gives high-level view of humanoid robot's operations. KEYWORDS Humanoid Robots, Modelling, Colored Petri Net, Dynamic Walking, Image Processing, Filtering. 1. INTRODUCTION Humanoid robots are group of robots that robot designers have long desire to make them more similar to humans such that they could replace them instead of people for doing different works in harsh environments like transportation of nuclear devices. One of the most important issues in making a robot is keeping its balance when it stands or moves. When a robot is standing or walking, it can maintain its balance on uneven surfaces using different sensors like Gyroscope and Accelerometers that are controlled by various algorithms that examples of which are given in [1- 4]. Main problem is that usually robot has little information about floor on which it is moving, therefore it can often detect the surface and show appropriate response only after it has reached the intended place. This usually gets the robot into trouble, disturbs the balance of the two-leg robot and sharply decreases its speed. This paper aims to present an algorithm by which the robot detects the floor, follows a predetermined target, and shows the desired reactions. Section 2 of paper gives a brief explanation about modelling using Colored Petri Nets (CPN) [5- 7] and then addresses the operation of balance sensors as well as the proposed algorithms for noise filtering. Later, the proposed algorithm is modelled using CPN-Tools software. In the image processing part of presented model using CPN, different filters applied to captures images of cameras and the way in which image processing is used to detect the floor are investigated. Finally, the proposed method is implemented and tested, and the results of applying it to the designed robot (SoRoBo) are analyzed. Many projects have been carried out on the humanoid robots, each having its own ideas and methods. Some of these projects are as follows: Jung-Yup Kim et al. developed a control
  • 2. International Journal in Foundations of Computer Science & Technology (IJFCST), Vol.4, No.2, March 2014 2 algorithm in which they controlled their robot on a sloping ground with little roughness, using control sensors in dynamic and stable states [1]. Sebastien Dalibard et al. presented an interesting two-stage method to control the robot’s dynamic walking through narrow spaces on a smooth ground [2]. In their method, Andrew L. Kun and W. Thomas Miller making use of an Accelerator sensor upon nervous systems for keeping balance of walking robot [3]. Kenji Kaneko et al. introduced the platform of the Japanese robot (HRP-2) which is able to move on rough surfaces at two speeds and on an even line using Gyro and Accelerator sensors [4]. Karungaru et al. developed an algorithm for determining position of their robots using image processing. By real- time image processing and filtering of image blur during movement of robot, they focused on using image processing to control walking humanoid robot. They were sending results of image processing to robot for immediately controlling it [8]. Jung-Yup Kim et al. conducted an experiment on their robot, in which they first set a target in stereovision and controlled their robot’s movement on an even ground towards the target [9]. Hirai, K et al., too, presented a control algorithm for Honda robot that can do various movements and sustain its balance [10]. 2. COLORED PETRI NET Petri Net [5-7] is a modelling method that benefits from graphical representation for analysis of activities involved in synchronous and concurrent systems. A Petri net consists of four basic elements: places, transitions, arcs, and tokens. Assignment of tokens to places (markings) represents states of the system. A place is shown in the form of a circle or oval and tokens in the form of small filled inside circles that resides in the places. Each transition is shown in the form of a rectangle and represents system activities. Petri nets works based on its special enabling and firing rules. Many extensions to classical Petri net is developed that aims of all of them are extending modelling capability of Petri nets. Colored Petri net is the most recent and powerful extension of classical Petri net that enables modeller to define colour type (data type) for tokens and their containing places. Its modelling capability is extended using ML programming language that is an artificial intelligence language. ML allows using inscriptions and functions as arc expressions and guard conditions of transitions. Using colored Petri net enables modeller for modelling wide range of systems. ML language that is used in colored Petri net is revision of original one that some futures of it is removed and some new futures are added to it that make it synchronized with Petri net terms such as defining multi-set operators and multi-set markings [11],[12]. One of the best tools that is developed for modelling and analysis of colored Petri net models is the CPN Tools. This free open source software is accessible from its web site [13]. Colored Petri net can be used for modelling and verification of wide range of protocols and rules in different fields of computer science like security and database systems [14],[15]. Modelling of humanoid robot using colored Petri net is under study in this paper. 3. GYROSCOPE AND ACCELERATOR SENSORS Gyroscope and accelerator are most commonly used sensors for controlling majority of dynamic walking humanoid robots. Gyroscope sensors are used to measure direction of robot by measuring yaw, pitch and roll angles of it and accelerator sensors are used for measuring motion gradient in (x, y, z) axes directions in real-time manner. Proposed algorithm in this paper uses both of these sensors. When humanoid robot is moving, its skeleton suffers from violent convulsions that cause noise and inaccuracy of data read by sensors. Kalman Filtering algorithm is often used to overcome this problem and yields desired results. Method that was presented by Ferdinando et al. [16] is used to obtain some filtered data from two different coordinates which are likely to bring
  • 3. International Journal in Foundations of Computer Science & Technology (IJFCST), Vol.4, No.2, March 2014 3 about noise. Performance of these two sensors is shown and is explained by model provided in section Gyroscope and Accelerometer. 4. MODEL OF HUMANOID ROBOT A hierarchical model of a humanoid robot is present in this paper. Figure 1 shows top-level model of system. Model contains three substitution transitions. Description of each substitution transition is as follows: Gyroscope and Accelerometer Transition: Sub module of this substitution transition is responsible for producing filtered coordinates after noise elimination in x, y, and z axes from control sensors, indicating correct acceleration in specified small time spans. Output of this transition transmits to place Filtered Coordinate with colorset of type f_coordiante that is some kind of list. colset axis= int with 1..330; colset filtered_coordinate=product axis*axis*axis; colset f_coordinate=list filtered_coordinate; List elements are of colorset product of three variables of colorset axis that shows correct gradient of each angle. Sub model of substitution transition Gyroscope and Accelerometer is appeared as Tilt sensor, which will be explained later in detail in section 4.1. Figure 1. Top-level model of humanoid robot's operation
  • 4. International Journal in Foundations of Computer Science & Technology (IJFCST), Vol.4, No.2, March 2014 4 Image processing Transition: Sub module of this substitution transition carries out operations that are related to image processing. Transition fires processed information at place Final Calculated Coordinate. Sub module of this substitution transition is named as Image Processing and will be addressed in section 4.2. Transition Send Motor Motion Instruction Transition is responsible for receiving data from following places: Final Calculated Coordinates place: Colorset of this place is of type int. This place specifies instruction code for determining control operations of robot. Amount of this code is obtained in subpage that will be explained in section 4.2, and determines which control instruction has been calculated in Image Processing subpage. Motor Numbers (Dynamixel) Place: Colorset of this place is of type string and specifies control package for controlling each of engines, regarding motions that already have been made based on mechanical structure of the robot. Here, protocol Dynamixel is used for Dynamixel-RX28 engines [17]. Send Motor Motion Instruction Transition: This Transition, after binding required data from places that are connected to it, sets out to calculate instructions which must be binding to each of engines based on the control instruction involved in place Final Controlling Instruction and Motion from place Motor Instructions Default Motions (Dynamixel) by variable Data. Then, it changes instruction, engine ID and other required quantities existing in protocol of Dynamixel engines and fires them into place Dynamixel Motors Running Motion to send them to the engines. 4.1. Tilt Sensors Sub Module Figure 2 shows subpage of Tilt Sensors sub module of substitution transition Gyroscope and Accelerometer substitution of Figure 1. This sub model contains 2 transitions and 6 places that responsibilities of them are as follows. Place Gyroscope Sensor holds change in rotation of humanoid robot around x, y, and z axis respectively and place Accelerometer Sensor holds acceleration of robot in direction of three axes relative to humanoid robot in each step. We assumed in model that sensed information of gyroscope and acceleration sensors are placed in these places. We generated random values as sensed data for these sensors in the model. Accelerometer indicates correct gradient of robot at each moment (x, y, z), and Gyroscope measures direction or turn of robot at each moment (yaw, pitch, roll). Some of color sets that are used for modelling these two sensors are as follows: colset Angle = int with 1..330; colset Coordinate_g = record yaws : Angle * pitchs : Angle * rolls : Angle; colset Acc = int with 1..330; colset Coordinate_ac = record x_ac : Acc * y_ac : Acc * z_ac : Acc; Color set Angle is defined of type sub range 1..330 of int for representing directional change of robot along each axes. Color set Coordinate_g is a record of three fields that each one represents amount of robot's rotation along each of three axes. Color set Acc is defined of type sub range 1..330 of int for representing acceleration of robot along each axis. Color set Coordinate_ac is a record of three fields that each one represents amount of robot's acceleration along each of three axes. Transition Gyroscope and Accelerometer continually binds produced coordinates by each sensor from places Accelerometer Sensor and Gyroscope sensor and puts them in places Accelerometer Data and Gyroscope Data. places Accelerometer Sensor and Gyroscope Sensor must not considered as real sensors, they present result of sensing and pre-processing of their sensed data. Place Number causes that after reading of sensors inputs transitions Gyroscope and
  • 5. International Journal in Foundations of Computer Science & Technology (IJFCST), Vol.4, No.2, March 2014 5 Accelerometer becomes disabled until filtering of these information will be done. Transition Kalman Filtering uses data from places Accelerometer Data and Gyroscope Data using Kalman Filtering algorithm proposed by Ferdinando [16] and sends result in place Filtered Coordination. Operation of transition Kalman Filtering is demonstrated by making average of coordinates of two sensors in the Transition. More information about Kalman filleting is available in [18]. Figure 2. Gyroscope and Accelerometer subpage 4.2. Image Processing Sub Module Figure 3 shows Image Processing sub module of substitution transition Image Processing in Figure 1. As name of transition implies, operations of image processing are carried out in this part. Place camera is regarded as image processing camera, in which every frame of the taken pictures is stored. When the humanoid robot is walking, small movement of robot shakes robot’s camera and make blurred take images. To overcome this problem, operations of image stabilization in transition Anti-Image Vibration Filtering are carried out. Task of this transition is to clear up blurred vision when robot is walking. Let Assume that method proposed by J. Windau et al. [19] was used in implementation of operations. Real-time video image stabilization system (VISS) was implemented in several layers that primarily is developed for aerial robots. Its unique architecture combines four independent stabilization layers.
  • 6. International Journal in Foundations of Computer Science & Technology (IJFCST), Vol.4, No.2, March 2014 6 Figure 3. Image processing subpage First layer detects vibrations via an inertial measurement unit (IMU) and performs external counter-movements with a motorized gimbal. Second layer damps vibrations by using mechanical devices. Internal optical image stabilizes image of camera in third layer and finally, fourth layer filters remaining vibrations using software. This study is not aimed at detailing this implementation due to enormous volume of information. In general, VISS operations are considered as Anti Image Vibration Filtering transition in our model. Then anti-image vibration filtering is applied to the image and new image will be located in place Picture. In this stage, each of two following transitions on image must be run once and this is controlled by places Lock. First transition is Target Detection, whose task is finding intended target on image with regard to the information that exists in place Target Information. Take an orange ball as an example, if intended target is spotted from the image in that frame, coordinates of target on image are sent to place Target Position and in otherwise, zero quantity is sent to this place. Second transition is Floor Detection, which is a very important and has responsibility of detecting floor. Young-geun Kim et al., in a study conducted in 2004 introduced an interesting method for detecting floor by means of various filters [20]. Let assumed that their method is used in our model of humanoid robot system. Transition Floor Detection binds new image from place Picture and after conducting necessary operations, detects image of floor and sends them to place Detected Floor Picture. Transition Image Processing will be enabled after firing of these two transitions. Let assume that place Detected Floor Picture contains taken image of the floor and place Head Camera Position contains current position of robot's camera that amount of it is in form of two dimensional
  • 7. International Journal in Foundations of Computer Science & Technology (IJFCST), Vol.4, No.2, March 2014 7 coordinates in range of (x=(1..8), y=(1..6)). After binding of input arc inscriptions of transition Image Processing fires and calculates approximate position of the robot and sends them at place Robot Approximate Position in floor. Last transition of this subpage is Calculate Humanoid Robot Balance and Way. It is responsible for processing balance instructions and calculating path of the robot through binding existing data in places Target Position, Robot Approximate Position in floor, Controlling Instruction, and Filtered Coordinate. Tokens of place Controlling Instructions are instructions of control unit for movement of robot. This transition uses tokens of mentioned places and by firing computes next position of robot and sends them to place Final Calculated Coordinates. Values of control instructions are considered random values from uniform distribution in this model. 4.3. Robot Motors Subpage Figure 4 shows Robot Motors subpage that includes detailed model of substitution transition Send Data to run in Figure 1. This sub model contains 20 places that each one is responsible for controlling one part of engine of humanoid robot that is shown in Figure 5. Transition Send instruction to Motors (Dynamixel) takes incoming instructions that are stored in place Dynamixel Motor Running Instruction then translates and sends them to appropriate motor of robot's engine such that each engine can carry out its instructions, causing the robot to respond. Figure 4. Robot motors subpage
  • 8. International Journal in Foundations of Computer Science & Technology (IJFCST), Vol.4, No.2, March 2014 8 5. RUNNING PROPOSED MODEL OF SOROBO HUMANOID ROBOT Figure 5 shows SOROBO humanoid robot that is 54 centimetres tall. Figure shows joints and places of robots motors and their degree of freedom. Structure of this robot is used in modelling proposed algorithms in this paper. Figure 5. SOROBO robot and its motors structure Experiment done on the robot has yielded good results so that the robot is able to detect assigned target without getting out off the floor and continue walking dynamically without conflict with any obstacles. Robot has a camera with two moving angles with engines No. 19 and No. 20, marked with their movement angles in Figure 5. In this robot, Dynamixel engines of RX28 series have been used. Inside main body of robot, there is a RoBoard RB-110 for controlling its different parts. Robot has 20 engines, and as mentioned earlier, engines 19 and 20 control movements of robot’s head in two different directions. Main engines whose amounts are changed to maintain robot’s balance in Real-time manner are engines 1 to 6 at upper body and engines 7 to 18 at lower body. These engines, during robot’s walking controlled by motions designed for different movement directions, must be changed by transition ‘Calculate Humanoid Robot Balance and Way’ so robot’s balance is kept in different conditions. 6. CONCLUSION Given enormous complexity of humanoid robots and limitations in explaining all of its parts in detail, a general algorithm was proposed for humanoid robots that enables robot to automatically detect floor, dynamically find a preset target on a sloping and uneven surface and walking towards it. Proposed algorithm was modelled using colored Petri net and presented by CPN-Tools for more future study on the model. This model presents workflow of humanoid robot in high level abstraction. Model checking shows correct operation of robot and can be used for verification of different aspect of robot's operations. This model planned to be used for performance evaluation of robot and future studies. REFERENCES [1] J.-Y. Kim, I.-W. Park, and J.-H. OH, “Walking control algorithm of biped humanoid robot on uneven and inclined floor”, Journal of Intelligent and Robotic Systems, Vol. 48, No. 4, pp. 457-484, 2007. [2] S. E. Dalibard, A. El Khoury, F. Lamiraux, M. Taix, and J.-P. Laumond, “Dynamic walking makes humanoid robot small-space controllable: application to motion planning”, Journal of Intelligent and Robotic Systems, hal-00654175, version 1 – 21, 2011.
  • 9. International Journal in Foundations of Computer Science & Technology (IJFCST), Vol.4, No.2, March 2014 9 [3] A. L. Kun, and W. T. Miller, “Adaptive dynamic balance of a biped robot using neural networks,” in Proc. of the Int. Conf. on Robotics and Manufacturing (IASTED), Vol. 1, pp. 240–245, 22-28 April, 1996, Minneapolis, MN, USA. [4] K. Kaneko, F. Kanehiro, S. Kajita, H. Hirukawa, T. Kawasaki, M. Hirata, K. Akachi, and T. Iisozumi, “Humanoid robot HRP-2,” IEEE International Conference on Robotics & Automation (ICRA '04), Vol. 2, pp. 1083-1090, 26 April-1 May, 2004, New Orleans, LA, USA. [5] K. Jensen, “Coloured Petri nets basic concepts, analysis methods and practical use”, Vol. 1, Basic Concepts of Monographs in Theoretical Computer Science Springer-Verlag, 1992. [6] K. Jensen, “Coloured Petri nets. basic concepts, analysis methods and practical use”, Vol. 2, Analysis Methods of Monographs in Theoretical Computer Science, Springer-Verlag, 1994. [7] K. Jensen, “Coloured Petri nets. basic concepts, analysis methods and practical use”, Vol. 3, Practical Use of Monographs in Theoretical Computer Science, Springer-Verlag, 1997 [8] S. Karungaru, M. Sugizaki, and M. Fukumi, “Biped robot walking control using image processing”, ICCAS-SICE, pp. 4020–4024, 18-21 August, 2009, Fukuoka, Japan. [9] J.-Y. Kim, I.-W. Park, J. h. Lee, and J.-H. Oh, “Experiments of vision guided walking of humanoid robot KHR-2,” Proceedings of 5th IEEE-RAS International Conference on Humanoid Robots, pp. 135-140, 5-7 December, 2005, Tsukuba, Japan. [10] K. Hirai, M. Hirose, Y. Haikawa, and T. Takenaka, “The development of honda humanoid robot” , IEEE International Conference of Robotics and Automation, pp. 1321-1326, Vol. 2, 16-20 May, 1998, Leuven, Belgium. [11] K. Jensen, and L. M. Kristensen, “Coloured Petri nets, modelling and validation of concurrent systems”, Springer, 2009. [12] W. van der Aalst, and C. Stahl, “Modeling business processes: A Petri net-oriented Approach,” The MIT Press, 2011. [13] CPN Tools download: http://cpntools.org/download [14] S. Pashazadeh, and M. Pashazadeh, “Modeling an automatic proof generator for functional dependency rules using colored Petri net,” International Journal in Foundations of Computer Science & Technology (IJFCST), Vol. 2, No. 5, September 2012, pp. 31-47. [15] S. Pashazadeh, “Modeling and verification of access rights in take-grant protection model using colored Petri nets,” International Journal of Information & Network Security (IJINS), Vol. 2, No. 1, February 2013, pp. 413-425. [16] D. Ferdinando, H. Khoswanto, and H. Purwanto, “Embedded Kalman filter for inertial measurement unit (IMU) on the ATMega8535”, International Symposium on Innovations in Intelligent Systems and Applications (INISTA), pp. 1-5, 2-4 July, 2012, Trabzon, Turkey. [17] Dynamixel-Rx28 Manual: http://www.crustcrawler.com/motors/RX28/ [18] A. C. Harvey, “Forecasting, structural time series models and the kalman kilter,” Cambridge University Press, 1991. [19] J. Windau, and L. Itti, “Multilayer real-time video image stabilization”, 2011 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS 2011), pp. 2397–2402, 25-30 September, 2011, San Francisco, CA, USA. [20] Y.-G. Kim, and H. Kim, “Layered ground floor detection for vision-based mobile robot navigation”, Proceedings of the IEEE international Conference on Robotics & Automation (ICRA), Vol. 1, pp. 13- 18, 26 April-1 May, 2004, New Orleans, USA. Authors Saeid Pashazadeh is Assistant Professor of Software Engineering in Information Technology Department at Faculty of Electrical and Computer Engineering in University of Tabriz in Iran. He received his B.Sc. in Computer Engineering from Sharif Technical University of Iran in 1995. He obtained M.Sc. and Ph.D. in Computer Engineering from Iran University of Science and Technology in 1998 and 2010 respectively. He was Lecturer in Faculty of Electrical Engineering in Sahand University of Technology in Iran from 1999 until 2004. His main interests are modelling and formal verification of distributed systems, computer security, wireless sensor/actor networks, and applications of artificial neural networks. He is senior member of IACSIT and member of editorial board of journal of electrical engineering at University of Tabriz in Iran.
  • 10. International Journal in Foundations of Computer Science & Technology (IJFCST), Vol.4, No.2, March 2014 10 Saeed Saeedvand is Ms.c student of software engineering in Faculty of Electrical and Computer Engineering in University of Tabriz in Iran. He is working as a Lecturer in Islamic Azad University of Iran. He is Capitan of SoRoBo Humanoid- Kid size robotic team in Islamic Azad University and he has two champions in IRANOPEN 2011 and 2012 games. His research interests are Robotic and artificial intelligence.