SlideShare ist ein Scribd-Unternehmen logo
1 von 16
Downloaden Sie, um offline zu lesen
RoboCupRescue 2011 - Robot League Team
                          AriAnA (Iran)

         Amir H. Soltanzadeh1, Amir H. Rajabi1, Arash Alizadeh1, Golnaz Eftekhari1,
                                 Mehdi Soltanzadeh1
                                     1
                                       Robotics Laboratory
                             Engineering School, Niayesh Campus
                       Islamic Azad University of Central Tehran Branch
                     Pounak Sq., Chaharbagh Ave., Tehran, 1469669191 Iran
                                   amirhst@gmail.com
                                      http://robot.iauctb.ac.ir



          Abstract. This document describes the approach of AriAnA rescue robot team
          for RoboCup 2011. The team is active in RoboCup Rescue since 2006 and has
          participated in the last two years as a part of a multi-national team. This year we
          have focused on autonomous navigation in rough terrains and will be bringing
          only one fully autonomous mobile robot capable of traversing yellow and
          orange arenas.




Introduction

AriAnA rescue robot team represents IAUCTB (Islamic Azad University of Central
Tehran Branch) and develops mechatronical layers of high mobility rescue robots (i.e.
hybrid locomotion, semi-active controlling and power management) since 2006. The
team began cooperating with an industrial group (AVA Strategic Alliance) in 2009
which led to participating as a joined multi-national team in RoboCup 2009 and 2010.
We continued the collaboration up to the end of 2010 and won first place award of
Khwarizmi National Robotics Competitions1 within this year.
After the competitions, our team was funded for a new research project called AMIR
(Advanced Mobility Intelligent Robot) in which we will develop a fully autonomous
mobile robot capable of traversing rough terrains (similar to the orange arena).
To reduce the time of low level programming/debugging, we decided to use ROS
(Robot Operating System) [1] which is becoming very popular in robotics communi-
ties. At the time being, ROS is implemented on our existing autonomous robot
(DELTA) which doesn’t have enough mobility to pass the orange arena. To solve this
problem, we have designed a new platform (hereafter referred to as "Diamond") and
we will use it in RoboCup 2011. Fig.1 shows the robots built by AriAnA rescue robot
team since 2006.

1
    A non-RoboCup event exactly similar to the regional open competitions organized by Iranian
    Industrial Research Organization
(1)                           (2)                           (3)




              (4)                           (5)                           (6)
Fig. 1. Our robots: (1) ARIAN-2006, (2) META-2007, (3) ALPHA-2008, (4) BETA-
20092, (5) DELTA-2009 and GAMMA-2010



1. Team Members and Their Contributions

•      Dr. Hossein Mahbadi                  Advisor
•      Dr. Mohammad Eftekhari               Advisor
•      Dr. Armen Adamian                    Advisor
•      Amir H. Soltanzadeh                  Team leader, Technical manager
•      Arash Alizadeh                       Mechanics
•      Amir Hossein Rajabi                  Mechanics
•      Golnaz Eftekhari                     Electronics
•      Mehdi Soltanzadeh                    Software
•      Hedieh Vahabi Ahooie                 Software
•      Further student members may join to the team.

And many appreciations to all former members of AriAnA rescue robot team.



2. Operator Station Set-up and Break-Down (10 minutes)

As in previous years, we use a custom designed OCU (Operator Control Unit) for fast
set-up and break-down. This OCU currently consists of a laptop, gamepad, access

2
    ALPHA and BETA are delivered to ISOP Co. (our former sponsor and the representative of
    AVA Strategic Alliance in Iran).
point, ethernet switch, power system and a pair of antennas. We will carry the OCU
and Diamond to warm zone (next to the arena) using a trolley five minutes before each
mission. Then we will turn the entire system on to perform automatic system check up.
The system will remain powered up on "hot stand-by" until our mission starts. This
set-up strategy is similar to what had been applied in 9/11 USAR (Urban Search And
Rescue) missions [2].
When a mission starts, two team members put the robot in start point and other two
members carry the OCU to operator control station. Once whole devices are placed in
their right places, the operator starts controlling. This is done in less than 2 minutes.
At the end of each mission, the operator has two specific tasks: stopping the system
and delivering mission data while two members are taking the robot out of the arena.
The break-down procedure takes about 5 minutes.



3. Communications

All our robots have a 5 GHz IEEE802.11a Access Point/Bridge with a pair of external
antennas to exchange data (e.g. high level control commands, sensor data and digital
audio/video) with another one in OCU.
We use channel 36 as our default setting (Table 1) but it can easily be changed to any
possible channel if it is needed.

                        Table 1. Used communication frequencies

                              Rescue Robot League
                                  AriAnA (IRAN)
                 Frequency                 Channel/Band           Power (mW)
             5.0 GHz - 802.11a            36-64 (selectable)          50



4. Control Method and Human-Robot Interface

As stated before, we will deploy only one robot to perform autonomous navigation
and victim detection within the yellow, orange and radio drop out zones. This robot is
very similar to DELTA from electrical viewpoint. Fig.2 illustrates hardware block
diagram of Diamond.
Fig. 2. Hardware block diagram of our autonomous robot

The core of this block diagram consists of an FPGA based controller and a main board
which is a PC/104+ compatible, ruggedized Pentium M 2.0 GHz industrial computer
with 2MB L2 cache, 2GB DDRAM and 8 GB Compact Flash (CF). A light Linux
(Ubuntu 10.4 Server Edition) is installed on the CF to run robot control software.


4.1. Robot Operating System
Although we have been using the Player framework [3] in our robots since 2007, it is
not designed for complex intelligent systems that we are dealing with in the AMIR.
After a feasibility study, we decided to utilize ROS (C Turtle) to perform actuated
sensing and autonomous mobile manipulation in Diamond which its software block
diagram is illustrated in Fig. 3.
ROS is an open source, meta-operating system for robots. It provides the services one
would expect from an operating system (e.g. hardware abstraction, low level device
control and package management) [4].
Fig. 3. Software architecture of Diamond


4.2. Adjustable Autonomy

Diamond is supposed to navigate in a variety of environments with different levels of
traversal difficulty. We have implemented an adjustable autonomy approach to permit
the operator to enter to the robot controlling loop when it is needed. The presented
autonomy modes are:
• Teleoperation: no sensors are used to keep the robot from bumping into objects
• Safe: teleoperation with obstacle avoidance provided by the system
• Shared: semi-autonomous navigation with obstacle avoidance in which user
     marks his/her desired target point on the map and robot plans a safe path to
     reach to the target
• Full autonomous: robot chooses a target point (based on Frontier Exploration
     algorithm [5]) then safely navigates


4.2. HRI
Obviously, design of HRI (Human Robot Interaction) directly affects the ability of
operator to understand the current situation, make decisions and provide high level
commands to the robotic system. Therefore the operator's requirements and the way of
presenting them to him/her should be emphasized [6].
Our GUI (Graphical User Interface) is developed since 2009 to support adjustable
autonomy. It allows the operator to use identical GUI's to control robots with different
levels of autonomy. As it is shown in Fig. 4, the GUI has 4 different panels:
• Drive: a video centric GUI[7] for tele-operation
• Report: to record victims’ information
• Map: a map centric GUI for autonomous controlling with selectable autonomy
•   Log: shows recorded logs of mission (i.e. sensor data and control commands)




                              Fig. 4. Our GUI in RC09



5. Map generation/printing

Our mapping system comprises of two main components: Occupancy Grid (OG)
SLAM (Simultaneous Localization And Mapping) and accurate pose estimation.


5.1. Occupancy Grid SLAM
The 2D mapping module is based on recently well known open source GMapping
codes [8]. It uses grid-based SLAM algorithm with RBPF (Rao-Blackwellized Particle
Filters) by adaptive proposals and selective resampling [9]. Empirical studies have
proved robustness of this algorithm especially in large environments with several loop
closing [10]. However, we have modified this algorithm to make it real-time even with
tens of particles each of which represents a hypothesis of robot pose besides a map.
This results in fairly accurate maps even in very noisy conditions. As an instance,
Fig. 5 shows the outcome of our RBPF SLAM using the logs of an LRF and IMU
carried by a person (Dr. Johannes Pellenz, TC) in the NIST test arena at RC10 RRL
(RoboCup 2010 Rescue Robot League).
(1)                                  (2)
Fig. 5. Output of our RBPF SLAM: (1) Map of the NIST rescue test arena using
logs of (2) an LRF and IMU carried by a person

5.2. Accurate Pose Estimation
Generally, the registration process of most SLAM algorithms needs an estimation of
robot pose when the recent scan is taken relative to the pose of the previous or some
other earlier scans. The more accurate pose estimation, the need to fewer particles.
Therefore, a variety of techniques are applied to have more accurate pose estimation
in 6 DOF (the (x,y,θ)T form is used in the RBPF). Fig. 6 illustrates the output of our
entire mapping system (RBPF OG SLAM with accurate pose estimation) using LRF
and IMU logs of the team Resko (University of Koblenz, Germany) in German-Open
2010 Rescue Robot League.

Slip Compensated Odometry by Gyro
Wheel encoder based odometry is known as the most commonly used technique of
robot pose estimation. On the other hand, odometry data of tracked vehicles is very
error prone due to the huge slippage while steering. A novel approach is implemented
to eliminate the slippage in odometery calculations taking IMU data and mechanical
characteristics into account. This method is called SCOG (Slip Compensated Odome-
try by Gyro sensor) and is described in [11].

Laser Odometry
A fast ICP (Iterative Closest Point) scan matching method [12] is used to estimate the
position and orientation of robot in horizontal world plane by aligning consecutive
scans from the laser rangefinder.

Visual Odometry
To have more accurate pose estimation within currently non-static RC RRL arena, we
have implemented an open source visual odomtery using stereo vision. It finds suita-
ble image features for tracking and matches them frame by frame. By having depth of
these points, we can compute a likely 6 DOF pose for each frame.
EKF Data Fusion
After obtaining pose estimations by several individual methods, these estimates are
used in a sensor-independent manner for accurate state estimation. An open source
Extended Kalman Filter (EKF) fuses the relative position estimates of encoder, IMU,
laser and stereo odometries.




         Fig. 6. Output of our OG SLAM using the logs of an LRF and IMU



6. Sensors for Navigation and Localization

As stated before, DELTA and Diamond are very similar to each other in terms of
hardware and sensor arrangement. Their navigation sensors are (Fig. 7):

Camera
Two identical wide angle 1/3" high resolution Sony CCD color cameras provide a fine
environmental awareness for tele-operation. Videos of these cameras are converted to
MPEG-4 format and streamed over Ethernet with Real Time Streaming Protocol
(RTSP) by means of a MOXA V351 video server. We have a plan to replace this
system with a pair of HD quality USB color camera from Logitech.

Optical Shaft Encoder
All our locomotion platforms are powered by Maxon Gearhead DC motors coupled to
HEDL 5540 optical shaft encoders. The motor controllers (Maxon EPOS) connected
to these encoders send motors' data (i.e. position, velocity and acceleration) to the
motherboard via CAN interface.
LRF
Our robots are equipped with Hokoyo UTM-30 LX scanning LRF. This long range
(up to 30 m), wide angle (270°) and fast (40 Hz) LRF is mounted on a gyro controlled
gimbal-type servo mechanism to stay horizontal (in world frame) while scanning [13].
The autonomous robots utilize a tilting short range LRF (URG-04 LX) besides the
main LRF to acquire 3D point cloud for train classification.

IMU
Each robot has an IMU (Xsens MTi) to measure its 3 DOF orientation and 6 DOF
accelerations.

Ultrasonic Ranger
Twelve Devantech SRF08 ultrasonic sensors are placed around the autonomous robots
for more reliable collision avoidance.

Stereo Vision Module
DELTA has a Stereo-On-Chip (STOC) module from Videre Design for visual odome-
try. This device has an embedded processor which runs a version of the SRI Small
Vision System (SVS) [14] stereo algorithm. It is connected to an industrial computer
with IEEE 1394 (Firewire) interface and produces 30 frames per second 3D point
cloud at a resolution of 640×480 pixels.




                        Fig. 7. Sensor arrangement in DELTA
7. Sensors for Victim Identification

The autonomous victim detection is mainly based on thermal scanning to find heat
sources at the temperature of human body. The victim detector module also keeps an
eye on the other victim identification sensors. For example, when the robot enters to a
place with large amount of CO2 or noise level, it moves slowly and changes explora-
tion strategy to increase the chance of finding victims (knowing that victims are most-
ly placed in corners that are not points of interest for navigation module). We are also
developing a hole-detection algorithm using depth images provided by a low cost 3D
Imager.

Temperature Sensor
Two 8×1 pixels thermopile array sensors from Devantech mounted on a precise servo
are used in DELTA to scan environment in 42v×180h deg. field of view for heat
sources having 37±5 degrees Celsius at 1 Hz. When such a heat source is detected,
robot turns to the source for accurate verification by thermal camera. We will replace
this servo controlled thermal scanner with 32 fixed thermopile array sensors mounted
on a 1 DOF manipulator in Diamond to have real-time panoramic thermal image. This
new combination increases the chance of finding victims located in very high or very
low heights even from close distances.

Thermal Imaging Camera
Once a heat source is detected, the robot turns to the source and verifies it by means of
a thermal imaging camera (AXT100) from ANN ARBOR SENSOR SYSTEM. This
compact, lightweight and low cost thermal camera has a 32×31 uncooled FPA (Focal
Plane Array) to provide temperature information in a range of -20ºC to 600ºC with
2ºC resolution. Its on-board image processing smoothes the 32×31 raw images to
256×248 resolution at 9 fps.

3D Imager
We take advantage of recently hacked Microsoft Kinect to produce depth image. After
calibration and segmentation, probable holes in the walls can be detected (Fig. 8).
Once such a hole is detected, its location will be verified by thermal sensors.

CO2 Sensor
Each robot is equipped with a Vaisala GMM CO2 sensor to sense exhaled CO2 from
victims. They have a response time of about 20 sec. which is common in most CO2
sensors.

Microphone
A sensitive microphone is used to measure sound level around the robot.
(1)                                       (2)
Fig. 8. Using (1) Microsoft Kinect for generating depth image to be used by the (2)
hole-detection algorithm



8. Robot Locomotion

As mentioned, all our robots are differentially steered tracked vehicles. They have
different locomotion characteristics to make them suitable for their specific tasks [15].

DELTA
DELTA is a fully autonomous mobile robot which operates only in yellow arena. It
has simple Two-Tracked drivetrain with rather small footprint (Fig. 9-1). Two highly
efficient torque/velocity controlled 120 W brushless DC motors powers it to steer in
maximum speed of 1.2 m/s.

Diamond
In contrast with DELTA, Diamond is designed to have rather high mobility while it
should be easy to control. It benefits the concept of full body crawler locomotion [16]
which reduces the probability of getting stuck in debris or turning over on steep
ramps. Fig. 9-2 shows overall dimensions of Diamond.
(1)                                (2)
   Fig. 9. Overall dimensions of autonomous robots: (1) DELTA and (2) Diamond



9. Other Mechanisms

Power Management System
Our robots utilize a custom designed power management system for remote supervi-
sory control (e.g. switching devices on/off, voltage-current monitoring and limiting).
The power manager is the only device that a user can directly turn it on/off. When it
booted up, it follows a step by step procedure to turn on and test the required devices
to be wirelessly connected to the OCU (i.e. Ethernet switch and Access Point) and if
anything goes wrong, it begins blinking an LED and alarming.
Once the wireless connection is established, the power management system waits for
operator’s commands to turn on/off any requested onboard device even the industrial
computer via web interface. This is a useful capability especially when there is no
direct access to a robot that may happen in real USAR missions.
In the RoboCup competitions, this provides us an extra option of resetting robots
without touching them which results in resetting a robot without losing time and score.



10. Team Training for Operation (Human Factors)

Our new robot works in different levels of autonomy ranging from pure tele-operation
to full autonomy. A typical computer user without any background of robotics can
control it after half an hour of familiarization.
Additionally, the simulation environments of the Player project (Stage and Gazebo)
are integrated to the ROS. This lets us to train people and develop software without
damaging real robots. Fig. 10 shows a screenshot of a simulated environment in which
we are testing navigation algorithm of DELTA.




                Fig. 10. Simplified model of DELTA in the Gazebo



11. Possibility for Practical Application to Real Disaster Site

Having a real working rescue robot is a highly motivating goal and we are taking our
first steps towards this high goal of rescuing human lives.
Among aforementioned platforms, ALPHA and BETA has been evaluated in several
real urban and suburban rough terrains by our former sponsor (Fig. 11).




                     Fig. 11. ALPHA in a documentary movie
12. System Cost

 The following tables list approximate cost of our system.

                          Table 2. Price list of a typical platform

Device                Company           Model                      QTY Unit Price (USD)
Mech. components      N/A               ---                          --- 4000
Gearhead DC motor     Maxon             EC                            3    392
Motor driver          Maxon             EPOSE 70/10                   3    845
Servo                 Robotis           Rx-64                         4    280
Powering system       ISOP              ---                           1    750
Ethernet switch       PLANNET           SW502                         1    20
Access point          PLANNET           WDAP-2000PE                   1    120
Antenna               PLANNET           ANT/OM5A                      2    13
Industrial computer   Advantech         PCM4380                       1    1,050
Battery               Kinetic           Li-Poly                       1    370
Battery charger       Thunder Power     TP-1010C                      1    194
Other electronics     ---               ---                          --- 50
                                                               Total Price 11,411 ±1% USD

                            Table 3. Price list of sensor payload

Device                Company           Model                         QTY   Unit Price (USD)
LRF                   Hokuyo            UTM-30LX                       1    5,590
LRF                   Hokuyo            URG-04LX                       1    2,375
IMU                   Xsens             MTi                            1    2,550
3D Imager             Microsoft         Kinect                         1    150
Stereo vision         Videre            STOC-6cm                       1    1520
Ultrasonic ranger     Devantech         SRF08                          12   64
CO2 sensor            Vaisala           GMM                            1    925
Temperature sensor    Devantech         TPA81                          32   112
                      Ann Arbor
Thermal camera                          AXT100                         1    5995
                      Sensor system
USB Camera            Logitech          Webcam Pro 9000       2    68
                                                      Total Price 23,593 ±0.5% USD

                                Table 4. Price list of OCU

Device                Company           Model                         QTY   Unit Price (USD)
Laptop                Lenovo            Thinkpad X200                  1    1120
Ethernet switch       PLANNET           SW802                          1    20
Access point          PLANNET           WDAP-2000PE                    1    120
Antenna               PLANNET           ANT/OM5A                       2    13
DC-DC converter                         ---                            1    30
Battery                                 12V Sealed acid                1    20
Gamepad                Xbox                Xbox 360                    1    48
Aluminum case          ---                 ---                         1    420
                                                                Total Price 1,804 ±0.5% USD


 13. Lessons Learned

 Award winning teams of RC RRL may (or may not) apply the most cutting edge tech-
 nologies and innovative ideas but, they certainly are the best prepared teams in terms
 of device and team working. In other words, they well know how to use their available
 resources in more efficient way. This cannot be achieved without having team strategy
 and permanent practices.


 13.1. Team Strategy
 The team CASualty (Australia) in RC09 is a good example of a team with successful
 strategy. They managed to win three best in class awards using two robots.
 Since the outcomes of preliminary round have major effect on the results of best in
 class evaluations, teams should decide on which category they are going to focus on.
 Furthermore, an exact instruction of what each member should do within a mission
 (especially in emergencies), will be helpful.

 13.2. Autonomy with Mobility
 From a quantitative point of view, results of two previous RC competitions indicate
 that nearly no team was successful in the yellow arena. Apart from efficiency and
 robustness of applied algorithms, almost all autonomous robots suffer from inefficient
 mobility and placement of victim detection sensors.
 Considering the new rules, a number of improvements in mobility of autonomous
 robots are inevitable.



 References

 1. ROS: http://www.ros.org/wiki/
 2. Murphy, R.R.: Activities of the Rescue Robots at the World Trade Center from 11–21 Sep-
    tember 2001. IEEE Robotics & Automation Magazine (2004) 50–61
 3. Gerkey, B. P., Vaughan, R. T., Howard A.: The Player/Stage Project: Tools for Multi-Robot
    and Distributed Sensor Systems. International Conference on Advanced Robotics (ICAR
    2003), Coimbra Portugal (2003) 317–323
 4. Quigley, M., Gerkey, B., Conley, K., Faust, J., Foote, T., Leibsz, J., Bergery, E., Wheelery,
    R., Ng, A.: ROS: an open-source Robot Operating System. ICRA09 (2009)
 5. Yamauchi, B.: A frontier-based approach for autonomous exploration. IEEE Inter-national
    Symposium on Computational Intelligence in Robotics and Automation (1997)
6. Adams, J. A.: Critical Considerations for Human-Robot Interface Development, AAAI Fall
   Symposium, Human Robot Interaction Technical Report (2002)
7. Keyes, B.: EVOLUTION OF A TELEPRESENCE ROBOT INTERFACE. Final thesis for
   M.Sc. degree. Department of Computer Science. University of Massachu-setts Lowell
   (2007)
8. GMapping: http://www.openslam.org/gmapping.html
9. Grisetti, G., Stachniss, C., Burgard, W.: Improving grid-based SLAM with rao-blackwellized
   particle filters by adaptive proposals and selective resampling, ICRA05 (2005)
10. Balaguer, B., Carpin, S., Balakirsky, S.: Towards Quantitative Comparisons of Robot Algo-
   rithms: Experiences with SLAM in Simulation and Real World Systems. IROS workshop
   (2007)
11. Nagatani, K., Tokunaga, T., Okada, Y., and Yoshida, K.: Continuous Acquisition of Three di-
mensional Environment Information for Tracked Vehicles on Uneven Terrain. In Proceedings of the
2008 IEEE International Workshop on Safety, Security and Rescue Robotics, pages 25–30 (2008)
12. Censi, A.: An ICP variant using a point-to-line metric. ICRA08 (2008)
13. Pellenz, J.: Rescue robot sensor design: An active sensing approach. Fourth Inter-national
   Workshop on Synthetic Simulation and Robotics to Mitigate Earthquake Disaster (2007)
14. Konolige, K.: The Small Vision System. http://www.ai.sri.com/~konolige (2006)
15. Soltanzadeh, A. H., Chitsazan, A., Ghazali, S. A. S.: TDP of AriAnA & AVA (Iran &
   Malaysia). RoboCup Rescue Robot League (2010)
16. Yoshida, T., Koyanagi, E., Tadokoro, S., Yoshida, K., Nagatani, K., Ohno, K., Tsubouchi,
   T., Maeyama, S., Noda, I., Takizawa, O., Hada, Y.: A High Mobility 6-Crawler Mobile Ro-
   bot ’Kenaf’, Proc. 4th International Workshop on Synthetic Simulation and Robotics to Mi-
   tigate Earthquake Disaster. SRMED2007, pp.38 (2007)



Appendix

Qualification Videos (YouTube)
http://www.youtube.com/watch?v=NULIFi2mhzQ
http://www.youtube.com/watch?v=iNBSpAXKmqY
http://www.youtube.com/watch?v=K8dKR98Oc-g

Weitere ähnliche Inhalte

Was ist angesagt?

Fundamentals of Robotics and Machine Vision System
Fundamentals of Robotics and Machine Vision SystemFundamentals of Robotics and Machine Vision System
Fundamentals of Robotics and Machine Vision Systemanand hd
 
WORKING AND PROGRAMMING OF KUKA ROBOT
WORKING AND PROGRAMMING OF KUKA ROBOTWORKING AND PROGRAMMING OF KUKA ROBOT
WORKING AND PROGRAMMING OF KUKA ROBOTShahid Faizee
 
Robo programming val converted
Robo programming val convertedRobo programming val converted
Robo programming val convertedJishnu Jish
 
Industrial robot
Industrial robotIndustrial robot
Industrial robotJatin Garg
 
Basic Tutorial for Robotic Arm
Basic Tutorial for Robotic ArmBasic Tutorial for Robotic Arm
Basic Tutorial for Robotic ArmYu Wei Chen
 
Arduino Based Collision Prevention Warning System
Arduino Based Collision Prevention Warning SystemArduino Based Collision Prevention Warning System
Arduino Based Collision Prevention Warning SystemMadhav Reddy Chintapalli
 
Design, Implementation and Control of a Humanoid Robot for Obstacle Avoidance...
Design, Implementation and Control of a Humanoid Robot for Obstacle Avoidance...Design, Implementation and Control of a Humanoid Robot for Obstacle Avoidance...
Design, Implementation and Control of a Humanoid Robot for Obstacle Avoidance...IOSR Journals
 
Arts final project(MOBILE BRIDGE PLATFORM)
Arts final project(MOBILE BRIDGE PLATFORM)Arts final project(MOBILE BRIDGE PLATFORM)
Arts final project(MOBILE BRIDGE PLATFORM)Thanku Anna Baiju
 
Robots one day presentation
Robots one day presentationRobots one day presentation
Robots one day presentationGanesh Murugan
 
ROBOCON 2015 Documentation
ROBOCON 2015 DocumentationROBOCON 2015 Documentation
ROBOCON 2015 DocumentationVamsi Krishna
 
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
 
MAKING OF LINE FOLLOWER ROBOT
MAKING OF LINE FOLLOWER ROBOTMAKING OF LINE FOLLOWER ROBOT
MAKING OF LINE FOLLOWER ROBOTPRABHAHARAN429
 
Ec6003 robotics and automation notes
Ec6003   robotics and automation notesEc6003   robotics and automation notes
Ec6003 robotics and automation notesJAIGANESH SEKAR
 
Design and Implementation of Rover for Mars Communication: Review and Idea
Design and Implementation of Rover for Mars Communication: Review and IdeaDesign and Implementation of Rover for Mars Communication: Review and Idea
Design and Implementation of Rover for Mars Communication: Review and IdeaIRJET Journal
 
Industrial robotics
Industrial roboticsIndustrial robotics
Industrial roboticsjjenishmech
 

Was ist angesagt? (19)

Fundamentals of Robotics and Machine Vision System
Fundamentals of Robotics and Machine Vision SystemFundamentals of Robotics and Machine Vision System
Fundamentals of Robotics and Machine Vision System
 
WORKING AND PROGRAMMING OF KUKA ROBOT
WORKING AND PROGRAMMING OF KUKA ROBOTWORKING AND PROGRAMMING OF KUKA ROBOT
WORKING AND PROGRAMMING OF KUKA ROBOT
 
Robo programming val converted
Robo programming val convertedRobo programming val converted
Robo programming val converted
 
Report
ReportReport
Report
 
Final Doc_1.1
Final Doc_1.1Final Doc_1.1
Final Doc_1.1
 
Industrial robot
Industrial robotIndustrial robot
Industrial robot
 
Industrial robots
Industrial robotsIndustrial robots
Industrial robots
 
Basic Tutorial for Robotic Arm
Basic Tutorial for Robotic ArmBasic Tutorial for Robotic Arm
Basic Tutorial for Robotic Arm
 
Arduino Based Collision Prevention Warning System
Arduino Based Collision Prevention Warning SystemArduino Based Collision Prevention Warning System
Arduino Based Collision Prevention Warning System
 
Design, Implementation and Control of a Humanoid Robot for Obstacle Avoidance...
Design, Implementation and Control of a Humanoid Robot for Obstacle Avoidance...Design, Implementation and Control of a Humanoid Robot for Obstacle Avoidance...
Design, Implementation and Control of a Humanoid Robot for Obstacle Avoidance...
 
Arts final project(MOBILE BRIDGE PLATFORM)
Arts final project(MOBILE BRIDGE PLATFORM)Arts final project(MOBILE BRIDGE PLATFORM)
Arts final project(MOBILE BRIDGE PLATFORM)
 
Robots one day presentation
Robots one day presentationRobots one day presentation
Robots one day presentation
 
ROBOCON 2015 Documentation
ROBOCON 2015 DocumentationROBOCON 2015 Documentation
ROBOCON 2015 Documentation
 
AI Robotics
AI RoboticsAI Robotics
AI Robotics
 
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)
 
MAKING OF LINE FOLLOWER ROBOT
MAKING OF LINE FOLLOWER ROBOTMAKING OF LINE FOLLOWER ROBOT
MAKING OF LINE FOLLOWER ROBOT
 
Ec6003 robotics and automation notes
Ec6003   robotics and automation notesEc6003   robotics and automation notes
Ec6003 robotics and automation notes
 
Design and Implementation of Rover for Mars Communication: Review and Idea
Design and Implementation of Rover for Mars Communication: Review and IdeaDesign and Implementation of Rover for Mars Communication: Review and Idea
Design and Implementation of Rover for Mars Communication: Review and Idea
 
Industrial robotics
Industrial roboticsIndustrial robotics
Industrial robotics
 

Andere mochten auch

2016.1.12 Academic Overview
2016.1.12 Academic Overview2016.1.12 Academic Overview
2016.1.12 Academic OverviewJoanna Bradshaw
 
Creative Virtual, Chris Ezekiel's presentation
Creative Virtual, Chris Ezekiel's presentationCreative Virtual, Chris Ezekiel's presentation
Creative Virtual, Chris Ezekiel's presentationInBlackandWhite
 
First Year Project Workshop Notre Dame August 2 4 09 Presentation
First Year Project Workshop Notre Dame August 2 4 09 PresentationFirst Year Project Workshop Notre Dame August 2 4 09 Presentation
First Year Project Workshop Notre Dame August 2 4 09 PresentationIntro Engineering
 
Characteristics of highly effective enterprise virtual assistants
Characteristics of highly effective enterprise virtual assistantsCharacteristics of highly effective enterprise virtual assistants
Characteristics of highly effective enterprise virtual assistantsintelligentfactors
 
Social digital giorgio fatarella
Social digital giorgio fatarellaSocial digital giorgio fatarella
Social digital giorgio fatarellaGiorgio Fatarella
 
Can AI compete with a smile? nicola strong srai presentation 14 september 2016
Can AI compete with a smile? nicola strong srai presentation   14 september 2016Can AI compete with a smile? nicola strong srai presentation   14 september 2016
Can AI compete with a smile? nicola strong srai presentation 14 september 2016Sudeep Sakalle
 
Julie Doke Virtual Assistant
Julie Doke Virtual AssistantJulie Doke Virtual Assistant
Julie Doke Virtual AssistantJulie Doke
 
Virtual Assistants in the Enterprise
Virtual Assistants in the EnterpriseVirtual Assistants in the Enterprise
Virtual Assistants in the EnterpriseVinay Dwivedi
 
Making Intelligent Virtual Assistants a Reality
Making Intelligent Virtual Assistants a RealityMaking Intelligent Virtual Assistants a Reality
Making Intelligent Virtual Assistants a RealityEarley Information Science
 
Text to-speech & voice recognition
Text to-speech & voice recognitionText to-speech & voice recognition
Text to-speech & voice recognitionMark Williams
 
Watson DevCon 2016: Myca - My Career Advisor: Providing Individualized Career...
Watson DevCon 2016: Myca - My Career Advisor: Providing Individualized Career...Watson DevCon 2016: Myca - My Career Advisor: Providing Individualized Career...
Watson DevCon 2016: Myca - My Career Advisor: Providing Individualized Career...IBM Watson
 
Building with Watson - Serverless Chatbots with PubNub and Conversation
Building with Watson - Serverless Chatbots with PubNub and ConversationBuilding with Watson - Serverless Chatbots with PubNub and Conversation
Building with Watson - Serverless Chatbots with PubNub and ConversationIBM Watson
 
Application Developer Predictions 2017 - It's All About Cognitive
Application Developer Predictions 2017 - It's All About CognitiveApplication Developer Predictions 2017 - It's All About Cognitive
Application Developer Predictions 2017 - It's All About CognitiveIBM Watson
 
OK So Enterprise Search is "Janky" - Now What?
OK So Enterprise Search is "Janky" - Now What?OK So Enterprise Search is "Janky" - Now What?
OK So Enterprise Search is "Janky" - Now What?Earley Information Science
 
Speech to text conversion
Speech to text conversionSpeech to text conversion
Speech to text conversionankit_saluja
 
AI Agent and Chatbot Trends For Enterprises
AI Agent and Chatbot Trends For EnterprisesAI Agent and Chatbot Trends For Enterprises
AI Agent and Chatbot Trends For EnterprisesTeewee Ang
 
Speech recognition project report
Speech recognition project reportSpeech recognition project report
Speech recognition project reportSarang Afle
 

Andere mochten auch (20)

2016.1.12 Academic Overview
2016.1.12 Academic Overview2016.1.12 Academic Overview
2016.1.12 Academic Overview
 
Creative Virtual, Chris Ezekiel's presentation
Creative Virtual, Chris Ezekiel's presentationCreative Virtual, Chris Ezekiel's presentation
Creative Virtual, Chris Ezekiel's presentation
 
First Year Project Workshop Notre Dame August 2 4 09 Presentation
First Year Project Workshop Notre Dame August 2 4 09 PresentationFirst Year Project Workshop Notre Dame August 2 4 09 Presentation
First Year Project Workshop Notre Dame August 2 4 09 Presentation
 
RESUME
RESUMERESUME
RESUME
 
Characteristics of highly effective enterprise virtual assistants
Characteristics of highly effective enterprise virtual assistantsCharacteristics of highly effective enterprise virtual assistants
Characteristics of highly effective enterprise virtual assistants
 
Virtual Call Center
Virtual Call CenterVirtual Call Center
Virtual Call Center
 
Social digital giorgio fatarella
Social digital giorgio fatarellaSocial digital giorgio fatarella
Social digital giorgio fatarella
 
Can AI compete with a smile? nicola strong srai presentation 14 september 2016
Can AI compete with a smile? nicola strong srai presentation   14 september 2016Can AI compete with a smile? nicola strong srai presentation   14 september 2016
Can AI compete with a smile? nicola strong srai presentation 14 september 2016
 
Julie Doke Virtual Assistant
Julie Doke Virtual AssistantJulie Doke Virtual Assistant
Julie Doke Virtual Assistant
 
Virtual Assistants in the Enterprise
Virtual Assistants in the EnterpriseVirtual Assistants in the Enterprise
Virtual Assistants in the Enterprise
 
Making Intelligent Virtual Assistants a Reality
Making Intelligent Virtual Assistants a RealityMaking Intelligent Virtual Assistants a Reality
Making Intelligent Virtual Assistants a Reality
 
Text to-speech & voice recognition
Text to-speech & voice recognitionText to-speech & voice recognition
Text to-speech & voice recognition
 
Watson DevCon 2016: Myca - My Career Advisor: Providing Individualized Career...
Watson DevCon 2016: Myca - My Career Advisor: Providing Individualized Career...Watson DevCon 2016: Myca - My Career Advisor: Providing Individualized Career...
Watson DevCon 2016: Myca - My Career Advisor: Providing Individualized Career...
 
Building with Watson - Serverless Chatbots with PubNub and Conversation
Building with Watson - Serverless Chatbots with PubNub and ConversationBuilding with Watson - Serverless Chatbots with PubNub and Conversation
Building with Watson - Serverless Chatbots with PubNub and Conversation
 
Application Developer Predictions 2017 - It's All About Cognitive
Application Developer Predictions 2017 - It's All About CognitiveApplication Developer Predictions 2017 - It's All About Cognitive
Application Developer Predictions 2017 - It's All About Cognitive
 
OK So Enterprise Search is "Janky" - Now What?
OK So Enterprise Search is "Janky" - Now What?OK So Enterprise Search is "Janky" - Now What?
OK So Enterprise Search is "Janky" - Now What?
 
Speech to text conversion
Speech to text conversionSpeech to text conversion
Speech to text conversion
 
AI Agent and Chatbot Trends For Enterprises
AI Agent and Chatbot Trends For EnterprisesAI Agent and Chatbot Trends For Enterprises
AI Agent and Chatbot Trends For Enterprises
 
XebiConFr15 - Les algorithmes du machine learning
XebiConFr15 - Les algorithmes du machine learningXebiConFr15 - Les algorithmes du machine learning
XebiConFr15 - Les algorithmes du machine learning
 
Speech recognition project report
Speech recognition project reportSpeech recognition project report
Speech recognition project report
 

Ähnlich wie RoboCupRescue 2011 - Robot League Team AriAnA (Iran

RoboCup 2010 - Rescue Robot League - AriAnA & AVA - Iran & Malaysia
RoboCup 2010 - Rescue Robot League - AriAnA & AVA - Iran & MalaysiaRoboCup 2010 - Rescue Robot League - AriAnA & AVA - Iran & Malaysia
RoboCup 2010 - Rescue Robot League - AriAnA & AVA - Iran & MalaysiaAmir H. Soltanzadeh
 
MRL Team Description Paper for Humanoid KidSize League of Robocup 2014
MRL Team Description Paper  for Humanoid KidSize League of Robocup 2014MRL Team Description Paper  for Humanoid KidSize League of Robocup 2014
MRL Team Description Paper for Humanoid KidSize League of Robocup 2014Emad Farrokhi
 
MRL Team Description Paper for Humanoid KidSize League Of 2015
MRL Team Description Paper for Humanoid KidSize League Of 2015MRL Team Description Paper for Humanoid KidSize League Of 2015
MRL Team Description Paper for Humanoid KidSize League Of 2015Emad Farrokhi
 
A SMART VOICE CONTROLLED PICK AND PLACE ROBOT.pdf
A SMART VOICE CONTROLLED PICK AND PLACE ROBOT.pdfA SMART VOICE CONTROLLED PICK AND PLACE ROBOT.pdf
A SMART VOICE CONTROLLED PICK AND PLACE ROBOT.pdfAakash Sheelvant
 
A SMART VOICE CONTROLLED PICK AND PLACE ROBOT
A SMART VOICE CONTROLLED PICK AND PLACE ROBOTA SMART VOICE CONTROLLED PICK AND PLACE ROBOT
A SMART VOICE CONTROLLED PICK AND PLACE ROBOTIRJET Journal
 
High-Speed Neural Network Controller for Autonomous Robot Navigation using FPGA
High-Speed Neural Network Controller for Autonomous Robot Navigation using FPGAHigh-Speed Neural Network Controller for Autonomous Robot Navigation using FPGA
High-Speed Neural Network Controller for Autonomous Robot Navigation using FPGAiosrjce
 
A Global Integrated Artificial Potential Field/Virtual Obstacles Path Plannin...
A Global Integrated Artificial Potential Field/Virtual Obstacles Path Plannin...A Global Integrated Artificial Potential Field/Virtual Obstacles Path Plannin...
A Global Integrated Artificial Potential Field/Virtual Obstacles Path Plannin...IRJET Journal
 
Developing a Humanoid Robot Platform
Developing a Humanoid Robot PlatformDeveloping a Humanoid Robot Platform
Developing a Humanoid Robot PlatformDr. Amarjeet Singh
 
Industrial Robotics Chap 01 Fundamentals
Industrial  Robotics  Chap 01  FundamentalsIndustrial  Robotics  Chap 01  Fundamentals
Industrial Robotics Chap 01 FundamentalsKevin Carvalho
 
Summer Training Program Report On Embedded system and robot
Summer Training Program Report On Embedded system and robot Summer Training Program Report On Embedded system and robot
Summer Training Program Report On Embedded system and robot Arcanjo Salazaku
 
Harini_Mobile_Robotics
Harini_Mobile_RoboticsHarini_Mobile_Robotics
Harini_Mobile_RoboticsHarini Suresh
 
International Journal of Computational Engineering Research (IJCER)
International Journal of Computational Engineering Research (IJCER) International Journal of Computational Engineering Research (IJCER)
International Journal of Computational Engineering Research (IJCER) ijceronline
 
Design of a Library of Motion Functions for a Humanoid Robot for a Soccer Game
Design of a Library of Motion Functions for a Humanoid Robot for a Soccer GameDesign of a Library of Motion Functions for a Humanoid Robot for a Soccer Game
Design of a Library of Motion Functions for a Humanoid Robot for a Soccer GameUniversidad Complutense de Madrid
 
Robo unit4- Robot Programming.pptx
Robo unit4- Robot Programming.pptxRobo unit4- Robot Programming.pptx
Robo unit4- Robot Programming.pptxPriya429658
 
Servo Based 5 Axis Robotic Arm Project Report
Servo Based 5 Axis Robotic Arm Project ReportServo Based 5 Axis Robotic Arm Project Report
Servo Based 5 Axis Robotic Arm Project ReportRobo India
 

Ähnlich wie RoboCupRescue 2011 - Robot League Team AriAnA (Iran (20)

RoboCup 2010 - Rescue Robot League - AriAnA & AVA - Iran & Malaysia
RoboCup 2010 - Rescue Robot League - AriAnA & AVA - Iran & MalaysiaRoboCup 2010 - Rescue Robot League - AriAnA & AVA - Iran & Malaysia
RoboCup 2010 - Rescue Robot League - AriAnA & AVA - Iran & Malaysia
 
Robocup2006
Robocup2006Robocup2006
Robocup2006
 
MRL Team Description Paper for Humanoid KidSize League of Robocup 2014
MRL Team Description Paper  for Humanoid KidSize League of Robocup 2014MRL Team Description Paper  for Humanoid KidSize League of Robocup 2014
MRL Team Description Paper for Humanoid KidSize League of Robocup 2014
 
MRL Team Description Paper for Humanoid KidSize League Of 2015
MRL Team Description Paper for Humanoid KidSize League Of 2015MRL Team Description Paper for Humanoid KidSize League Of 2015
MRL Team Description Paper for Humanoid KidSize League Of 2015
 
H011114758
H011114758H011114758
H011114758
 
A SMART VOICE CONTROLLED PICK AND PLACE ROBOT.pdf
A SMART VOICE CONTROLLED PICK AND PLACE ROBOT.pdfA SMART VOICE CONTROLLED PICK AND PLACE ROBOT.pdf
A SMART VOICE CONTROLLED PICK AND PLACE ROBOT.pdf
 
A SMART VOICE CONTROLLED PICK AND PLACE ROBOT
A SMART VOICE CONTROLLED PICK AND PLACE ROBOTA SMART VOICE CONTROLLED PICK AND PLACE ROBOT
A SMART VOICE CONTROLLED PICK AND PLACE ROBOT
 
High-Speed Neural Network Controller for Autonomous Robot Navigation using FPGA
High-Speed Neural Network Controller for Autonomous Robot Navigation using FPGAHigh-Speed Neural Network Controller for Autonomous Robot Navigation using FPGA
High-Speed Neural Network Controller for Autonomous Robot Navigation using FPGA
 
A Global Integrated Artificial Potential Field/Virtual Obstacles Path Plannin...
A Global Integrated Artificial Potential Field/Virtual Obstacles Path Plannin...A Global Integrated Artificial Potential Field/Virtual Obstacles Path Plannin...
A Global Integrated Artificial Potential Field/Virtual Obstacles Path Plannin...
 
Developing a Humanoid Robot Platform
Developing a Humanoid Robot PlatformDeveloping a Humanoid Robot Platform
Developing a Humanoid Robot Platform
 
Industrial Robotics Chap 01 Fundamentals
Industrial  Robotics  Chap 01  FundamentalsIndustrial  Robotics  Chap 01  Fundamentals
Industrial Robotics Chap 01 Fundamentals
 
Summer Training Program Report On Embedded system and robot
Summer Training Program Report On Embedded system and robot Summer Training Program Report On Embedded system and robot
Summer Training Program Report On Embedded system and robot
 
pick and place ppt.ppt
pick and place ppt.pptpick and place ppt.ppt
pick and place ppt.ppt
 
Harini_Mobile_Robotics
Harini_Mobile_RoboticsHarini_Mobile_Robotics
Harini_Mobile_Robotics
 
International Journal of Computational Engineering Research (IJCER)
International Journal of Computational Engineering Research (IJCER) International Journal of Computational Engineering Research (IJCER)
International Journal of Computational Engineering Research (IJCER)
 
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...
 
Design of a Library of Motion Functions for a Humanoid Robot for a Soccer Game
Design of a Library of Motion Functions for a Humanoid Robot for a Soccer GameDesign of a Library of Motion Functions for a Humanoid Robot for a Soccer Game
Design of a Library of Motion Functions for a Humanoid Robot for a Soccer Game
 
Seminar report on robotics (line follower) ppt
Seminar report on robotics (line follower) pptSeminar report on robotics (line follower) ppt
Seminar report on robotics (line follower) ppt
 
Robo unit4- Robot Programming.pptx
Robo unit4- Robot Programming.pptxRobo unit4- Robot Programming.pptx
Robo unit4- Robot Programming.pptx
 
Servo Based 5 Axis Robotic Arm Project Report
Servo Based 5 Axis Robotic Arm Project ReportServo Based 5 Axis Robotic Arm Project Report
Servo Based 5 Axis Robotic Arm Project Report
 

Kürzlich hochgeladen

DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 

Kürzlich hochgeladen (20)

DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 

RoboCupRescue 2011 - Robot League Team AriAnA (Iran

  • 1. RoboCupRescue 2011 - Robot League Team AriAnA (Iran) Amir H. Soltanzadeh1, Amir H. Rajabi1, Arash Alizadeh1, Golnaz Eftekhari1, Mehdi Soltanzadeh1 1 Robotics Laboratory Engineering School, Niayesh Campus Islamic Azad University of Central Tehran Branch Pounak Sq., Chaharbagh Ave., Tehran, 1469669191 Iran amirhst@gmail.com http://robot.iauctb.ac.ir Abstract. This document describes the approach of AriAnA rescue robot team for RoboCup 2011. The team is active in RoboCup Rescue since 2006 and has participated in the last two years as a part of a multi-national team. This year we have focused on autonomous navigation in rough terrains and will be bringing only one fully autonomous mobile robot capable of traversing yellow and orange arenas. Introduction AriAnA rescue robot team represents IAUCTB (Islamic Azad University of Central Tehran Branch) and develops mechatronical layers of high mobility rescue robots (i.e. hybrid locomotion, semi-active controlling and power management) since 2006. The team began cooperating with an industrial group (AVA Strategic Alliance) in 2009 which led to participating as a joined multi-national team in RoboCup 2009 and 2010. We continued the collaboration up to the end of 2010 and won first place award of Khwarizmi National Robotics Competitions1 within this year. After the competitions, our team was funded for a new research project called AMIR (Advanced Mobility Intelligent Robot) in which we will develop a fully autonomous mobile robot capable of traversing rough terrains (similar to the orange arena). To reduce the time of low level programming/debugging, we decided to use ROS (Robot Operating System) [1] which is becoming very popular in robotics communi- ties. At the time being, ROS is implemented on our existing autonomous robot (DELTA) which doesn’t have enough mobility to pass the orange arena. To solve this problem, we have designed a new platform (hereafter referred to as "Diamond") and we will use it in RoboCup 2011. Fig.1 shows the robots built by AriAnA rescue robot team since 2006. 1 A non-RoboCup event exactly similar to the regional open competitions organized by Iranian Industrial Research Organization
  • 2. (1) (2) (3) (4) (5) (6) Fig. 1. Our robots: (1) ARIAN-2006, (2) META-2007, (3) ALPHA-2008, (4) BETA- 20092, (5) DELTA-2009 and GAMMA-2010 1. Team Members and Their Contributions • Dr. Hossein Mahbadi Advisor • Dr. Mohammad Eftekhari Advisor • Dr. Armen Adamian Advisor • Amir H. Soltanzadeh Team leader, Technical manager • Arash Alizadeh Mechanics • Amir Hossein Rajabi Mechanics • Golnaz Eftekhari Electronics • Mehdi Soltanzadeh Software • Hedieh Vahabi Ahooie Software • Further student members may join to the team. And many appreciations to all former members of AriAnA rescue robot team. 2. Operator Station Set-up and Break-Down (10 minutes) As in previous years, we use a custom designed OCU (Operator Control Unit) for fast set-up and break-down. This OCU currently consists of a laptop, gamepad, access 2 ALPHA and BETA are delivered to ISOP Co. (our former sponsor and the representative of AVA Strategic Alliance in Iran).
  • 3. point, ethernet switch, power system and a pair of antennas. We will carry the OCU and Diamond to warm zone (next to the arena) using a trolley five minutes before each mission. Then we will turn the entire system on to perform automatic system check up. The system will remain powered up on "hot stand-by" until our mission starts. This set-up strategy is similar to what had been applied in 9/11 USAR (Urban Search And Rescue) missions [2]. When a mission starts, two team members put the robot in start point and other two members carry the OCU to operator control station. Once whole devices are placed in their right places, the operator starts controlling. This is done in less than 2 minutes. At the end of each mission, the operator has two specific tasks: stopping the system and delivering mission data while two members are taking the robot out of the arena. The break-down procedure takes about 5 minutes. 3. Communications All our robots have a 5 GHz IEEE802.11a Access Point/Bridge with a pair of external antennas to exchange data (e.g. high level control commands, sensor data and digital audio/video) with another one in OCU. We use channel 36 as our default setting (Table 1) but it can easily be changed to any possible channel if it is needed. Table 1. Used communication frequencies Rescue Robot League AriAnA (IRAN) Frequency Channel/Band Power (mW) 5.0 GHz - 802.11a 36-64 (selectable) 50 4. Control Method and Human-Robot Interface As stated before, we will deploy only one robot to perform autonomous navigation and victim detection within the yellow, orange and radio drop out zones. This robot is very similar to DELTA from electrical viewpoint. Fig.2 illustrates hardware block diagram of Diamond.
  • 4. Fig. 2. Hardware block diagram of our autonomous robot The core of this block diagram consists of an FPGA based controller and a main board which is a PC/104+ compatible, ruggedized Pentium M 2.0 GHz industrial computer with 2MB L2 cache, 2GB DDRAM and 8 GB Compact Flash (CF). A light Linux (Ubuntu 10.4 Server Edition) is installed on the CF to run robot control software. 4.1. Robot Operating System Although we have been using the Player framework [3] in our robots since 2007, it is not designed for complex intelligent systems that we are dealing with in the AMIR. After a feasibility study, we decided to utilize ROS (C Turtle) to perform actuated sensing and autonomous mobile manipulation in Diamond which its software block diagram is illustrated in Fig. 3. ROS is an open source, meta-operating system for robots. It provides the services one would expect from an operating system (e.g. hardware abstraction, low level device control and package management) [4].
  • 5. Fig. 3. Software architecture of Diamond 4.2. Adjustable Autonomy Diamond is supposed to navigate in a variety of environments with different levels of traversal difficulty. We have implemented an adjustable autonomy approach to permit the operator to enter to the robot controlling loop when it is needed. The presented autonomy modes are: • Teleoperation: no sensors are used to keep the robot from bumping into objects • Safe: teleoperation with obstacle avoidance provided by the system • Shared: semi-autonomous navigation with obstacle avoidance in which user marks his/her desired target point on the map and robot plans a safe path to reach to the target • Full autonomous: robot chooses a target point (based on Frontier Exploration algorithm [5]) then safely navigates 4.2. HRI Obviously, design of HRI (Human Robot Interaction) directly affects the ability of operator to understand the current situation, make decisions and provide high level commands to the robotic system. Therefore the operator's requirements and the way of presenting them to him/her should be emphasized [6]. Our GUI (Graphical User Interface) is developed since 2009 to support adjustable autonomy. It allows the operator to use identical GUI's to control robots with different levels of autonomy. As it is shown in Fig. 4, the GUI has 4 different panels: • Drive: a video centric GUI[7] for tele-operation • Report: to record victims’ information • Map: a map centric GUI for autonomous controlling with selectable autonomy
  • 6. Log: shows recorded logs of mission (i.e. sensor data and control commands) Fig. 4. Our GUI in RC09 5. Map generation/printing Our mapping system comprises of two main components: Occupancy Grid (OG) SLAM (Simultaneous Localization And Mapping) and accurate pose estimation. 5.1. Occupancy Grid SLAM The 2D mapping module is based on recently well known open source GMapping codes [8]. It uses grid-based SLAM algorithm with RBPF (Rao-Blackwellized Particle Filters) by adaptive proposals and selective resampling [9]. Empirical studies have proved robustness of this algorithm especially in large environments with several loop closing [10]. However, we have modified this algorithm to make it real-time even with tens of particles each of which represents a hypothesis of robot pose besides a map. This results in fairly accurate maps even in very noisy conditions. As an instance, Fig. 5 shows the outcome of our RBPF SLAM using the logs of an LRF and IMU carried by a person (Dr. Johannes Pellenz, TC) in the NIST test arena at RC10 RRL (RoboCup 2010 Rescue Robot League).
  • 7. (1) (2) Fig. 5. Output of our RBPF SLAM: (1) Map of the NIST rescue test arena using logs of (2) an LRF and IMU carried by a person 5.2. Accurate Pose Estimation Generally, the registration process of most SLAM algorithms needs an estimation of robot pose when the recent scan is taken relative to the pose of the previous or some other earlier scans. The more accurate pose estimation, the need to fewer particles. Therefore, a variety of techniques are applied to have more accurate pose estimation in 6 DOF (the (x,y,θ)T form is used in the RBPF). Fig. 6 illustrates the output of our entire mapping system (RBPF OG SLAM with accurate pose estimation) using LRF and IMU logs of the team Resko (University of Koblenz, Germany) in German-Open 2010 Rescue Robot League. Slip Compensated Odometry by Gyro Wheel encoder based odometry is known as the most commonly used technique of robot pose estimation. On the other hand, odometry data of tracked vehicles is very error prone due to the huge slippage while steering. A novel approach is implemented to eliminate the slippage in odometery calculations taking IMU data and mechanical characteristics into account. This method is called SCOG (Slip Compensated Odome- try by Gyro sensor) and is described in [11]. Laser Odometry A fast ICP (Iterative Closest Point) scan matching method [12] is used to estimate the position and orientation of robot in horizontal world plane by aligning consecutive scans from the laser rangefinder. Visual Odometry To have more accurate pose estimation within currently non-static RC RRL arena, we have implemented an open source visual odomtery using stereo vision. It finds suita- ble image features for tracking and matches them frame by frame. By having depth of these points, we can compute a likely 6 DOF pose for each frame.
  • 8. EKF Data Fusion After obtaining pose estimations by several individual methods, these estimates are used in a sensor-independent manner for accurate state estimation. An open source Extended Kalman Filter (EKF) fuses the relative position estimates of encoder, IMU, laser and stereo odometries. Fig. 6. Output of our OG SLAM using the logs of an LRF and IMU 6. Sensors for Navigation and Localization As stated before, DELTA and Diamond are very similar to each other in terms of hardware and sensor arrangement. Their navigation sensors are (Fig. 7): Camera Two identical wide angle 1/3" high resolution Sony CCD color cameras provide a fine environmental awareness for tele-operation. Videos of these cameras are converted to MPEG-4 format and streamed over Ethernet with Real Time Streaming Protocol (RTSP) by means of a MOXA V351 video server. We have a plan to replace this system with a pair of HD quality USB color camera from Logitech. Optical Shaft Encoder All our locomotion platforms are powered by Maxon Gearhead DC motors coupled to HEDL 5540 optical shaft encoders. The motor controllers (Maxon EPOS) connected to these encoders send motors' data (i.e. position, velocity and acceleration) to the motherboard via CAN interface.
  • 9. LRF Our robots are equipped with Hokoyo UTM-30 LX scanning LRF. This long range (up to 30 m), wide angle (270°) and fast (40 Hz) LRF is mounted on a gyro controlled gimbal-type servo mechanism to stay horizontal (in world frame) while scanning [13]. The autonomous robots utilize a tilting short range LRF (URG-04 LX) besides the main LRF to acquire 3D point cloud for train classification. IMU Each robot has an IMU (Xsens MTi) to measure its 3 DOF orientation and 6 DOF accelerations. Ultrasonic Ranger Twelve Devantech SRF08 ultrasonic sensors are placed around the autonomous robots for more reliable collision avoidance. Stereo Vision Module DELTA has a Stereo-On-Chip (STOC) module from Videre Design for visual odome- try. This device has an embedded processor which runs a version of the SRI Small Vision System (SVS) [14] stereo algorithm. It is connected to an industrial computer with IEEE 1394 (Firewire) interface and produces 30 frames per second 3D point cloud at a resolution of 640×480 pixels. Fig. 7. Sensor arrangement in DELTA
  • 10. 7. Sensors for Victim Identification The autonomous victim detection is mainly based on thermal scanning to find heat sources at the temperature of human body. The victim detector module also keeps an eye on the other victim identification sensors. For example, when the robot enters to a place with large amount of CO2 or noise level, it moves slowly and changes explora- tion strategy to increase the chance of finding victims (knowing that victims are most- ly placed in corners that are not points of interest for navigation module). We are also developing a hole-detection algorithm using depth images provided by a low cost 3D Imager. Temperature Sensor Two 8×1 pixels thermopile array sensors from Devantech mounted on a precise servo are used in DELTA to scan environment in 42v×180h deg. field of view for heat sources having 37±5 degrees Celsius at 1 Hz. When such a heat source is detected, robot turns to the source for accurate verification by thermal camera. We will replace this servo controlled thermal scanner with 32 fixed thermopile array sensors mounted on a 1 DOF manipulator in Diamond to have real-time panoramic thermal image. This new combination increases the chance of finding victims located in very high or very low heights even from close distances. Thermal Imaging Camera Once a heat source is detected, the robot turns to the source and verifies it by means of a thermal imaging camera (AXT100) from ANN ARBOR SENSOR SYSTEM. This compact, lightweight and low cost thermal camera has a 32×31 uncooled FPA (Focal Plane Array) to provide temperature information in a range of -20ºC to 600ºC with 2ºC resolution. Its on-board image processing smoothes the 32×31 raw images to 256×248 resolution at 9 fps. 3D Imager We take advantage of recently hacked Microsoft Kinect to produce depth image. After calibration and segmentation, probable holes in the walls can be detected (Fig. 8). Once such a hole is detected, its location will be verified by thermal sensors. CO2 Sensor Each robot is equipped with a Vaisala GMM CO2 sensor to sense exhaled CO2 from victims. They have a response time of about 20 sec. which is common in most CO2 sensors. Microphone A sensitive microphone is used to measure sound level around the robot.
  • 11. (1) (2) Fig. 8. Using (1) Microsoft Kinect for generating depth image to be used by the (2) hole-detection algorithm 8. Robot Locomotion As mentioned, all our robots are differentially steered tracked vehicles. They have different locomotion characteristics to make them suitable for their specific tasks [15]. DELTA DELTA is a fully autonomous mobile robot which operates only in yellow arena. It has simple Two-Tracked drivetrain with rather small footprint (Fig. 9-1). Two highly efficient torque/velocity controlled 120 W brushless DC motors powers it to steer in maximum speed of 1.2 m/s. Diamond In contrast with DELTA, Diamond is designed to have rather high mobility while it should be easy to control. It benefits the concept of full body crawler locomotion [16] which reduces the probability of getting stuck in debris or turning over on steep ramps. Fig. 9-2 shows overall dimensions of Diamond.
  • 12. (1) (2) Fig. 9. Overall dimensions of autonomous robots: (1) DELTA and (2) Diamond 9. Other Mechanisms Power Management System Our robots utilize a custom designed power management system for remote supervi- sory control (e.g. switching devices on/off, voltage-current monitoring and limiting). The power manager is the only device that a user can directly turn it on/off. When it booted up, it follows a step by step procedure to turn on and test the required devices to be wirelessly connected to the OCU (i.e. Ethernet switch and Access Point) and if anything goes wrong, it begins blinking an LED and alarming. Once the wireless connection is established, the power management system waits for operator’s commands to turn on/off any requested onboard device even the industrial computer via web interface. This is a useful capability especially when there is no direct access to a robot that may happen in real USAR missions. In the RoboCup competitions, this provides us an extra option of resetting robots without touching them which results in resetting a robot without losing time and score. 10. Team Training for Operation (Human Factors) Our new robot works in different levels of autonomy ranging from pure tele-operation to full autonomy. A typical computer user without any background of robotics can control it after half an hour of familiarization.
  • 13. Additionally, the simulation environments of the Player project (Stage and Gazebo) are integrated to the ROS. This lets us to train people and develop software without damaging real robots. Fig. 10 shows a screenshot of a simulated environment in which we are testing navigation algorithm of DELTA. Fig. 10. Simplified model of DELTA in the Gazebo 11. Possibility for Practical Application to Real Disaster Site Having a real working rescue robot is a highly motivating goal and we are taking our first steps towards this high goal of rescuing human lives. Among aforementioned platforms, ALPHA and BETA has been evaluated in several real urban and suburban rough terrains by our former sponsor (Fig. 11). Fig. 11. ALPHA in a documentary movie
  • 14. 12. System Cost The following tables list approximate cost of our system. Table 2. Price list of a typical platform Device Company Model QTY Unit Price (USD) Mech. components N/A --- --- 4000 Gearhead DC motor Maxon EC 3 392 Motor driver Maxon EPOSE 70/10 3 845 Servo Robotis Rx-64 4 280 Powering system ISOP --- 1 750 Ethernet switch PLANNET SW502 1 20 Access point PLANNET WDAP-2000PE 1 120 Antenna PLANNET ANT/OM5A 2 13 Industrial computer Advantech PCM4380 1 1,050 Battery Kinetic Li-Poly 1 370 Battery charger Thunder Power TP-1010C 1 194 Other electronics --- --- --- 50 Total Price 11,411 ±1% USD Table 3. Price list of sensor payload Device Company Model QTY Unit Price (USD) LRF Hokuyo UTM-30LX 1 5,590 LRF Hokuyo URG-04LX 1 2,375 IMU Xsens MTi 1 2,550 3D Imager Microsoft Kinect 1 150 Stereo vision Videre STOC-6cm 1 1520 Ultrasonic ranger Devantech SRF08 12 64 CO2 sensor Vaisala GMM 1 925 Temperature sensor Devantech TPA81 32 112 Ann Arbor Thermal camera AXT100 1 5995 Sensor system USB Camera Logitech Webcam Pro 9000 2 68 Total Price 23,593 ±0.5% USD Table 4. Price list of OCU Device Company Model QTY Unit Price (USD) Laptop Lenovo Thinkpad X200 1 1120 Ethernet switch PLANNET SW802 1 20 Access point PLANNET WDAP-2000PE 1 120 Antenna PLANNET ANT/OM5A 2 13 DC-DC converter --- 1 30 Battery 12V Sealed acid 1 20
  • 15. Gamepad Xbox Xbox 360 1 48 Aluminum case --- --- 1 420 Total Price 1,804 ±0.5% USD 13. Lessons Learned Award winning teams of RC RRL may (or may not) apply the most cutting edge tech- nologies and innovative ideas but, they certainly are the best prepared teams in terms of device and team working. In other words, they well know how to use their available resources in more efficient way. This cannot be achieved without having team strategy and permanent practices. 13.1. Team Strategy The team CASualty (Australia) in RC09 is a good example of a team with successful strategy. They managed to win three best in class awards using two robots. Since the outcomes of preliminary round have major effect on the results of best in class evaluations, teams should decide on which category they are going to focus on. Furthermore, an exact instruction of what each member should do within a mission (especially in emergencies), will be helpful. 13.2. Autonomy with Mobility From a quantitative point of view, results of two previous RC competitions indicate that nearly no team was successful in the yellow arena. Apart from efficiency and robustness of applied algorithms, almost all autonomous robots suffer from inefficient mobility and placement of victim detection sensors. Considering the new rules, a number of improvements in mobility of autonomous robots are inevitable. References 1. ROS: http://www.ros.org/wiki/ 2. Murphy, R.R.: Activities of the Rescue Robots at the World Trade Center from 11–21 Sep- tember 2001. IEEE Robotics & Automation Magazine (2004) 50–61 3. Gerkey, B. P., Vaughan, R. T., Howard A.: The Player/Stage Project: Tools for Multi-Robot and Distributed Sensor Systems. International Conference on Advanced Robotics (ICAR 2003), Coimbra Portugal (2003) 317–323 4. Quigley, M., Gerkey, B., Conley, K., Faust, J., Foote, T., Leibsz, J., Bergery, E., Wheelery, R., Ng, A.: ROS: an open-source Robot Operating System. ICRA09 (2009) 5. Yamauchi, B.: A frontier-based approach for autonomous exploration. IEEE Inter-national Symposium on Computational Intelligence in Robotics and Automation (1997)
  • 16. 6. Adams, J. A.: Critical Considerations for Human-Robot Interface Development, AAAI Fall Symposium, Human Robot Interaction Technical Report (2002) 7. Keyes, B.: EVOLUTION OF A TELEPRESENCE ROBOT INTERFACE. Final thesis for M.Sc. degree. Department of Computer Science. University of Massachu-setts Lowell (2007) 8. GMapping: http://www.openslam.org/gmapping.html 9. Grisetti, G., Stachniss, C., Burgard, W.: Improving grid-based SLAM with rao-blackwellized particle filters by adaptive proposals and selective resampling, ICRA05 (2005) 10. Balaguer, B., Carpin, S., Balakirsky, S.: Towards Quantitative Comparisons of Robot Algo- rithms: Experiences with SLAM in Simulation and Real World Systems. IROS workshop (2007) 11. Nagatani, K., Tokunaga, T., Okada, Y., and Yoshida, K.: Continuous Acquisition of Three di- mensional Environment Information for Tracked Vehicles on Uneven Terrain. In Proceedings of the 2008 IEEE International Workshop on Safety, Security and Rescue Robotics, pages 25–30 (2008) 12. Censi, A.: An ICP variant using a point-to-line metric. ICRA08 (2008) 13. Pellenz, J.: Rescue robot sensor design: An active sensing approach. Fourth Inter-national Workshop on Synthetic Simulation and Robotics to Mitigate Earthquake Disaster (2007) 14. Konolige, K.: The Small Vision System. http://www.ai.sri.com/~konolige (2006) 15. Soltanzadeh, A. H., Chitsazan, A., Ghazali, S. A. S.: TDP of AriAnA & AVA (Iran & Malaysia). RoboCup Rescue Robot League (2010) 16. Yoshida, T., Koyanagi, E., Tadokoro, S., Yoshida, K., Nagatani, K., Ohno, K., Tsubouchi, T., Maeyama, S., Noda, I., Takizawa, O., Hada, Y.: A High Mobility 6-Crawler Mobile Ro- bot ’Kenaf’, Proc. 4th International Workshop on Synthetic Simulation and Robotics to Mi- tigate Earthquake Disaster. SRMED2007, pp.38 (2007) Appendix Qualification Videos (YouTube) http://www.youtube.com/watch?v=NULIFi2mhzQ http://www.youtube.com/watch?v=iNBSpAXKmqY http://www.youtube.com/watch?v=K8dKR98Oc-g