IEEE Robotics & Automation Magazine - March 2021 - 74

0.54 m. The robot is equipped with a frontal laser rangefinder and three rear sonars that are used to scan the environment. The rangefinder has a π-rad field of view and an
angular step of 0.006 rad, with a visible range of 0.05-10 m,
operating at a rate of 15 Hz. The robot autonomously navigates its environment, thanks to the embedded sensors. To
address the two intended scenarios of logistics and disinfection with the same platform, a modular system was
developed that could be adapted as needed:
● For the logistics scenario, the UCBM COVID robotic
system was equipped with a box behind its head [Figure 2(c)] and was able to deliver materials weighing up
to 5 kg.
● For disinfecting the hospital environment, it was
equipped with a UV-C lamp [Figure 2(d)].
Fundamental TIAGo capabilities, e.g., chassis motion
and autonomous navigation, were exploited to promptly
address the pandemic through available technology. On
the other hand, TIAGo is a sophisticated robotic system
capable of interacting with human users in multiple
modalities and performing reaching and grasping tasks.
This opens opportunities for future developments in hospital scenarios (which we are working on), where all the
robot's functionalities can be fully exploited.
Two ad hoc, easy-to-use web graphical user interfaces
(GUIs) were developed in HTML to select commands for
each of the scenarios (the GUIs are described in the " Scenario 1: Logistics " and " Scenario 2: Disinfection " sections). They ran on a laptop mounted to the back of
TIAGo [Figure 2(b)]. The communication between the
robot and the computer was established via an Ethernet
port to avoid data packet losses and data slowdowns from
wireless communication. The GUIs could be easily
launched from the computer through any browser and
operating system. Once a command was selected by a
user, the robot autonomously accomplished the desired
task. The energy autonomy of the UCBM COVID platform runs out in 4 h. Hence, the system needs to be
recharged multiple times per day. The time required for a
full recharge is approximately 2 h. The platform was
equipped with a 23.4-Ah portable generator providing
power (220 V) to the UV-C lamp. The external power
supply is shown in Figure 2(d).
Localization, Mapping, and
Path Planning
To perform autonomous navigation, the mobile robot is
equipped with a simultaneous localization and mapping
(SLAM) algorithm. It requires data from the exteroceptive
sensors (i.e., lidars, sonars, and cameras) as well as odometry information provided by wheel encoders and inertial
measurement units. The SLAM algorithms estimate the
robot pose xt inside known and unknown environments
and build a map mt. This is performed by collecting and
fusing sensor measurements zt and odometry readings ut,
with all these quantities indexed by a time step t.
74

*

IEEE ROBOTICS & AUTOMATION MAGAZINE

*

MARCH 2021

The Gmapping [15] strategy was implemented to solve
the SLAM problem. Such a planar technique relies on
robot odometry as well as measurements coming from
exteroceptive sensors (e.g., sonars and lasers) to estimate
the robot's pose and the map where the robot is operating.
The map is represented as a planar grid (the occupancy
grid) consisting of a set of square cells, each having a probability value of the navigability of the cell itself. A Bayesian
approach enables fusing pose transitions and laser scans in
a probabilistic way. The algorithm solves the SLAM by factorizing the posterior probability with a Rao-Blackwellized particle filter (RBPF) [15]. Such a probability [16]
is expressed as
p (x t, m | z t, u t) = p (x t | z t, u t) p (m t | x t, z t),

(1)

where a complexity reduction has been performed through
the RBPF factorization. Here, p (x t | z t, u t) is about having
pose xt, given measurements zt and odometry ut, i.e., a
pure localization problem; p (m t | x t, z t) represents the
map mt, given robot pose xt and scan measurements zt, i.e.,
a pure mapping problem.
The robot's pose xt and the map of the environment mt
are stored inside a set of particles through a particle filter
approach. The ith particle has the history of previous robot
poses xi, the map computed from such a history mi, and a
weight wi. The weight is the probability that the particle
represents both the pose and the map. Gmapping estimates
this probability based on robot odometry and scan matching between consecutive laser scans and generates new particles. At the same time, the number of particles N is kept
constant to reduce the computational burden. The complexity of the adopted approach is O (N # M), where M is
the size of the generated grid map, as described in [15].
To address autonomous navigation, the robot is able to
generate a reference trajectory through a path-planning
module. This module is based on a Robot Operating System navigation package called global_planner. It needs the
map to preplan the path to be followed and a local planner based on the global dynamic window approach,
described in [17], that recalculates the trajectory according to the instantaneous local condition along the path.
This is an obstacle-avoidance approach that evaluates the
robot's kinematic and dynamic constraints and facilitates
identifying the desired velocities. The desired velocities
are chosen to maximize the alignment of the robot with
the target and minimize the length of the trajectory in the
absence of any obstacle. In this way, it is possible to combine path planning and obstacle avoidance to enable the
robot to navigate safely in an unstructured environment.
The navigation parameters adopted in this work are given
in Table 1. They are used to plan the global path, adjust
the local trajectory, and adapt the behavior of the platform
in the presence of obstacles.
The Gmapping SLAM algorithm was chosen because of
two features, i.e., the ease of implementation and



IEEE Robotics & Automation Magazine - March 2021

Table of Contents for the Digital Edition of IEEE Robotics & Automation Magazine - March 2021

Contents
IEEE Robotics & Automation Magazine - March 2021 - Cover1
IEEE Robotics & Automation Magazine - March 2021 - Cover2
IEEE Robotics & Automation Magazine - March 2021 - Contents
IEEE Robotics & Automation Magazine - March 2021 - 2
IEEE Robotics & Automation Magazine - March 2021 - 3
IEEE Robotics & Automation Magazine - March 2021 - 4
IEEE Robotics & Automation Magazine - March 2021 - 5
IEEE Robotics & Automation Magazine - March 2021 - 6
IEEE Robotics & Automation Magazine - March 2021 - 7
IEEE Robotics & Automation Magazine - March 2021 - 8
IEEE Robotics & Automation Magazine - March 2021 - 9
IEEE Robotics & Automation Magazine - March 2021 - 10
IEEE Robotics & Automation Magazine - March 2021 - 11
IEEE Robotics & Automation Magazine - March 2021 - 12
IEEE Robotics & Automation Magazine - March 2021 - 13
IEEE Robotics & Automation Magazine - March 2021 - 14
IEEE Robotics & Automation Magazine - March 2021 - 15
IEEE Robotics & Automation Magazine - March 2021 - 16
IEEE Robotics & Automation Magazine - March 2021 - 17
IEEE Robotics & Automation Magazine - March 2021 - 18
IEEE Robotics & Automation Magazine - March 2021 - 19
IEEE Robotics & Automation Magazine - March 2021 - 20
IEEE Robotics & Automation Magazine - March 2021 - 21
IEEE Robotics & Automation Magazine - March 2021 - 22
IEEE Robotics & Automation Magazine - March 2021 - 23
IEEE Robotics & Automation Magazine - March 2021 - 24
IEEE Robotics & Automation Magazine - March 2021 - 25
IEEE Robotics & Automation Magazine - March 2021 - 26
IEEE Robotics & Automation Magazine - March 2021 - 27
IEEE Robotics & Automation Magazine - March 2021 - 28
IEEE Robotics & Automation Magazine - March 2021 - 29
IEEE Robotics & Automation Magazine - March 2021 - 30
IEEE Robotics & Automation Magazine - March 2021 - 31
IEEE Robotics & Automation Magazine - March 2021 - 32
IEEE Robotics & Automation Magazine - March 2021 - 33
IEEE Robotics & Automation Magazine - March 2021 - 34
IEEE Robotics & Automation Magazine - March 2021 - 35
IEEE Robotics & Automation Magazine - March 2021 - 36
IEEE Robotics & Automation Magazine - March 2021 - 37
IEEE Robotics & Automation Magazine - March 2021 - 38
IEEE Robotics & Automation Magazine - March 2021 - 39
IEEE Robotics & Automation Magazine - March 2021 - 40
IEEE Robotics & Automation Magazine - March 2021 - 41
IEEE Robotics & Automation Magazine - March 2021 - 42
IEEE Robotics & Automation Magazine - March 2021 - 43
IEEE Robotics & Automation Magazine - March 2021 - 44
IEEE Robotics & Automation Magazine - March 2021 - 45
IEEE Robotics & Automation Magazine - March 2021 - 46
IEEE Robotics & Automation Magazine - March 2021 - 47
IEEE Robotics & Automation Magazine - March 2021 - 48
IEEE Robotics & Automation Magazine - March 2021 - 49
IEEE Robotics & Automation Magazine - March 2021 - 50
IEEE Robotics & Automation Magazine - March 2021 - 51
IEEE Robotics & Automation Magazine - March 2021 - 52
IEEE Robotics & Automation Magazine - March 2021 - 53
IEEE Robotics & Automation Magazine - March 2021 - 54
IEEE Robotics & Automation Magazine - March 2021 - 55
IEEE Robotics & Automation Magazine - March 2021 - 56
IEEE Robotics & Automation Magazine - March 2021 - 57
IEEE Robotics & Automation Magazine - March 2021 - 58
IEEE Robotics & Automation Magazine - March 2021 - 59
IEEE Robotics & Automation Magazine - March 2021 - 60
IEEE Robotics & Automation Magazine - March 2021 - 61
IEEE Robotics & Automation Magazine - March 2021 - 62
IEEE Robotics & Automation Magazine - March 2021 - 63
IEEE Robotics & Automation Magazine - March 2021 - 64
IEEE Robotics & Automation Magazine - March 2021 - 65
IEEE Robotics & Automation Magazine - March 2021 - 66
IEEE Robotics & Automation Magazine - March 2021 - 67
IEEE Robotics & Automation Magazine - March 2021 - 68
IEEE Robotics & Automation Magazine - March 2021 - 69
IEEE Robotics & Automation Magazine - March 2021 - 70
IEEE Robotics & Automation Magazine - March 2021 - 71
IEEE Robotics & Automation Magazine - March 2021 - 72
IEEE Robotics & Automation Magazine - March 2021 - 73
IEEE Robotics & Automation Magazine - March 2021 - 74
IEEE Robotics & Automation Magazine - March 2021 - 75
IEEE Robotics & Automation Magazine - March 2021 - 76
IEEE Robotics & Automation Magazine - March 2021 - 77
IEEE Robotics & Automation Magazine - March 2021 - 78
IEEE Robotics & Automation Magazine - March 2021 - 79
IEEE Robotics & Automation Magazine - March 2021 - 80
IEEE Robotics & Automation Magazine - March 2021 - 81
IEEE Robotics & Automation Magazine - March 2021 - 82
IEEE Robotics & Automation Magazine - March 2021 - 83
IEEE Robotics & Automation Magazine - March 2021 - 84
IEEE Robotics & Automation Magazine - March 2021 - 85
IEEE Robotics & Automation Magazine - March 2021 - 86
IEEE Robotics & Automation Magazine - March 2021 - 87
IEEE Robotics & Automation Magazine - March 2021 - 88
IEEE Robotics & Automation Magazine - March 2021 - 89
IEEE Robotics & Automation Magazine - March 2021 - 90
IEEE Robotics & Automation Magazine - March 2021 - 91
IEEE Robotics & Automation Magazine - March 2021 - 92
IEEE Robotics & Automation Magazine - March 2021 - 93
IEEE Robotics & Automation Magazine - March 2021 - 94
IEEE Robotics & Automation Magazine - March 2021 - 95
IEEE Robotics & Automation Magazine - March 2021 - 96
IEEE Robotics & Automation Magazine - March 2021 - 97
IEEE Robotics & Automation Magazine - March 2021 - 98
IEEE Robotics & Automation Magazine - March 2021 - 99
IEEE Robotics & Automation Magazine - March 2021 - 100
IEEE Robotics & Automation Magazine - March 2021 - 101
IEEE Robotics & Automation Magazine - March 2021 - 102
IEEE Robotics & Automation Magazine - March 2021 - 103
IEEE Robotics & Automation Magazine - March 2021 - 104
IEEE Robotics & Automation Magazine - March 2021 - 105
IEEE Robotics & Automation Magazine - March 2021 - 106
IEEE Robotics & Automation Magazine - March 2021 - 107
IEEE Robotics & Automation Magazine - March 2021 - 108
IEEE Robotics & Automation Magazine - March 2021 - 109
IEEE Robotics & Automation Magazine - March 2021 - 110
IEEE Robotics & Automation Magazine - March 2021 - 111
IEEE Robotics & Automation Magazine - March 2021 - 112
IEEE Robotics & Automation Magazine - March 2021 - 113
IEEE Robotics & Automation Magazine - March 2021 - 114
IEEE Robotics & Automation Magazine - March 2021 - 115
IEEE Robotics & Automation Magazine - March 2021 - 116
IEEE Robotics & Automation Magazine - March 2021 - 117
IEEE Robotics & Automation Magazine - March 2021 - 118
IEEE Robotics & Automation Magazine - March 2021 - 119
IEEE Robotics & Automation Magazine - March 2021 - 120
IEEE Robotics & Automation Magazine - March 2021 - 121
IEEE Robotics & Automation Magazine - March 2021 - 122
IEEE Robotics & Automation Magazine - March 2021 - 123
IEEE Robotics & Automation Magazine - March 2021 - 124
IEEE Robotics & Automation Magazine - March 2021 - 125
IEEE Robotics & Automation Magazine - March 2021 - 126
IEEE Robotics & Automation Magazine - March 2021 - 127
IEEE Robotics & Automation Magazine - March 2021 - 128
IEEE Robotics & Automation Magazine - March 2021 - Cover3
IEEE Robotics & Automation Magazine - March 2021 - Cover4
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_december2023
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_september2023
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_june2023
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_march2023
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_december2022
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_september2022
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_june2022
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_march2022
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_december2021
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_september2021
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_june2021
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_march2021
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_december2020
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_september2020
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_june2020
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_march2020
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_december2019
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_september2019
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_june2019
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_march2019
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_december2018
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_september2018
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_june2018
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_march2018
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_december2017
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_september2017
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_june2017
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_march2017
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_december2016
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_september2016
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_june2016
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_march2016
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_december2015
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_september2015
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_june2015
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_march2015
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_december2014
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_september2014
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_june2014
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_march2014
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_december2013
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_september2013
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_june2013
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_march2013
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_december2012
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_september2012
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_june2012
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_march2012
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_december2011
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_september2011
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_june2011
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_march2011
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_december2010
https://www.nxtbook.com/nxtbooks/ieee/roboticsautomation_september2010
https://www.nxtbookmedia.com