ArticlePDF Available

Indoor Localization and Navigation for a Mobile Robot Equipped with Rotating Ultrasonic Sensors Using a Smartphone as the Robot's Brain

Authors:

Abstract

Identifying the exact current location of a robot is a fundamental prerequisite for successful robot navigation. To precisely localize a robot, one popular way is to use particle filters that estimate the posterior probabilistic density of a robot's state space. But this Bayesian recursion approach is computationally expensive. Most microcontrollers in a small mobile robot cannot afford it. We propose to use a smartphone as a robot's brain in which heavy-duty computations take place whereas an embedded microcontroller on the robot processes rudimentary sensors such as ultrasonic and touch sensors. In our design, a smarphone is wirelessly connected to a robot via Bluetooth by which distance measurements from the robot are sent to the smartphone. Then the smartphone takes responsible for computationally expensive operations like executing the particle filter algorithm. Also we propose to use rotating ultrasonic sensors to reduce the number of sensors needed as well as time of distant measurements. In this paper, we designed a mobile robot and its control architecture to demonstrate that the robot can navigate indoor environment while avoiding obstacles and localize its current position. Several experiments were conducted to show feasibility of the rotating sensors and a smartphone brain for a mobile robot.
AbstractIdentifying the exact current location of a robot is a
fundamental prerequisite for successful robot navigation. To
precisely localize a robot, one popular way is to use particle
filters that estimate the posterior probabilistic density of a
robot’s state space. But this Bayesian recursion approach is
computationally expensive. Most microcontrollers in a small
mobile robot cannot afford it. We propose to use a smartphone
as a robot's brain in which heavy-duty computations take place
whereas an embedded microcontroller on the robot processes
rudimentary sensors such as ultrasonic and touch sensors. In
our design, a smarphone is wirelessly connected to a robot via
Bluetooth by which distance measurements from the robot are
sent to the smartphone. Then the smartphone takes responsible
for computationally expensive operations like executing the
particle filter algorithm. Also we propose to use rotating
ultrasonic sensors to reduce the number of sensors needed as
well as time of distant measurements. In this paper, we
designed a mobile robot and its control architecture to
demonstrate that the robot can navigate indoor environment
while avoiding obstacles and localize its current position.
Several experiments were conducted to show feasibility of the
rotating sensors and a smartphone brain for a mobile robot.
Index Terms mobile robot, smartphone, localization,
navigation, particle filter, ultrasonic sensor.
I. INTRODUCTION
The demand of indoor autonomous mobile robots has
increased for last few decades. Commercial success of
cleaning robots is a good example of such high-demand. In
2012 about three million service robots for personal and
domestic use were sold according to the International
Federation of Robotics (IFR) [1]. The IFR prospects about 22
million units of service robots for personal use to be sold
during the period 2013 to 2016.
There have been many approaches in indoor localization
and navigation for a mobile robot for last couples of decades.
To be autonomous, a robot must be able to identify its exact
current position. Based on the knowledge the robot is aware
of how to proceed to arrive at a goal position. To enhance
robot localization, high-quality sensors such as laser scanners
and 3D cameras are preferable. But most microcontrollers in
a small robot cannot afford the computation required to
process such high-fidelity sensor data. In this paper we
propose to use a rotating ultrasonic range sensor to measure
distance to the walls and detect obstacles. With its Bluetooth
wireless connectivity to the robot a smartphone can be used
as robot’s brain in which all heavy-duty computations are
executed. State-of-the-art smartphones outperform a few year
old laptop computers not to mention all the high performance
sensors in a smartphone including a multi-million pixel
camera, an ambient light sensor, an accelerometer, a pressure
sensor, a temperature sensor, a GPS, a gyroscope, and many
more. With a proper connectivity and communication
methods to a robot a smartphone is capable of being the robot
brain.
Figure 1. Block diagram of the robot using a smartphone as its brain
The block diagram in Fig. 1 shows the overall design of
the robot and its components. A smartphone is in charge of
processing complex algorithm that requires heavy-duty
computations. A microcontroller powered by Arduino [2] is
only responsible to control DC motors for four wheels and a
servo motor for rotating ultrasonic sensors. The smartphone
wirelessly communicates with the microcontroller through
Bluetooth technology. Higher level commands such as setting
a goal position and starting navigation are from the
smartphone to the microcontroller. Obstacle detection and
distance measurement using ultrasonic range sensors are
executed by the microcontroller. The measurement data are
sent to the smartphone to calculate the probability of the
robot location in the next step.
In following sections, relevant studies will be discussed.
Then the design and implementation details will follow the
discussions. To demonstrate the practicality and effectiveness
of our robot design several experiments will be shown. The
experimental results show that the layered control
architecture using a smartphone as the robot’s brain with
Indoor Localization and Navigation for a Mobile Robot Equipped
with Rotating Ultrasonic Sensors Using a Smartphone as the
Robot’s Brain
Jongil Lim, Student Member, IEEE, SeokJu Lee, Student Member, IEEE, Girma Tewolde, Member,
IEEE, and Jaerock Kwon, Member, IEEE
rotating sensors is a valid approach to balance the quality and
affordability of a mobile robot.
II. RELATED WORKS
A laptop has been a popular processor unit for mobile
robot [3]-[6]. As the processor of smartphones becomes
faster and the size of the memory becomes larger,
smartphones have been gaining popularity as a processing
unit for a mobile robot. As far as the performance of
smartphones is sufficiently strong, smartphones have many
obvious advantages against traditional laptops. The small size
and light-weight are evident benefits. Heavy load of a laptop
requires more battery power that must be saved as much as
possible for a mobile robot. For the reason, small mobile
robots are restricted from using complex algorithms requiring
heavy-duty computations. Smartphones are not just
comparable processing unit with laptops. All the high
performance sensors in a smartphone are incomparable with a
laptop. Due to the reasons many researchers started using
smartphones as part of mobile robots. A remote control
system of a mobile robot was proposed using Bluetooth with
a smartphone and its performance was evaluated in [7]. A
camera in a smartphone was used to detect landmarks such as
QR code for localization and navigation of mobile robot in
[8]. Sensors of a smartphone were used in mobile robot
navigation in [9]-[11]. Unlike other approaches mentioned
above, the proposed system in this paper utilizes a
smartphone as a main processor, the brain of a robot, to
process computationally expensive tasks.
Ultrasonic sensors have been a popular measurement tool
due to the simplicity and affordability. A line feature based
SLAM was proposed using ultrasonic sensors for a mobile
robot in [12] in which seven IR sensors are separately
installed with a 30 degree in front of the robot to measure
distance for SLAM. A hierarchical algorithm for indoor
mobile robot localization was suggested using RFID sensor
in [13] in which nine ultrasonic sensors were used. A
navigation method was introduced for a tour guide robot in
[14]. In front of the robot eight ultrasonic sensors were
installed. Unlike these approaches we articulated the number
of sensors and angles/distances between them. Our design is
to use only four ultrasonic sensors that are placed on a plane
on top of a servo motor in perpendicular each other. The
details will be given in the following sections.
III. METHODOLOGY
Hardware components including the robot chassis, motors,
ultrasonic sensors, Bluetooth module, and the Smartphone
will be presented with design details of the robotics platform
in this section.
A. Layered Control Structure using a Smartphone as the
Brain of a Robot
A two-layer control structure was designed and used. The
lower layer is responsible for relatively simple tasks that
include processing sensor readings and controlling motors.
The higher layer is in charge of processing tasks that need
heavy-duty computations. Bluetooth wireless technology is a
bridge to connect the two layers. See Fig. 1 for more details
on hierarchy of control structure.
The Nexus 4 smartphone [15] was used as a robot's brain.
The Atmega328 based Arduino MEGA microcontroller is in
charge of controlling motors and reading ultrasonic sensors.
The mobile robot platform that we used is Rover 5 platform
and 333 CPR quadrature encoders are operated by the
ROB-11593 motor controller [16]. A pack of four ultrasonic
range sensors called HC-SR04 [17] was placed on a board on
top of a servo motor. Four sensors are positioned in 90 degree
angular distance so that they are perpendicular each other.
The sensor reading will be used to measurement distance for
particle filters and detect obstacles for navigation of our
mobile robot. The Bluetooth module called HC-06 [18] is
used for wireless communication between the microcontroller
and the smartphone. The actual robot is shown in Fig. 2.
Figure 2. Lateral view of the mobile robot (left) and a bird eye's view
(right). (a) rover 5 with (b) 333 CPR encoder, (c) ROB-11593 motor shieild,
(d) Arduino MEGA, (e) HC-06 Bluetooth module chip, (f) ultrasonic sensor
HC-SR04
B. Path Plan
To make the mobile robot navigate, we used A-star
algorithm [19] that calculates the shortest path in a map. The
algorithm does not calculate bigger g-value than current
g-value [20] to reduce the calculation time. After a path of
mobile robot is calculated, a smoothing algorithm is applied
to the calculated path. The smoothing process is shown in (1).
𝑦!=!𝑦!+!𝛼!(𝑥!+!𝑥!!2𝑦!)
!𝑦!=!𝑦!+!𝛽!(𝑥!!𝑦!!) (1)
where x0, x1 and x2 are current position, next position and
position after next each. The smoothing algorithm iteratively
applies to update equations to the waypoints on our path. The
terms α and β control a level of smooth path or a level of
original path. Fig. 3 shows an original path and a smooth one.
Figure 3. Smooth path planning. The solid line in red is the original path
and the blue solid line is the smooth path.
When the robot detects an obstacle on the planned path,
the path planning must be done at from the current position to
the goal position (Fig. 4).
Figure 4. Avoding obstacle and new path planning.
C. Particle Filters
In the past decade, particle filters or Sequential Monte
Carlo (SMC) has been applied to mobile robot localization
[21][22]. Particle filters estimate the posterior probabilities of
unobservable state variables from sensor measurements.
Each particle with weights that is the likelihood of the
stats is approximated by particle filter. After motion and
measurement are updated, the particles are re-sampled by its
own weight value. Through repetition of re-sampling, all
particles converge into one cluster. As a result, the mobile
robot can predict own position by particles. All complex
process is handled by a smartphone such as calculating a
number of particles. After processing a complex process, a
smartphone send commands such as measuring distance and
moving robot to Arduino MEGA through the Bluetooth
connection.
Four ultrasonic sensors are attached to a servo motor for
measurement update of particle filters. The servo motor
rotates from 0 to 90 degree with 30 degree interval as shown
in Fig. 5. Thereby, it is possible to cover 360 degree. This
reduces the scanning time as well as the number of sensors.
The number of sensors may be reduced but the scanning time
will be increased, and vice versa. The servo motor rotates in
30 degree interval. Twelve distance values from four
ultrasonic sensors are obtained. Each sensor reads three times
on one scanning session. 30 degree was chosen to reduce
interference from neighboring sensors emitting ultra sound.
Figure 5. Four ultrasonic sensors are used with one servo motor for
particle filter. Each sensor measures distance frome 0 degree to 90 degree
with 30 degree interval. α = 30° and β = 30°
When an ultrasonic sensor does not receive its own
reflected sound signal after emitting sonar beam, the sensor
reading is absolutely not reliable. In this case we exclude it
from measurement data. The reason is that these wrong
readings will disturb the particle re-sampling process since
the weight of a particle is calculated based on the difference
between actual sensor readings and the map data.
The robot cannot identify its location with high certainty
in early steps since the probability of the location is evenly
spread in state-space. We used variance of particles (x, y,
theta) as a threshold to determine a moment when
localization is reliable enough to adjust the robot’s location.
The experimental results will be presented in the following
section
IV. EXPERIMENTAL RESULTS
Our approaches described above have been implemented
and validated using a mobile robotic platform with a
smartphone and a rotating ultrasonic sensor package.
(a)
(b)
Figure 6. Map environment for navigating and localizign our mobile
robot. Each size of gird is 0.67m by 0.67m. (a) occupancy grid map (b) the
actual environment.
A two-dimensional occupancy gird map generated for the
particle filters is shown in Fig. 6. The size of the environment
is 4.69m by 2.68m. Fig. 7 shows that our mobile robot
smoothly navigates to the goal point in the shortest path and
localizes its own position using particle filter. If variances of
particles are smaller than threshold (0.1) then we can
conclude that most particles are gathered into one cluster.
This mean the robot has high certainty on its location. A
number of particles are spread in the map as shown in Fig. 7
position of robot 1. Four ultrasonic sensors equipped with
servo motor read twelve distance values for measurement
update. After motion and measurements update, each particle
has different weight by re-sampling. All particles converge
one cluster through the iteration of motion and measurement
update. As a result, our mobile robot can safely reach to the
goal position by continuous localization.
Figure 7. Experimental results of mobile robot localization using particle
filter by ranmdom action. The bold red line and black dashed line are the
true trajectory and acutual robot trajectory. Particles(blue circles), ideal
position(green circle), acutual robot position (magenta diamond), and robot
postion prediced by particles(yellow square)
V. DISCUSSION
To determine an optimal number of particles we
conducted experiments in three different environmental
setups in which we used three different numbers of particles:
500, 1000, and 1500 particles. The experiment results show
that the more particles the robot uses the quicker
convergence to the threshold the robot can achieve (See Fig.
8). The result means that the robot can localize its own
position in an earlier position, if more particles were used.
But with more particles more computations are required to
process the particles. According to these experiments in the
environment that we prepared we can conclude that 1000
particles is a good choice since there is no significant
difference between using 1000 and 1500 particles in terms of
performance.
(a)
(b)
(c)
Figure 8. Variance of particles(x, y, theta) in each position using 500(blue
diamond), 1000(red square), 1500 particles(green triangle). (a)variance of
x-coordinate, (b)variance of y-coordinate, and (c)variance of theta
VI. CONCLUSION
In this paper we introduce a method of indoor localization
and navigation for a mobile robot equipped with rotating
ultrasonic range sensors as a measurement tool using a
smartphone as the robot brain. The proposed approaches
were validated by corresponding experimental results. By
rotating ultrasonic range sensor package we were able to
reduce the scanning time and the number of required
sensors. We also proposed to use a smartphone as the robot’s
brain in which all heavy-duty computations are executed.
We believe that the design of the proposed mobile robot
with a rotating ultrasonic sensor package using a smartphone
can be widely used in indoor autonomous mobile robot. We
expect more affordable service robots can be developed with
the proposed design.
REFERENCES
[1] World Robotics 2013 Service Robots.
http://www.ifr.org/service-robots/statistics/ (Accessed Dec 1, 2014)
[2] Arduino, an open-source electronics platform, http://www.arduino.cc/
[3] De Xu, Min Tan and You Fu Li, Ceiling-Based Visual Positioning
for an Indoor Mobile Robot with Monocular Vision, IEEE
Transactions on Industrial Electronics, Vol. 56, No. 5, 2009
[4] Esther Rolf, Matt Whitlock, Byung-Cheol Min, and Eric T. Matson,
Enhancing Wi-Fi Signal Strength of a Dynmic Heterogeneous
System Using a Mobile Robot Provider, RiTA 2013
[5] Frantisek Duchon, Martin Dekan, ladislav Jurisica, and Anton Vitko,
Some Application of laser Rangefinder in Mobile Robotics, CEAI,
Vol.14, No.2, pp. 50-57, 2012
[6] Joao Cunha and Eurico Pedrosa, Cristovao Cruz, Antonio J.R. Neves
and Nuno Lau, “Using a Depth Camera for Indoor Robot Localization
and Navigation, In Robotics Science and Systems (RSS) RGB-D
Workshop, 2011
[7] Yong-Ho Seo, Senog-sin Kwak, and Tae-kyu Yang, “Mobile Robot
Control Using Smart Phone and Its Performance Evaluation”, CAN
2011, CCIS 199, pp. 362-369, 2011
[8] SeokJu Lee, Jongil Lim, Girma Tewolde and Jaerock Kwon,
“Autonomous Tour Guide Robot by using Ultrasonic Range sensors
and QR code recognition in indoor environment, EIT 2014
[9] Jongil Lim, SeokJu Lee, Girma Tewolde and jaerock Kwon,
Ultrasonic-Sensor Deployment Strategies and use of Smartphone
Sensors for Mobile Robot Navigation in Indoor Environment, EIT
2014
[10] Hahmin Jung, Yeonkyun Kim, and Dong Hun Kim, Communication
Quality Analysis for Remote Control of a Differential Drive Robot
Based on iPhone Interface, ICHIT 2011, CCIS 206, pp. 278-285,
2011
[11] “Walky Robot: Operation Method for a Bipedal Walking Robot
through Personalized Gestures Expression of Fingers”,
http://www.jst-go.jp/erato/igarashi/en/projects/Walky/
[12] Young-Ho Choi, Tae-Kyeong Lee and Se-Young Oh, A line feature
based SLAM with low grade range sensors using geometric
constraints and active exploration for mobile robot, Auton Robot
(2008) 24: 13-27
[13] Byoung-Suk Choi, Joon-Woo Lee, Ju-Jang Lee, and Kyoung-Taik
Park, A Hierarchical Algorithm for Indoor Mobile Robot
Localization Using RFID Sensor Fusion, IEEE Transactions on
Industrial Electronics, Vol. 58, No. 6
[14] Kumar Yelamarthi, Stephen Sherbrook, Jonathan Beckwith, Matt
Williams, and Robert Lefief, An RFID Based Autonomous Indoor
Tour Guide Robot, Circuits and Systems (MWSCAS), 2012 IEEE
55th International Midwest Symposium
[15] Nexus 4 (8 GB)
https://play.google.com/store/devices/details/Nexus_4_8GB?id=nexus
_4_8gb&hl=en (Accessed on Dec 1, 2014)
[16] Rover 5 Robot Platform https://www.sparkfun.com/products/10336
(accessed on Dec 1, 2014)
[17] Product User’s Manual - HC-SR04 Ultrasonic sensor, Cytron
Technologies
[18] HC-06 Manual, http://www.exp-tech.de/service/datasheet/HC-
Serial-Bluetooth-Products.pdf
[19] A* algorithms, http://stanford.edu/~amitp/GameProgramming/
[20] P. E. Hart, N. J. Nilsson, and B. Raphaelm "A Formal Basis for the
Heuristic Determination of Minimum Cost Paths". IEEE Transactions
on Systems Science and Cybernetics SSC4 4 (2): 100107, 1968
[21] Ioannis M. Rekleitis, A Particle Filter Tutorial for Mobile Robot
Localization, Tech. Pep. Tech. Rep. TR-CIM-04-02, Centre for
Intelligent Machines, McGill University, 2004
[22] Sebastian Thrun, Particle Filters in Robotics, In Proceedings of
Uncertainty in AI (UAI) 2002
... Robots development has met tremendous developments within the last years, as it can be seen in various papers Gupta et al. (2021), Lim et al. (2016), Kruse et al. (2013), Palamas and Ware (2013), Müller et al. (2004). ...
Conference Paper
Full-text available
The aim of the paper is to obtain new byproducts based on surfactants (gemini – polymethylene-α, ω-bis (N, N-dialkyl-N-deoxy-d-glucitolammonium iodides or bolaform – demecarium bromide) and protein hydrolysates (keratin and collagen) with micro and macro nutrients for applications in agriculture. A method was developed to include micro and macronutrients in keratin and collagen hydrolysates, in order to obtain new byproducts-bioemulsions (stable because of surfactants), with final goal of application as a new class of root fertilizers for cereals (e.g., corn). The newly obtained byproducts (bioemulsions based on surfactants) were characterized by: dynamic light scattering measurements, contact angle, optical microscopy and microbiological tests against fungal attack of Fusarium spp. and Botrytis cinerea. Better results were obtained for gemini surfactant based on sugar – polymethylene-α, ω-bis (N, N-dialkyl-N-deoxy-d-glucitolammonium iodides) due to the properties such as: biodegradability, nontoxicity and adherence to surfaces. The new fertilizer created in this research – bioemulsions based on surfactants, can support the general structure of the grains as well as the chlorophyll content, increasing the growth yield. The fertilizer is indicated for any type of crops and soils, with recommended use as additional fertilizer for plants (cereals) in the vegetation and growth phases, with a maximum need for nutrients.
... Our proposed methodology can perform well based on the experimental scenario, including an experiment with static and dynamic obstacles, avoiding the obstacle to create safe pathfinding. The single sensor with partial rotation will reduce the computational cost and budget compared to other configurations observed by Jin et al. [16], and Lim et al. [17], which use a fully rotational structure. Using many sensors moving partially to cover all directions from possible obstacles needs to be considered about the cost. ...
Conference Paper
Full-text available
The evacuation process in a flood disaster environment faces some challenges when exploring the affected area. During a flood situation, the boat must quickly determine the shortest path to save as many flood victims as possible. In this research, we proposed an adaptively rotatable distance sensor implemented in an evacuation boat. The single sensor conducts either early rotation (with a specific initial rotation angle) for early detection of the obstacles or wider rotation to determine the way-out point using the greedy principle. The proposed methodology is implemented in three-dimensional simulation, containing static and dynamic for both water wave environment and obstacles. The obstacles are limited to some exact cube shape with an exact size, and they are linearly moving for the dynamic ones. By adapting the greedy principle, the boat agent can successfully move on the water surface to avoid static and dynamic obstacles. This achievement cannot be reached by the previous path planning method.
Article
Full-text available
With the rapid development of robotics, miniaturized and inexpensive robots have gradually entered the public's field of vision. Smartphone-based robots have the potential to provide high-precision indoor localization, and they are easy to promote and apply. In this paper, we propose a tight integrated positioning system based on Wi-Fi round trip time (RTT), encoders, and the inertial measurement unit (IMU) for robot indoor localization using smartphones. In our approach, we first design an error-state Kalman Filter (ESKF) to fuse the inertial information from the IMU with the measurements from the encoders to suppress the errors accumulated by the inertial navigation system (INS). Second, the Wi-Fi RTT-based localization method is implemented through an adaptive extended Kalman filter (AEKF) to fuse the ranging information. Finally, to overcome the shortcomings of the long-time drift of the INS and the instability of the Wi-Fi RTT-based localization system, we implement a tight integrated positioning system, which obtains the optimal estimation of the INS positioning error by using the Wi-Fi RTT ranging values as filtering constraints and smooths the INS positioning error through the Rauch-Tung-Striebel (RTS) algorithm. Experimental results show that compared with the Wi-Fi RTT-based method under line of sight condition (LOS) and non-line of sight condition (NLOS), the mean positioning error of the proposed method is improved by 54.62% and 58.38%, respectively, while compared with the INS/Encoder method, those is improved by 57.48% and 33.04%, respectively.
Article
Full-text available
The automatic system satellite signal strength tracking model through the positioning of the receiving antenna is one way to reduce the problem of attenuation and signal strength instability which is quite influential in tracking the satellite orbit position. The method of applying the antenna movement technique by adjusting the azimuth and elevation angles is possible to detect the position of the satellite orbit trajectory accurately. Therefore, the expected goal is to know the existence of the satellite's orbital trajectory and ensure that the signal strength it transmits will always be stable in all conditions. The empirical quantitative method is used to support the achievement of these objectives where the technique is carried out through field observations and device design involving calculations and applied mathematical equations based on information on satellite position data as a tracking object as well as a source of signal strength. Based on the test results, it shows that all the positions of the tracked satellite orbital trajectories produce a minimum and maximum azimuth-elevation angle of 0.52% - 4.02% and 0.25% - 3.99% when the system detects NSS6. Furthermore, when the system detects Palapa D, the minimum values for the percentage of maximum deviation error are 0.6% and 4.67% with a tolerance of the alignment angle to the satellite of < 20. Overall, the designed system is able to track the position of the satellite's orbit path based on the level of signal strength stability on the parabolic receiver antenna which is designed with small percentage of angle error.
Article
Full-text available
The automatic system satellite signal strength tracking model through the positioning of the receiving antenna is one way to reduce the problem of attenuation and signal strength instability which is quite influential in tracking the satellite orbit position. The method of applying the antenna movement technique by adjusting the azimuth and elevation angles is possible to detect the position of the satellite orbit trajectory accurately. Therefore, the expected goal is to know the existence of the satellite's orbital trajectory and ensure that the signal strength it transmits will always be stable in all conditions. The empirical quantitative method is used to support the achievement of these objectives where the technique is carried out through field observations and device design involving calculations and applied mathematical equations based on information on satellite position data as a tracking object as well as a source of signal strength. Based on the test results, it shows that all the positions of the tracked satellite orbital trajectories produce a minimum and maximum azimuth-elevation angle of 0.52% - 4.02% and 0.25% - 3.99% when the system detects NSS6. Furthermore, when the system detects Palapa D, the minimum values for the percentage of maximum deviation error are 0.6% and 4.67% with a tolerance of the alignment angle to the satellite of < 20. Overall, the designed system is able to track the position of the satellite's orbit path based on the level of signal strength stability on the parabolic receiver antenna which is designed with small percentage of angle error.
Article
Full-text available
Heterogeneous networks of humans, robots, and agents are becoming increasingly common. Clients of wireless networks have continuously changing requirements for providers. In this project, a system to provide a sufficient signal for clients of a network as conditions change is proposed and validated. The system is comprised of hardware features such as a mobile access point and three heterogeneous client devices, and a movement algorithm. The mobile providers autonomy is verified by the independence of initial position or orientation from success of the system. The system is designed for ease of reconfiguration; modularity in system design allows for advancements to be implemented simply and effectively.
Conference Paper
Full-text available
This paper presents deployment strategies of ultrasonic sensors and a way of using Smartphone sensors to help mobile robot navigation in indoor environments. There are critical needs for cost-effective, reliable, and fairly accurate solutions to meet the demands of indoor robotic applications. Ultrasonic sensors have been popular in detecting simple objects due to the low-cost and simplicity despite their limitations. We propose an efficient way of deployment of ultrasonic sensors for low-cost mobile robots. A Smartphone has many high performance sensors that can be utilized to navigate and localize mobile robots. The sensors include a camera, a gyroscope, and an accelerometer. We analyzed the use of orientation sensor of a Smartphone and compared its performance to a conventional approach. The comparison results were promising. The combination of the efficient way of the sensor deployment and the use of Smartphone sensors shows a possibility of developing a low-cost indoor mobile robotics platform for college education and robotics research laboratories.
Conference Paper
Full-text available
This paper addresses the challenge of mobile robot navigation in indoor environments. There is a critical need for cost-effective, reliable, and fairly accurate solutions to meet the demands of indoor robotic applications. Currently, researchers are exploring various approaches for this problem. The one we are presenting in this paper is based on QR (Quick Response) codes to provide location references for mobile robots. The mobile robot is equipped with a Smartphone that is programmed to detect and read information on QR codes that are strategically placed in the operating environment of the robot. The mobile robot can perform the autonomous run throughout the guide route by using real-time QR code recognition. The lab information on QR code is played to the visitors using Text-to-Speech provided through Android device. Ultrasonic range sensors which can detect objects and measure distances with high accuracy are used to implement the wall-following and obstacle-avoidance behaviors. The collected sonar range information by ultrasonic range sensors is processed by a microcontroller that autonomously controls a tour guide robot. An algorithm based on a proportional-integral-derivative (PID) control is applied to the tour guide robot to perform more accurate robot motion control. A Bluetooth technology is used to send stored information on QR codes from the Smartphone to the tour guide robot wirelessly. The experimental setup of the tour guide robot along with the successful implementation of the efficient method for a navigation technique is presented.
Article
Full-text available
Active ranging sensors are the most popular sensors in mobile robotics. One of them, laser rangefinder, has many advantages over other ranging sensors. Despite its considerably high costs, it is a very accurate, reliable and high-speed sensor. Data from laser rangefinder can be used in many ways. This paper shows some techniques that can be useful in solving tasks such as localization, environmental mapping or navigation. Our approach is based on data pre-processing, using a raw filter as well as a smooth filter. Raw filter allows for reduction of missing and invalid measurements and smooth filter smoothes up the data, so the shape of obstacles can be captured more precisely. In this manner, modified data can be used in further tasks, two of which are presented here: detection of extremes and environmental mapping. Detection of extremes covers corners and discontinuities detection. The result of environmental mapping is a global metric map of the environment. Finally, a short analysis of our future work is presented.
Conference Paper
Full-text available
This paper describes a radio frequency identification (RFID) and sonar-guided tour guide robot, CATE (Central's Automated Tour Experience). The portable terminal unit is an embedded system equipped with an RFID reader for localization, and sonar and IR sensors for obstacle detection and avoidance. CATE can guide the visitor through a predefined tour of the building, or create a new route on-the-fly. While in predefined tour mode, CATE completes the tour by avoiding obstacles using sonar and infrared sensor input. It will also provide audio and video information through an onboard computer, and can collect feedback from the user through a touch screen display. CATE has been successfully implemented and is under final stages of testing.
Article
Full-text available
A regular ceiling is common in many offices. The plentiful parallels and corner points on the ceiling can serve as features for visual positioning for an indoor mobile robot. Based on the natural features on the ceiling, a new visual positioning method is proposed. A camera is mounted on the top of the mobile robot and pointed to the ceiling. At the beginning of visual positioning, the initial orientation and position of the mobile robot in the world frame is estimated with a specified block on the ceiling via perspective-n-point-based positioning method. With the motions of the mobile robot, its global orientation is calculated from the main and secondary lines feature when the ceiling has parallels. In other cases, its global orientation is estimated with point features on the ceiling. Then, its position is recursively computed with the point features. The error analysis and experiments verify the effectiveness of the proposed method.
Chapter
Smart phone that can support mobile computing environment has been popular recently. A new robot application using smart phone is also interesting and feasible research topic at this moment in accordance with a fast growth of mobile internet environment. In this study, we propose a remote control method of a mobile robot using a smart phone with Windows Mobile. We also developed the proposed method using Microsoft’s .Net Compact Framework and Bluetooth data communication to support various OS Platforms from Windows to CE kernel based Embedded OS. In experiment, we evaluated the feasibility and the effectiveness of the proposed method by showing a remote control of a mobile robot using G-Sensor in a smart phone, a line tracing robot application and its performance evaluation. KeywordsSmart Phone–Mobile Robot–Remote Control–Bluetooth Data Communication
Article
This paper describes a geometrically constrained Extended Kalman Filter (EKF) framework for a line feature based SLAM, which is applicable to a rectangular indoor environment. Its focus is on how to handle sparse and noisy sensor data, such as PSD infrared sensors with limited range and limited number, in order to develop a low-cost navigation system. It has been applied to a vacuum cleaning robot in our research. In order to meet the real-time objective with low computing power, we develop an efficient line feature extraction algorithm based upon an iterative end point fit (IEPF) technique assisted by our constrained version of the Hough transform. It uses a geometric constraint that every line is orthogonal or parallel to each other because in a general indoor setting, most furniture and walls satisfy this constraint. By adding this constraint to the measurement model of EKF, we build a geometrically constrained EKF framework which can estimate line feature positions more accurately as well as allow their covariance matrices to converge more rapidly when compared to the case of an unconstrained EKF. The experimental results demonstrate the accuracy and robustness to the presence of sensor noise and errors in an actual indoor environment.