A Rollator-Mounted Wayfinding System
for the Elderly: Proof-of-Concept Design
and
Preliminary Technical Evaluation
Vladimir A. Kulyukin, Ph.D.1
, Edmund LoPresti,
Ph.D.2
,
Aliasgar Kutiyanawala1
, M.S., Richard Simpson,
Ph.D.3
,
Judith T. Matthews, Ph.D.4
1
Utah State University, Logan, UT
2
AT Sciences, LLC, Pittsburgh, PA
3
University of Pittsburg, Pittsburgh, PA
4
University of Pittsburg, Pittsburg, PA
ABSTRACT
Surveys show that a great number of U.S. residents would like to maintain their
independent status in their homes and communities as long as possible. Intelligent
walkers are the focus of research aimed at helping elderly individuals to maintain their
independence. Several robotic walkers have been developed by investigators at Carnegie
Mellon University and the University of Pittsburgh. This paper contributes to this
research venue by describing the proof-of-concept design and preliminary technical
evaluation of iWalker, a three-sensor rollator-mounted wayfinding system for the elderly.
Unlike previous and ongoing research efforts, iWalker emphasizes a smart world (SW)
perspective. A SW is a physical space equipped with embedded sensors. Two
consequences of the SW perspective are simplified on-board machinery and low cost.
KEYWORDS:
intelligent walkers, indoor localization, cognitive impairments
BACKGROUND
Current demographic trends in the U.S. signify a demographic shift from a population
where most people are relatively young to a population where most people are relatively
old. In 2000, U.S. residents age 65 and older constituted approximately 12 percent of the
population. It is projected that by 2030 people age 65 and older will make up 22 percent
of the U.S. population [1]. Of considerable concern to aging adults is the decline in their
sensory-motor abilities. Surveys show that a great number of U.S. residents would like to
maintain their independent status in their homes and communities as long as possible.
Intelligent walkers are the focus of research aimed at helping aging individuals to
maintain independence. Three robotic walkers have been developed by investigators at
Carnegie Mellon University and the University of Pittsburgh [2]. One robotic walker was
a self-powered walker with an intuitive haptic interface. A software control system
enabled data from force-sensing resistors to direct actuators in a mobile robotic platform
to move in the user's intended walking direction. The base was equipped with a laser
range finder and ringed at the top and bottom with sonar sensors for obstacle detection
and avoidance. The second robotic walker was developed by modifying a wheeled walker
(rollator) to include autonomous navigation capability, as well as self-parking and
retrieval functionality actuated through a remote control mechanism. Further
modification of this walker has resulted in a third robotic walker which has been used in a
series of experiments to successfully predict people's walking activities [3]. Several
studies have involved prototype robots designed to assist older adults by augmenting
rather than replacing human caregiving and support. One study investigated a mobile
robotic personal assistant named Pearl [4], and the remaining studies pertain to several
iterations of a robotic walker. These robots are the products of the Nursebot Project, a
research and educational collaboration involving clinicians and technologists at the
University of Pittsburgh, Carnegie Mellon University, Stanford University, and the
University of Michigan [3].
This paper contributes to this research venue by presenting the proof-of-concept design
and preliminary technical evaluation of iWalker, a three-sensor rollator-mounted
wayfinding system for the elderly. Unlike previous and ongoing research efforts, iWalker
emphasizes a smart world (SW) perspective [5, 6]. A SW is a physical space equipped
with embedded sensors. Two consequences of the SW perspective are simplified on-
board computing machinery and low cost.
METHODOLOGY
Figure 1.: iWalker Device.
The iWalker device and its components are shown in Figure 1. The sensor suite consists
of three sensors: an encoder, a digital compass, and a radio-frequency (RFID) reader and
antenna. The encoder and compass constitute the dead reckoning system. The encoder
has a resolution of 60 cms, which appears to be sufficient in the initial technical
evaluation described below. The encoder is connected to an OOPIC microcontroller that
provides a serial interface with the laptop or any other computational device. The RFID
reader is also connected via a serial interface to the laptop. All units are powered by an
onboard rechargeable battery. The entire unit can be easily mounted on an standard
rollator without any modifications to the latter.
Figure 2: An RFID Tag and a Carpet Strip with Embedded Tags.
The RFID antenna attaches to the bottom of the rollator. It detects small RFID tags
embedded in RF-enabled carpet strip that can be placed on the floor anywhere in the
environment. Figures 2 shows an RFID tag and an RF strip (2.5 meters by 0.9 meter)
used in our experiments. Each tag can store up to 64 bits of data which allows for 264 (2
to the power of 64) unique tags in the environment. A strip has 15 tags separated by a
distance of 20 cm from each other. The tags are passive, i.e., they do not require external
power supplies. Such tags can be read through any non-metallic material, e.g., plastics,
tiles, and carpets. The dimensions of one tag are 12mm by 6mm by 3mm. The weight is
0.4g and the cost is $4. The cost of one strip shown in Figure 2 is approximately $70.
The localization algorithm runs on the onboard laptop and fuses readings from the
encoder, the compass, and the RFID reader to localize the walker. The algorithm requires
a map of the environment in which the x-y position of each strip is recorded. In the
beginning, the algorithm localizes the walker on the first strip it encounters. In between
strips, the algorithm uses standard dead-reckoning from compass and encoder readings.
When a tag in a strip is detected, the encoder error is reset to 0 and the walker’s position
is reset to the strips’s x-y position. The strips are also used to discretize the compass
readings. For example, in an East-West hallway, the compass output can be restricted to
East and West. The discretization schema is associated with each strip at design time and
is activated at run time through a simple lookup.
A series of experiments were performed on a 40 meter route in an office environment that
consisted of four hallways that formed a square. The route was divided into 40 one meter
segments marked with masking tape on the floor. Localization results were recorded and
compared with the ground truth to generate the localization error every time the walker
crossed one of these segments. The contribution of each sensor to the localization
accuracy was measured as well. The main research hypothesis was that the RF strips have
a positive impact on the localization accuracy. The following configurations were tested:
dead-reckoning alone, dead-reckoning and 1 RF strip, dead-reckoning and 2 RF strips,
dead-reckoning and 3 RF strips, and dead-reckoning and 4 RF strips. Each configuration
was tested on 30 runs along the route.
RESULTS
number of mats mean standard deviation maximum minimum
0 4.2870 2.8550 8.8499 0.0185
1 3.0793 2.3772 8.6241 0
2 2.2643 1.7584 6.4840 0.0394
3 2.2150 1.8569 6.9585 0.0203
4 1.1124 0.5558 2.8616 0.2759
Figure 3: Graph of Localization Error Versus the Number of RF Strips.
Table 1 describes the localization results and Figure 3 shows a graph of localization error
versus the number of RF strips. The results show that the average localization error drops
from 4.5 meters (dead-reckoning only) to 1 meter (dead-reckoning and 4 strips). This
suggests the validity of the research hypothesis that the average localization error drops
as the number of RF strips increases. The compass is the noisiest of all the sensors on the
walker and discretizing it at run time results in a reduction in the localization error by
over a meter. Localization accuracy of 1 meter was found to be very satisfactory
considering that the encoder resolution is only 60 cms.
DISCUSSION
Our future work will enhance iWalker with a reminder software system that will interact
with the elderly as they navigate indoor environments. We will test the device with a
group of frail, community-residing elders in Pittsburgh. Another venue of future research
will focus on the automated design of RF surfaces to maximize the probability of
detection while minimizing the number of RFID tags in the surface.
REFERENCES
1. Pollack, M., McCarthy, C., Ramakrisnan, S., Tsamardinos, I., Brown, L., Carrion,
S., Colbry, D., Orosz, C., and Peintner, B. (2002). Autominder: A planning,
monitoring, and reminding assistive agent. Proceedings of the 7th Conference on
Intelligent Autonomous Systems, Marina del Ray, California, USA.
2. Matthews, J., Thrun, S., and Dunbar-Jacob, J. (2002). Robotic assistive
technology for community-residing older adults and persons with disabilities: An
interinstitutional initiative for students in the health and technology fields.
Proceedings of the International Conference on Engineering Education,
Manchester, UK. 2002. Ku, J. H., Jang, D. P., et al. (2002).
3. Glover, J., Holstius, D., Manojlovich, M., Montgomery, K., Powers, A., Wu, J.,
and Kiesler, S., Matthews, J., and Thrun, S. (2003) A robotically-augmented
walker for older adults. Technical report, Carnegie Mellon University, School of
Computer Science, Pittsburgh, PA.
4. Montemerlo, M., Pineau, J., Roy, N., Thrun, S., and Verma, V. (2002).
Experiences with a mobile robotic guide for the elderly. Proceedings of the AAAI
National Conference on Artificial Intelligence, Edmonton, Alberta, Canada.
5. Kulyukin, V., Gharpure, C., Nicholson, J., and Osborne. G. (2006). Robot-
assisted wayfinding for the visually impaired in structured indoor environments.
Autonomous Robots, 1(21):29–41.
6. Kutiyanawala, A., Kulyukin, V., LoPresti, E., Matthews, J., and Simpson, R.
(2006). A Rollator-Mounted Wayfinding System for the Elderly: A Smart World
Perspective. Proceedings of the 8th ACM Conference on Computers and
Accessiblity (ASSETS 2006), Portland, Oregon.
Author Contact Information:
Vladimir A. Kulyukin, Ph.D.
Computer Science Assistive Technology Laboratory
Department of Computer Science
Utah State University
Logan, UT 84322
Phone (435) 797-8163
EMAIL: vladimir.kulyukin@usu.edu.

More Related Content

PDF
AN APPROACH OF IR-BASED SHORT-RANGE CORRESPONDENCE SYSTEMS FOR SWARM ROBOT BA...
PPT
Micro Robots
PDF
Toward Blind Travel Support through Verbal Route Directions: A Path Inference...
PDF
On Automated Landmark Identification in Written Route Descriptions by Visuall...
PDF
Adapting Measures of Clumping Strength to Assess Term-Term Similarity
PDF
Passive Radio Frequency Exteroception in Robot-Assisted Shopping for the Blind
PPTX
Christina harbour talis insight reading lists@anglia
PDF
A Cloud-Based Infrastructure for Caloric Intake Estimation from Pre-Meal Vide...
AN APPROACH OF IR-BASED SHORT-RANGE CORRESPONDENCE SYSTEMS FOR SWARM ROBOT BA...
Micro Robots
Toward Blind Travel Support through Verbal Route Directions: A Path Inference...
On Automated Landmark Identification in Written Route Descriptions by Visuall...
Adapting Measures of Clumping Strength to Assess Term-Term Similarity
Passive Radio Frequency Exteroception in Robot-Assisted Shopping for the Blind
Christina harbour talis insight reading lists@anglia
A Cloud-Based Infrastructure for Caloric Intake Estimation from Pre-Meal Vide...

Viewers also liked (8)

PPTX
Evaluation 3
PDF
Vision-Based Localization and Scanning of 1D UPC and EAN Barcodes with Relaxe...
PDF
Digitizing Buzzing Signals into A440 Piano Note Sequences and Estimating Fora...
PDF
User Intent Communication in Robot-Assisted Shopping for the Blind
PDF
Eye-Free Barcode Detection on Smartphones with Niblack's Binarization and Sup...
PPT
5.7 Design exercise: system concept evaluation
PPT
New+product+development+ch+1 11
PPT
Concept Evaluation And Selection
Evaluation 3
Vision-Based Localization and Scanning of 1D UPC and EAN Barcodes with Relaxe...
Digitizing Buzzing Signals into A440 Piano Note Sequences and Estimating Fora...
User Intent Communication in Robot-Assisted Shopping for the Blind
Eye-Free Barcode Detection on Smartphones with Niblack's Binarization and Sup...
5.7 Design exercise: system concept evaluation
New+product+development+ch+1 11
Concept Evaluation And Selection
Ad

Similar to A Rollator-Mounted Wayfinding System for the Elderly: Proof-of-Concept Design and Preliminary Technical Evaluation (20)

PDF
Active sensors for local planning in mobile robotics 1st Edition Penelope Pro...
PDF
Active sensors for local planning in mobile robotics 1st Edition Penelope Pro...
PDF
Active sensors for local planning in mobile robotics 1st Edition Penelope Pro...
PDF
Path Following Weaponary Robot
PDF
22 vol64no3
PDF
Wireless Indoor Localization with Dempster-Shafer Simple Support Functions
PDF
Blind Stick Using Ultrasonic Sensor with Voice announcement and GPS tracking
PDF
A benchmark dataset to evaluate sensor displacement in activity recognition
PPTX
An Internet of Things Based Smart Waste.pptx
PDF
IRJET- A Leading Hand for the Blind –A Review
PDF
Surface-Embedded Passive RF Exteroception: Kepler, Greed, and Buffon’s Needle
PDF
A CUSTOMIZED FLOCKING ALGORITHM FOR SWARMS OF SENSORS TRACKING A SWARM OF TAR...
PDF
Endangered Species Conservation
PDF
IRJET- Survey Paper on Human Following Robot
PDF
Robotic assistance for the visually impaired and elderly people
PDF
Robotic assistance for the visually impaired and elderly people
PDF
IRJET- Bemythirdeye- A Smart Electronic Blind Stick with Goggles
PDF
IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...
PDF
Sensor Stick walking aid for the blinds
PPTX
Enhancing indoor localization using IoT techniques
Active sensors for local planning in mobile robotics 1st Edition Penelope Pro...
Active sensors for local planning in mobile robotics 1st Edition Penelope Pro...
Active sensors for local planning in mobile robotics 1st Edition Penelope Pro...
Path Following Weaponary Robot
22 vol64no3
Wireless Indoor Localization with Dempster-Shafer Simple Support Functions
Blind Stick Using Ultrasonic Sensor with Voice announcement and GPS tracking
A benchmark dataset to evaluate sensor displacement in activity recognition
An Internet of Things Based Smart Waste.pptx
IRJET- A Leading Hand for the Blind –A Review
Surface-Embedded Passive RF Exteroception: Kepler, Greed, and Buffon’s Needle
A CUSTOMIZED FLOCKING ALGORITHM FOR SWARMS OF SENSORS TRACKING A SWARM OF TAR...
Endangered Species Conservation
IRJET- Survey Paper on Human Following Robot
Robotic assistance for the visually impaired and elderly people
Robotic assistance for the visually impaired and elderly people
IRJET- Bemythirdeye- A Smart Electronic Blind Stick with Goggles
IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...
Sensor Stick walking aid for the blinds
Enhancing indoor localization using IoT techniques
Ad

More from Vladimir Kulyukin (20)

PDF
Toward Sustainable Electronic Beehive Monitoring: Algorithms for Omnidirectio...
PDF
Generalized Hamming Distance
PDF
Exploring Finite State Automata with Junun Robots: A Case Study in Computabil...
PDF
Image Blur Detection with 2D Haar Wavelet Transform and Its Effect on Skewed ...
PDF
Text Skew Angle Detection in Vision-Based Scanning of Nutrition Labels
PDF
Effective Nutrition Label Use on Smartphones
PDF
An Algorithm for Mobile Vision-Based Localization of Skewed Nutrition Labels ...
PDF
An Algorithm for In-Place Vision-Based Skewed 1D Barcode Scanning in the Cloud
PDF
Narrative Map Augmentation with Automated Landmark Extraction and Path Inference
PDF
Skip Trie Matching: A Greedy Algorithm for Real-Time OCR Error Correction on ...
PDF
Vision-Based Localization & Text Chunking of Nutrition Fact Tables on Android...
PDF
Skip Trie Matching for Real Time OCR Output Error Correction on Android Smart...
PDF
Vision-Based Localization & Text Chunking of Nutrition Fact Tables on Android...
PDF
Eyesight Sharing in Blind Grocery Shopping: Remote P2P Caregiving through Clo...
PDF
RFID in Robot-Assisted Indoor Navigation for the Visually Impaired
PDF
RoboCart: Toward Robot-Assisted Navigation of Grocery Stores by the Visually ...
PDF
On Natural Language Dialogue with Assistive Robots
PDF
Ergonomics-for-One in a Robotic Shopping Cart for the Blind
PDF
A Wearable Two-Sensor O&M Device for Blind College Students
PDF
On the Impact of Data Collection on the Quality of Signal Strength in Wi-Fi I...
Toward Sustainable Electronic Beehive Monitoring: Algorithms for Omnidirectio...
Generalized Hamming Distance
Exploring Finite State Automata with Junun Robots: A Case Study in Computabil...
Image Blur Detection with 2D Haar Wavelet Transform and Its Effect on Skewed ...
Text Skew Angle Detection in Vision-Based Scanning of Nutrition Labels
Effective Nutrition Label Use on Smartphones
An Algorithm for Mobile Vision-Based Localization of Skewed Nutrition Labels ...
An Algorithm for In-Place Vision-Based Skewed 1D Barcode Scanning in the Cloud
Narrative Map Augmentation with Automated Landmark Extraction and Path Inference
Skip Trie Matching: A Greedy Algorithm for Real-Time OCR Error Correction on ...
Vision-Based Localization & Text Chunking of Nutrition Fact Tables on Android...
Skip Trie Matching for Real Time OCR Output Error Correction on Android Smart...
Vision-Based Localization & Text Chunking of Nutrition Fact Tables on Android...
Eyesight Sharing in Blind Grocery Shopping: Remote P2P Caregiving through Clo...
RFID in Robot-Assisted Indoor Navigation for the Visually Impaired
RoboCart: Toward Robot-Assisted Navigation of Grocery Stores by the Visually ...
On Natural Language Dialogue with Assistive Robots
Ergonomics-for-One in a Robotic Shopping Cart for the Blind
A Wearable Two-Sensor O&M Device for Blind College Students
On the Impact of Data Collection on the Quality of Signal Strength in Wi-Fi I...

Recently uploaded (20)

PDF
Looking into the jet cone of the neutrino-associated very high-energy blazar ...
PDF
S2 SOIL BY TR. OKION.pdf based on the new lower secondary curriculum
PPTX
ap-psych-ch-1-introduction-to-psychology-presentation.pptx
PDF
GROUP 2 ORIGINAL PPT. pdf Hhfiwhwifhww0ojuwoadwsfjofjwsofjw
PPTX
PMR- PPT.pptx for students and doctors tt
PPT
Heredity-grade-9 Heredity-grade-9. Heredity-grade-9.
PPTX
A powerpoint on colorectal cancer with brief background
PDF
Unit 5 Preparations, Reactions, Properties and Isomersim of Organic Compounds...
PDF
Warm, water-depleted rocky exoplanets with surfaceionic liquids: A proposed c...
PDF
Social preventive and pharmacy. Pdf
PDF
Packaging materials of fruits and vegetables
PPTX
Seminar Hypertension and Kidney diseases.pptx
PPT
THE CELL THEORY AND ITS FUNDAMENTALS AND USE
PPTX
limit test definition and all limit tests
PPT
Animal tissues, epithelial, muscle, connective, nervous tissue
PDF
Assessment of environmental effects of quarrying in Kitengela subcountyof Kaj...
PDF
Communicating Health Policies to Diverse Populations (www.kiu.ac.ug)
PPT
LEC Synthetic Biology and its application.ppt
PDF
Worlds Next Door: A Candidate Giant Planet Imaged in the Habitable Zone of ↵ ...
PPT
1. INTRODUCTION TO EPIDEMIOLOGY.pptx for community medicine
Looking into the jet cone of the neutrino-associated very high-energy blazar ...
S2 SOIL BY TR. OKION.pdf based on the new lower secondary curriculum
ap-psych-ch-1-introduction-to-psychology-presentation.pptx
GROUP 2 ORIGINAL PPT. pdf Hhfiwhwifhww0ojuwoadwsfjofjwsofjw
PMR- PPT.pptx for students and doctors tt
Heredity-grade-9 Heredity-grade-9. Heredity-grade-9.
A powerpoint on colorectal cancer with brief background
Unit 5 Preparations, Reactions, Properties and Isomersim of Organic Compounds...
Warm, water-depleted rocky exoplanets with surfaceionic liquids: A proposed c...
Social preventive and pharmacy. Pdf
Packaging materials of fruits and vegetables
Seminar Hypertension and Kidney diseases.pptx
THE CELL THEORY AND ITS FUNDAMENTALS AND USE
limit test definition and all limit tests
Animal tissues, epithelial, muscle, connective, nervous tissue
Assessment of environmental effects of quarrying in Kitengela subcountyof Kaj...
Communicating Health Policies to Diverse Populations (www.kiu.ac.ug)
LEC Synthetic Biology and its application.ppt
Worlds Next Door: A Candidate Giant Planet Imaged in the Habitable Zone of ↵ ...
1. INTRODUCTION TO EPIDEMIOLOGY.pptx for community medicine

A Rollator-Mounted Wayfinding System for the Elderly: Proof-of-Concept Design and Preliminary Technical Evaluation

  • 1. A Rollator-Mounted Wayfinding System for the Elderly: Proof-of-Concept Design and Preliminary Technical Evaluation Vladimir A. Kulyukin, Ph.D.1 , Edmund LoPresti, Ph.D.2 , Aliasgar Kutiyanawala1 , M.S., Richard Simpson, Ph.D.3 , Judith T. Matthews, Ph.D.4 1 Utah State University, Logan, UT 2 AT Sciences, LLC, Pittsburgh, PA 3 University of Pittsburg, Pittsburgh, PA 4 University of Pittsburg, Pittsburg, PA ABSTRACT Surveys show that a great number of U.S. residents would like to maintain their independent status in their homes and communities as long as possible. Intelligent walkers are the focus of research aimed at helping elderly individuals to maintain their independence. Several robotic walkers have been developed by investigators at Carnegie Mellon University and the University of Pittsburgh. This paper contributes to this research venue by describing the proof-of-concept design and preliminary technical evaluation of iWalker, a three-sensor rollator-mounted wayfinding system for the elderly. Unlike previous and ongoing research efforts, iWalker emphasizes a smart world (SW) perspective. A SW is a physical space equipped with embedded sensors. Two consequences of the SW perspective are simplified on-board machinery and low cost. KEYWORDS:
  • 2. intelligent walkers, indoor localization, cognitive impairments BACKGROUND Current demographic trends in the U.S. signify a demographic shift from a population where most people are relatively young to a population where most people are relatively old. In 2000, U.S. residents age 65 and older constituted approximately 12 percent of the population. It is projected that by 2030 people age 65 and older will make up 22 percent of the U.S. population [1]. Of considerable concern to aging adults is the decline in their sensory-motor abilities. Surveys show that a great number of U.S. residents would like to maintain their independent status in their homes and communities as long as possible. Intelligent walkers are the focus of research aimed at helping aging individuals to maintain independence. Three robotic walkers have been developed by investigators at Carnegie Mellon University and the University of Pittsburgh [2]. One robotic walker was a self-powered walker with an intuitive haptic interface. A software control system enabled data from force-sensing resistors to direct actuators in a mobile robotic platform to move in the user's intended walking direction. The base was equipped with a laser range finder and ringed at the top and bottom with sonar sensors for obstacle detection and avoidance. The second robotic walker was developed by modifying a wheeled walker (rollator) to include autonomous navigation capability, as well as self-parking and retrieval functionality actuated through a remote control mechanism. Further modification of this walker has resulted in a third robotic walker which has been used in a series of experiments to successfully predict people's walking activities [3]. Several studies have involved prototype robots designed to assist older adults by augmenting rather than replacing human caregiving and support. One study investigated a mobile robotic personal assistant named Pearl [4], and the remaining studies pertain to several iterations of a robotic walker. These robots are the products of the Nursebot Project, a research and educational collaboration involving clinicians and technologists at the University of Pittsburgh, Carnegie Mellon University, Stanford University, and the University of Michigan [3]. This paper contributes to this research venue by presenting the proof-of-concept design and preliminary technical evaluation of iWalker, a three-sensor rollator-mounted wayfinding system for the elderly. Unlike previous and ongoing research efforts, iWalker emphasizes a smart world (SW) perspective [5, 6]. A SW is a physical space equipped with embedded sensors. Two consequences of the SW perspective are simplified on- board computing machinery and low cost. METHODOLOGY
  • 3. Figure 1.: iWalker Device. The iWalker device and its components are shown in Figure 1. The sensor suite consists of three sensors: an encoder, a digital compass, and a radio-frequency (RFID) reader and antenna. The encoder and compass constitute the dead reckoning system. The encoder has a resolution of 60 cms, which appears to be sufficient in the initial technical evaluation described below. The encoder is connected to an OOPIC microcontroller that provides a serial interface with the laptop or any other computational device. The RFID reader is also connected via a serial interface to the laptop. All units are powered by an onboard rechargeable battery. The entire unit can be easily mounted on an standard rollator without any modifications to the latter.
  • 4. Figure 2: An RFID Tag and a Carpet Strip with Embedded Tags. The RFID antenna attaches to the bottom of the rollator. It detects small RFID tags embedded in RF-enabled carpet strip that can be placed on the floor anywhere in the environment. Figures 2 shows an RFID tag and an RF strip (2.5 meters by 0.9 meter) used in our experiments. Each tag can store up to 64 bits of data which allows for 264 (2 to the power of 64) unique tags in the environment. A strip has 15 tags separated by a distance of 20 cm from each other. The tags are passive, i.e., they do not require external power supplies. Such tags can be read through any non-metallic material, e.g., plastics, tiles, and carpets. The dimensions of one tag are 12mm by 6mm by 3mm. The weight is 0.4g and the cost is $4. The cost of one strip shown in Figure 2 is approximately $70. The localization algorithm runs on the onboard laptop and fuses readings from the encoder, the compass, and the RFID reader to localize the walker. The algorithm requires a map of the environment in which the x-y position of each strip is recorded. In the beginning, the algorithm localizes the walker on the first strip it encounters. In between strips, the algorithm uses standard dead-reckoning from compass and encoder readings. When a tag in a strip is detected, the encoder error is reset to 0 and the walker’s position is reset to the strips’s x-y position. The strips are also used to discretize the compass readings. For example, in an East-West hallway, the compass output can be restricted to East and West. The discretization schema is associated with each strip at design time and is activated at run time through a simple lookup. A series of experiments were performed on a 40 meter route in an office environment that consisted of four hallways that formed a square. The route was divided into 40 one meter segments marked with masking tape on the floor. Localization results were recorded and compared with the ground truth to generate the localization error every time the walker crossed one of these segments. The contribution of each sensor to the localization accuracy was measured as well. The main research hypothesis was that the RF strips have a positive impact on the localization accuracy. The following configurations were tested: dead-reckoning alone, dead-reckoning and 1 RF strip, dead-reckoning and 2 RF strips,
  • 5. dead-reckoning and 3 RF strips, and dead-reckoning and 4 RF strips. Each configuration was tested on 30 runs along the route. RESULTS number of mats mean standard deviation maximum minimum 0 4.2870 2.8550 8.8499 0.0185 1 3.0793 2.3772 8.6241 0 2 2.2643 1.7584 6.4840 0.0394 3 2.2150 1.8569 6.9585 0.0203 4 1.1124 0.5558 2.8616 0.2759 Figure 3: Graph of Localization Error Versus the Number of RF Strips. Table 1 describes the localization results and Figure 3 shows a graph of localization error versus the number of RF strips. The results show that the average localization error drops from 4.5 meters (dead-reckoning only) to 1 meter (dead-reckoning and 4 strips). This suggests the validity of the research hypothesis that the average localization error drops as the number of RF strips increases. The compass is the noisiest of all the sensors on the walker and discretizing it at run time results in a reduction in the localization error by over a meter. Localization accuracy of 1 meter was found to be very satisfactory considering that the encoder resolution is only 60 cms. DISCUSSION Our future work will enhance iWalker with a reminder software system that will interact with the elderly as they navigate indoor environments. We will test the device with a group of frail, community-residing elders in Pittsburgh. Another venue of future research will focus on the automated design of RF surfaces to maximize the probability of detection while minimizing the number of RFID tags in the surface.
  • 6. REFERENCES 1. Pollack, M., McCarthy, C., Ramakrisnan, S., Tsamardinos, I., Brown, L., Carrion, S., Colbry, D., Orosz, C., and Peintner, B. (2002). Autominder: A planning, monitoring, and reminding assistive agent. Proceedings of the 7th Conference on Intelligent Autonomous Systems, Marina del Ray, California, USA. 2. Matthews, J., Thrun, S., and Dunbar-Jacob, J. (2002). Robotic assistive technology for community-residing older adults and persons with disabilities: An interinstitutional initiative for students in the health and technology fields. Proceedings of the International Conference on Engineering Education, Manchester, UK. 2002. Ku, J. H., Jang, D. P., et al. (2002). 3. Glover, J., Holstius, D., Manojlovich, M., Montgomery, K., Powers, A., Wu, J., and Kiesler, S., Matthews, J., and Thrun, S. (2003) A robotically-augmented walker for older adults. Technical report, Carnegie Mellon University, School of Computer Science, Pittsburgh, PA. 4. Montemerlo, M., Pineau, J., Roy, N., Thrun, S., and Verma, V. (2002). Experiences with a mobile robotic guide for the elderly. Proceedings of the AAAI National Conference on Artificial Intelligence, Edmonton, Alberta, Canada. 5. Kulyukin, V., Gharpure, C., Nicholson, J., and Osborne. G. (2006). Robot- assisted wayfinding for the visually impaired in structured indoor environments. Autonomous Robots, 1(21):29–41. 6. Kutiyanawala, A., Kulyukin, V., LoPresti, E., Matthews, J., and Simpson, R. (2006). A Rollator-Mounted Wayfinding System for the Elderly: A Smart World Perspective. Proceedings of the 8th ACM Conference on Computers and Accessiblity (ASSETS 2006), Portland, Oregon. Author Contact Information: Vladimir A. Kulyukin, Ph.D. Computer Science Assistive Technology Laboratory Department of Computer Science Utah State University Logan, UT 84322 Phone (435) 797-8163 EMAIL: vladimir.kulyukin@usu.edu.