Next Article in Journal
Efficient Kernel-Based Subsequence Search for Enabling Health Monitoring Services in IoT-Based Home Setting
Next Article in Special Issue
Innovative Mobile Manipulator Solution for Modern Flexible Manufacturing Processes
Previous Article in Journal
Performance of Flexible Chemoresistive Gas Sensors after Having Undergone Automated Bending Tests
Previous Article in Special Issue
Parking Line Based SLAM Approach Using AVM/LiDAR Sensor Fusion for Rapid and Accurate Loop Closing and Parking Space Detection
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Social Navigation in a Cognitive Architecture Using Dynamic Proxemic Zones

by
Jonatan Ginés
1,*,†,
Francisco Martín
1,†,
David Vargas
1,†,
Francisco J. Rodríguez
2,† and
Vicente Matellán
2,†
1
Intelligent Robotics Lab, Rey Juan Carlos University, Campus de Fuenlabrada, Camino del Molino s/n, 28943 Fuenlabrada, Spain
2
Robotics Group, University of León, Campus de Vegazana, s/n, 24071 León, Spain
*
Author to whom correspondence should be addressed.
These authors contributed equally to this work.
Sensors 2019, 19(23), 5189; https://doi.org/10.3390/s19235189
Submission received: 18 October 2019 / Revised: 22 November 2019 / Accepted: 25 November 2019 / Published: 27 November 2019
(This article belongs to the Special Issue Mobile Robot Navigation)

Abstract

:
Robots have begun to populate the everyday environments of human beings. These social robots must perform their tasks without disturbing the people with whom they share their environment. This paper proposes a navigation algorithm for robots that is acceptable to people. Robots will detect the personal areas of humans, to carry out their tasks, generating navigation routes that have less impact on human activities. The main novelty of this work is that the robot will perceive the moods of people to adjust the size of proxemic areas. This work will contribute to making the presence of robots in human-populated environments more acceptable. As a result, we have integrated this approach into a cognitive architecture designed to perform tasks in human-populated environments. The paper provides quantitative experimental results in two scenarios: controlled, including social navigation metrics in comparison with a traditional navigation method, and non-controlled, in robotic competitions where different studies of social robotics are measured.

1. Introduction

We focus on social robots that operate in human-populated environments and can interact with them. Although it is not yet common to live with a robot every day, this will soon be a reality. However, there is still much to do to make these robots acceptable in our daily life.
In mobile robotics, the main objective of a navigation system is to allow a robot to move from one point to another in the environment safely and efficiently. In this work, we focus on cases where the environment is known a priori, and coded on a map. Having a reliable and stable location is critical to the success of navigation. Most of the successful navigation approaches divide the navigation modules into two levels: global planner and local planner.
The global planner calculates the route from the robot’s current position to the final position. We can use multiple algorithms for this task: A* [1], Dijkstra algorithm [2], Gradient Methods [3], etc. In our work, we used an A* algorithm for calculating routes on a cost map. A cost map encodes the obstacles of an environment on a grid. There is a value that indicates that a grid cell is unknown, a maximum value that indicates that there is an obstacle, and a minimum value that indicates that it is clear. Intermediate values indicate the cost of going through this grid cell. They do not block but involve a higher cost when calculating the route.
The local planner is responsible for following the routes generated by the global planner generating movement commands. It also has to avoid possible obstacles that are present on the map. Among the algorithms used in these planners are Dynamic Window Approach (DWA) [4], Elastic Bands [5], Timed-Elastic-Band [6,7], Trajectory Rollout [8], Genetic approaches [9,10], and mixed approaches [11,12,13].
We developed [14] one level above to plan the movement of a robot through indoor environments. We call it topological navigation. A robot may have to go through doors, climb elevators, or pass-through access lathes. We used classical PDDL-based [15] planning to divide navigation into actions. These actions can be simple (move_in_a_room and move_to_accessible_room), which only require navigation, or more complex (open_door and call_elevator), which may require manipulation or dialogue.
We integrate this topological navigation module in our cognitive architecture. Our architecture allows developing software modules, such as the case of topological navigation, which provides portions of PDDL to the application domain. Each module provides the implementation of each of the actions, such as the actions described above. In addition, each module implements a set of skills (perceptual or acting) that may be required to carry out the actions.
The challenges we face in social robotics are numerous. A robot is not perceived in the same way by all humans. There are people more likely to interact with robots. Furthermore, some people are bothered to be near a robot. A robot should respect people’s privacy, not accessing places where it would be annoying for a person to find a robot (in a bedroom or a bathroom). A robot should not cross areas of high activity of people, because it could be a hindrance (a kitchen, for example). A robot should not trace routes through groups of people who are interacting, or areas that limit people’s activities (a robot should not pass in front of the television if people are watching it, for example). If a robot takes these factors into account when navigating, it will contribute to making people accept the robot in living with people.
We consider that social navigation is also a robot skill at a higher level than a global planner. A social robot must trace its routes using a map, but also with certain restrictions. The motivation is that the robot disturbs people in the environment as little as possible while navigating. It should also not pass near persons whose attitude towards the robot is not favorable. We develope in this paper a social navigation module that inserts restrictions to the local navigation planner. We carry out this duty by modifying the costs of the map cells used by the local planner. These restrictions are made based on the mood of the people detected by the robot.
We develope our social navigation module as a module within our cognitive architecture. We mainly implement the social_move action. To carry out this action, we develop several perceptual skills to detect people, their intentions, and their humor, among other characteristics.
In summary, the main contributions of our work in this paper are:
  • We model the area of influence of people based on the perception of their attitude towards the robot. We code these areas in cost maps.
  • We integrate a social navigation behavior in a cognitive architecture.
  • We test our approach in a competition environment.
This paper is structured as follows: In Section 2, we present all the works we consider relevant in the area of social robotics. In Section 3, we briefly describe the cognitive architecture in which our social navigation system is integrated. In Section 4, we present the complete social navigation system, which is the main contribution of this work. In Section 5, we show experiments that validate our approach. Finally, Section 6 contains the conclusions of this work.

2. Related Work

Social robotics is the area that studies the use of robotics technologies in a domestic environment and research on better ways for the robots to adapt to daily human lives [16]. Within this area is the social navigation, a field of knowledge that works on improving the movements of a robot when it is in a populated environment. This field has attracted broad interest in the last years [17,18,19]. The primary motivation of social navigation is to disturb people as little as possible, in addition to following certain social conventions that will be determined by culture, age, or context. The first works in this area propose a virtual force model or social force model [20], in which authors model the forces acting on a person that is walking in a crowded scenario as a combination of three forces, one to describe the acceleration, another repulsive force to describe the distance to other pedestrian and borders, and the last one to describe the attractive effects of the pedestrian target. A recent work in this line is in [21], in which the authors used Social Force Model (SFM) to avoid humans in an urban scenario.
The use of emotions also could be significant in social navigation. The authors of [22,23] established that emotions, particularly fear, influence the size of our personal space. Taking this into account, robot navigation must be modified to ensure that they will be accepted by a society in which many people are afraid or distrustful of robots. Another use of emotions in robotics is in [24], where the authors proposed that a robot could change its navigation mode according to a collection of different emotions that the robot could perform.
There are also learning-based methods (e.g., [25,26,27]), in which the robot learns from the human behaviors when a person navigates in a populate scenario. It generates a set of parameters that are used afterwards for planning or following a path in a socially accepted way. Tranberg Hansen et al. [28] used a learn-based method to estimate if a person wants to interact with the robot. If not, the robot must respect the personal space of the person and go out if it is invading it.
Other works propose the use of fuzzy logic [29] to achieve that a robot could accompany a person for a corridor, avoiding cross in front of moving people, or the use of the proxemics theory [30] to solve the problem of a robot stands in line with humans.
Proxemics theory is the basis of a large number of studies, mainly for its social and human-centered focus. It defines the space around a person as different zones with different radii: intimate, personal, social, and public. Some works use the proxemic zones to feed the global planner [31,32], creating a social path to adapt its behavior to people and the environment. Our social navigation method, conversely, modifies the local cost map achieving a reactive behavior and allowing that the global planner could replan.
The proxemics theory does not describe areas with a fixed radius but defines areas that could change according to the culture or age, among others. Some works address the problem of walking in a corridor using proxemics theory as a base [33,34]. These works develop methods to follow the social convention of keep on the right when walking in a corridor. However, our proposal is general to any scenario.
In [35], the authors proposed an approach where the proxemic zones are dynamic and change depending on the spatial context and human intention.
This paper focuses on improving the comfort [17] of people creating dynamic proxemic zones that are modified by different parameters, i.e., attitude towards the robot, age, or presenting behavior that indicates the intention of interact with it. Furthermore, the proxemics theory is given a similar approach to Tranberg Hansen et al. [28], who used proxemic zones, not only for creating a forbidden navigate zone for robots but also under certain conditions that allow human–robot interaction.

3. A Cognitive Architecture for Social Robots

Figure 1 shows the design on layers of our architecture. It is a concentric-layered design, with a transversal component called knowledge graph. The knowledge graph stores the internal and external knowledge of the robot, and it is accessible from any layer.
Tiers 1 and 2 mainly use symbolic information. Tiers 3 and 4 use subsymbolic information. The central part of the architecture, at Tier 2, is a symbolic planner based on PDDL. Using PDDL, we define what types, symbolic predicates, and actions can be used to solve a problem in a domain. This planner has a knowledge base, accessible from other levels, that contains the instances and predicates of the current problem.
  • Tier 1 states the instances and predicates of the problem to be solved. This level contains hierarchical state machines that define the modes and behaviors of the robot at a high level. We implement transitions between states by consulting predicates in the knowledge base. We define goals for the planner in the states.
  • When a state machine at Tier 1 establishes a goal, the planner at Tier 2 creates a plan using the content of his knowledge base. The plan is made up of a sequence of domain actions. The planner delivers the actions at Tier 3 one at a time. Each time an action indicates that it has been completed successfully, the next one is delivered until the plan is finished. If an action finishes with error, it forces a replanning.
  • Tier 3 contains the implementation of the actions defined in the PDDL domain. This level is the bridge between both paradigms. The planner activates actions according to the generated plan. When activated, the planner passes the parameters to the actions (instances of a type). Usually, the action must translate symbols into specific data. For example, a move action could receive kitchen as a parameter. Then, the action must obtain the metric coordinate corresponding to the kitchen symbol and send it to the navigation module.
    On some occasions, the actions receive information extracted from the sensors, and send commands to the actuators. Most of the time, the actions are too complicated and delegate part of their operation to skills. The actions activate skills and monitor when they have carried out their work.
  • Tier 4 contains skills that can be activated from actions. The skills can be reused from any of the actions. This level includes perceptual, attention, dialogue, and manipulation modules, among others.
  • The knowledge graph stores the information relevant to the operation of the robot. We design this shared representation of data to disengage some components of others, especially between different layers. An action in Tier 3 uses the result of computing a skill in Tier 4 by reading it from the knowledge graph. Tier 1 can also use the symbolic information contained in the graph.
The elements of the graph are nodes and arcs. The nodes represent instances of a specific type. The arcs can contain a text, or they can provide a geometric transformation.
The relationship between the symbolic information that contains the knowledge base of the Tier 2 planner and the information of the graph is not direct. A process synchronizes the relevant information in the knowledge base of the planner and the graph. We previously configure suitable types and predicates. This process adds nodes to the graph when the knowledge base creates instances of a relevant type. This process also creates arcs when the knowledge base inserts a relevant predicate. If the predicate has two arguments of related types, the arc connects two nodes with a text corresponding to the predicate. If the predicate has only one argument, it is a self arc (need_check arc in Figure 2). Currently, the updates only go one way, avoiding updates from the graph to the knowledge base. Figure 2 is the graph of a real application, and all the nodes and arcs (except “ask:”) correspond to instances and predicates from the planner knowledge base.

4. Social Navigation

The cognitive architecture just described integrates our navigation system. Figure 3 shows this integration. Before the development of our approach, there were already actions in which the robot had to navigate. The move action moves the robot from one point to another in the environment. The guide action guides a person from one point to another in the environment, using its rear ultrasound sensor to control whether the person follows the robot. The plans that include these actions also include the open_door action in the case of going through doors. Both guide and move use the navigation skill, establishing geometric coordinates as the destination.
We implement our approach through one action and several skills. This new action, social_move, is available to be included in any plan that requires the robot to navigate between people. When this action is activated, it also activates two skills: one to detect people, and another to maintain a dialogue with them, in the case an interaction request occurs. We implement action social_move as a state machine with two states, as shown in Figure 3 (right):
  • In the navigating state, this action sends geometric positions to the navigation skill. In this case, we activate a social layer, which we detail below.
  • In the interacting state, the robot pauses navigation and initiates a dialogue with a person. The transition to this state occurs when a person asks the robot to initiate a dialogue. The robot stops and faces the person. Once the dialogue finishes, the robot continues navigating to the destination.
The above description analyzes how we integrate our approach into our cognitive architecture. We implement the core contributions in the people detection skill and the social layer implemented within the navigation skill, shown in Figure 4. Next, we describe in detail the design of both skills.

4.1. People Detector Skill

The people detector skill is responsible for detecting the position of people in coordinates of the map reference axis. We represent this skill in Figure 4.
Within this skill, there is a component called person detector, which is responsible for detecting a person within an image using a convolutional neural network. The input of this component is the 2D image of the camera, and the output is a list of detections. Each detection contains a probability and the coordinates, in image coordinates, of the bounding box of the detection.
The mood detector component takes the image as input and generates a list of emotions detected in the faces existing in the image. Each detection contains a mood (positive, neutral, or negative). It also contains the coordinates in the image of this detection.
Both outputs get combined to label the detected people with a mood. If a person is detected and there is no emotion associated with it, we label it as neutral. The detected person is tagged as neutral until this component detects a different mood. This information is persistent in time, and each person is tagged with the last mood that could be detected of him.
Finally, we transform the bounding boxes in coordinates of the image into bounding boxes in three dimensions. To carry out this process, we use the point cloud that corresponds to the image used in the mood detection. The points that make up our point cloud and the pixels of the corresponding 2D image have the same position. An example of this detection is shown in Figure 5.

4.2. Navigation Skill

The navigation skill uses the ROS navigation stack [36]. As described above, it consists of two planners, global and local. The global planner calculates the route from robot current position to target, and the local planner generates movements to follow this path, avoiding unexpected obstacles. In addition, this system could be configured by adding new layers [34]. In this paper, we develop a layer, social_layer. It modifies the local cost map adding the proxemic zones related to people.
Figure 6 shows a graphic comparison of the different proxemic areas and their size. These zones are coding in the local cost map as Gaussian functions of concentric circles [19,37,38]. The parameter of these Gaussian functions that changes according to the mood of the people is the covariance. In summary, the personal zone radius of a person with a positive attitude towards the robot is 0.6 m, for a person with a neutral attitude is 0.9 m, and for a person with a negative attitude is 1.6 m. The personal zone radius for people with a positive or neutral attitude remains within the limits presented in the literature [19] and, for people with a negative attitude, it is expanded further beyond that limit. In this way, a personal zone is created in line with their negative attitude [22,23] towards the robot, so that their comfort is not affected.
With the proxemic zones added in the local cost map (Figure 7), as described in Algorithm 1, and a target position established, the global planner will create a new path to reach the goal. The local planner will generate the correct movements to keep the robot in the cell with less cost, and, because of this, it will keep out of the personal zones of the people.
Algorithm 1 Proxemic zones to local cost map.
1:
while r o b o t _ n a v i g a t e s do
2:
    list People detected_people = get_detect_people_with_mood()
3:
    for all p i ∈ detected_people do
4:
        Float covar = get_covar_from_mood( p i .mood)
5:
        Cell person_cell = worldToMap( p i .position.x, p i .position.y)
6:
        setPersonalZone(local_costmap, person_cell, covar)
7:
    end for
8:
end while
Using this approach, we can reach that the robot does not invade personal zones. Besides, we enable the human–robot interaction if a person has a positive attitude. In the same way, we try not to affect at all a person who is showing a negative attitude towards the robot. Figure 8 shows the integration of the above two skills to create personal zones.

5. Experiments

We tested the validity of our approach in two ways. First, we performed experiments in a simulator. Secondly, we tested our approach in a more realistic environment in the SciRoc competition, in which we participated in Milton Keynes in September 2019.
In the implementation of our architecture, we use ROSPlan [39] and BICA [40].
ROSPlan is an IA planning framework, which uses popf [41] among other planners, and is situated in Tier 2 (Figure 1. BICA is a toolbox to create software architectures for robots. Virtually all the elements of our design are BICA components that perform different functions. A BICA component is an independent process that can declare that it depends on other BICA components. When a BICA component is activated, it automatically activates all its dependencies. When all components that enable a dependency are deactivated, the dependence is deactivated. This mechanism is a simple way to save computation time when the results of certain computations are not being used.
Finite state machines in Tier 1 are inside BICA components. As each state can declare a dependency on other BICA components, we can create a hierarchy of state machines. Actions and skills are also BICA components. An action declares some skills as dependencies. When the planner activates an action, all its required skills activate.

5.1. Social Navigation in Simulated Scenarios

The tests in simulated scenarios were performed on a computer with an Intel Core i7-8550U 1.8 GHz processor with 16 Gb of DDR4 RAM and Ubuntu GNU/Linux 16.04 using Gazebo as simulator and ROS as robot framework and a Jetson TX2 256-core GPU. YOLO [42,43] was used as the people detector and EmoPy [44] was used as the emotion detector.
We used the metrics already established by the scientific community [45,46,47], formally described in [48], to ascertain the efficacy of the proposed system: d m i n , average minimum distance to a human during navigation; d t , distance traveled; τ , navigation time; and P s i , personal space intrusions. The navigation was done at a speed of 0.3 m/s [49].
We compared the proposed algorithm with the ROS traditional navigation since this navigation system is the most widespread and used by the scientific community, and with the static proxemic method described in [34].
In the first experiment, the robot started at Waypoint 1 (Figure 9), then it navigated to Waypoint 2, and it finished going to Waypoint 3. In this case, the robot did not have information about the mood of the people, so the attitude of everybody was neutral, and the radius of their personal area was 0.9 m. Table 1 shows a comparison between both navigation systems.
It can be seen that d t is slightly higher than the ROS default system, and the distance traveled is longer. This result is justifiable by the social behavior that the robot has with the proposed system. The robot does not invade at any time the personal area of people. Figure 9 shows the path followed by the robot with both systems.
As in Experiment 1, the robot started at Waypoint 1 (Figure 10), it navigated to Waypoint 2, and it finished at Waypoint 3. Figure 10 shows the different moods of people of the scenario, and Table 2 shows the experiment results.
In this case, we can see how the traditional navigation of ROS invades the personal zones of People 1–3, taking into account that Person 1 has a negative attitude towards the robot. Similarly, the approach of Lu and Smart [34] invades the personal zone of Person 1, because it does not take into account the attitude of people. The proposed approach adapts correctly to the environment and does not invade any personal area.
Results from Lu and Smart [34] and our approach are similar. The main difference is produced when a person has a negative attitude. For this reason, we evaluated these methods in a real experiment.
The experiment was conducted with real participants to assess their comfort using the approach of Lu and Smart [34] and our approach. Eighteen people aged 18–30 participated (Figure 11). All of them assumed the role of a person with a negative attitude towards the robot, who is afraid or who thinks that the robot could hit them. In each iteration, the robot performed two navigation rounds in which it used each of the approaches. During the route, the robot encountered a person who was obstructing its original trajectory and the robot had to avoid them. After each round, the participant filled out a questionnaire indicating the type of approach used in each case. This information was provided by the authors just before filling in the questionnaire. Then, that participant carried out the second round of the experiment using the approach that had not been used in the previous round. The measurement was a simple rating on a Likert-type scale [50] between 1 (“Completely disagree”) to 5 (“Completely agree”). Table 3 shows the mode [51] of each item of the questionnaire and Table 4 shows the quantitative analysis of these results using the t-test method.
In our questionnaire, we asked six questions aimed at the individual’s perception of the robot’s behavior. Although there are no significant differences between the two samples for five of the questions (1, 2, 4, 5, and 6), for Question 3, which is related to the proxemics in HRI scenarios, the results after applying a t-student test (p < 0.05, particularly 0.015 in the two-tail sample, Table 4) shows that the application of our approach improves the people’s comfort and how they think that the distance between them and the robot is more appropriate.

5.2. Social Navigation in Competition Scenario

Robotics competitions are useful because they present a common problem that is addressed by several teams of researchers. In these competitions, metrics are established to measure the robot’s performance, which allows comparing the investigations between the teams. In particular, we participated in the “take the elevator” (https://sciroc.eu/e04-take-the-elevator/) challenge in which the robot must integrate social navigation with other behaviors, Figure 12:
  • The robot must go to an elevator. On his way, he will meet two people. One does not want to interact with the robot, and another person actively attracts the robot’s attention. The robot must maintain a dialogue with this second person.
  • The robot must wait for the elevator to arrive in a position that does not bother the other people who are waiting and allow the people arriving in the elevator to leave.
  • The robot should navigate to a position in an elevator where it does not bother other people, and allow people to get off the elevator on each floor.
  • The robot must exit the elevator when its floor arrives. It can face the people in the elevator to ask for the floor.
The people who judge this test are technical and non-technical volunteers who judge the performance based on a mixed evaluation taking into account both robot performances and a user evaluation that includes, among other things, their comfort when sharing their space with the robot. We, as Gentlebots team and using TIAGo (http://pal-robotics.com/robots/tiago/) robot as robotic platform, won the “take the elevator” challenge (https://sciroc.eu/winners-2019-edition/) in this 2019 edition of SciRoc.

6. Conclusions

Nowadays, it is not yet common to live or interact with a robot every day, although the scientific community is working hard to make this a reality soon. Significant efforts are being made so people feel comfortable when a robot shares space with them, and the use of proxemic zones to represent people and their area is the most conventional way.
This work proposes the use of dynamic proxemic zones considering the attitude of people to change their size. In addition, this skill has been integrated into a layered cognitive architecture to be used in conjunction with other capabilities, such as the human–robot interaction system, in different scenarios. Using our approach, the robot behavior when navigating in a social environment is improved. Its performance, compared with a traditional navigation system and a state-of-the-art method, was demonstrated in the experiments.
Talking about the competition, in this challenge, participated robots such as Pepper (https://www.softbankrobotics.com/emea/en/pepper), a more attractive and social robot in aspect than TIAGo. Our success is based on that; not only is the appearance essential in social robotics, but the behaviors also play a fundamental role.
Future works include the improvement of the social layer to consider the age or the intention to interact with the robot. In addition, the ability to recognize different types of humans could be developed, such as older people with a cane, walker, or wheelchair to create proxemic zones with different sizes.

Author Contributions

Conceptualization, J.G., F.M. and F.J.R.; Funding acquisition, F.M. and V.M.; Investigation, J.G., F.M. and D.V.; Methodology, J.G. and F.M.; Project administration, F.M.; Software, J.G., F.M. and D.V.; Supervision, F.M., F.J.R. and V.M.; Validation, J.G.; Writing—original draft, J.G.; Writing—review & editing, F.M., F.J.R. and V.M.

Funding

This work was funded by the Spanish Government TIN2016-76515-R grant for the COMBAHO project, supported with Feder funds and it was partially funded by the Community of Madrid through the RoboCity2030-DIH-CM (S2018/NMT-4331).

Acknowledgments

Experiments were made possible by a generous hardware donation from NVIDIA of one Titan Xp GPU.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Raja, P.; Pugazhenthi, S. Optimal path planning of mobile robots: A review. Int. J. Phys. Sci. 2012, 7, 1314–1320. [Google Scholar] [CrossRef]
  2. Knuth, D.E. A generalization of Dijkstra’s algorithm. Inf. Process. Lett. 1977, 6, 1–5. [Google Scholar] [CrossRef]
  3. Adamiv, O.; Sachenko, A.; Kapura, V. Gradient method for autonomous robot navigation. In Proceedings of the 2008 International Conference on “Modern Problems of Radio Engineering, Telecommunications and Computer Science” (TCSET), Lviv-Slavsko, Ukraine, 19–23 February 2008; pp. 640–642. [Google Scholar]
  4. Fox, D.; Burgard, W.; Thrun, S. The dynamic window approach to collision avoidance. IEEE Robot. Autom. Mag. 1997, 4, 23–33. [Google Scholar] [CrossRef]
  5. Quinlan, S.; Khatib, O. Elastic bands: Connecting path planning and control. In Proceedings of the IEEE International Conference on Robotics and Automation, Atlanta, GA, USA, 2–6 May 1993; Volume 2, pp. 802–807. [Google Scholar] [CrossRef]
  6. Roesmann, C.; Feiten, W.; Woesch, T.; Hoffmann, F.; Bertram, T. Trajectory modification considering dynamic constraints of autonomous robots. In Proceedings of the ROBOTIK 2012 7th German Conference on Robotics, Munich, Germany, 21–22 May 2012; pp. 1–6. [Google Scholar]
  7. Rösmann, C.; Feiten, W.; Wösch, T.; Hoffmann, F.; Bertram, T. Efficient trajectory optimization using a sparse model. In Proceedings of the 2013 European Conference on Mobile Robots, Barcelona, Spain, 25–27 September 2013; pp. 138–143. [Google Scholar] [CrossRef]
  8. Gerkey, B.P.; Konolige, K. Planning and control in unstructured terrain. In Proceedings of the IEEE International Conference on Robotics and Automation (ICRA): Workshop on Path Planning on Costmaps, Pasadena, CA, USA, 19–23 May 2008; pp. 1–6. [Google Scholar]
  9. Zhang, X.; Zhao, Y.; Deng, N.; Guo, K. Dynamic Path Planning Algorithm for a Mobile Robot Based on Visible Space and an Improved Genetic Algorithm. Int. J. Adv. Robot. Syst. 2016, 13, 91. [Google Scholar] [CrossRef]
  10. Patle, B.K.; Parhi, D.R.K.; Jagadeesh, A.; Kashyap, S.K. Matrix-Binary Codes based Genetic Algorithm for path planning of mobile robot. Comput. Electr. Eng. 2017, 67, 708–728. [Google Scholar] [CrossRef]
  11. Silva, C.; De Oliveira, Á.; Fernandes, M. Validation of a Dynamic Planning Navigation Strategy Applied to Mobile Terrestrial Robots. Sensors 2018, 18, 4322. [Google Scholar] [CrossRef] [PubMed]
  12. Patle, B.K.; Jagadeesh, A.; Kashyap, S.K. On firefly algorithm: Optimization and application in mobile robot navigation. World J. Eng. 2017, 14-1, 65–76. [Google Scholar] [CrossRef]
  13. de Oliveira, Á.V.F.M.; Fernandes, M.A.C. Dynamic planning navigation strategy for mobile terrestrial robots. Robotica 2016, 34, 568–583. [Google Scholar] [CrossRef]
  14. Martín, F.; Gines, J.; Vargas, D.; Lera, F.J.R.; Olivera, V.M. Planning Topological Navigation for Complex Indoor Environments. In Proceedings of the 2018 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), Madrid, Spain, 1–5 October 2018; pp. 1–9. [Google Scholar]
  15. Ghallab, M.; Howe, A.; Knoblock, C.; McDermott, D.; Ram, A.; Veloso, M.; Weld, D.; Wilkins, D. PDDL—The planning domain definition language. AIPS-98 Plan. Comm. 1998, 3, 14. [Google Scholar]
  16. Breazeal, C.; Scassellati, B. How to build robots that make friends and influence people. In Proceedings of the 1999 IEEE/RSJ International Conference on Intelligent Robots and Systems, Human and Environment Friendly Robots with High Intelligence and Emotional Quotients (Cat. No.99CH36289), Kyongju, Korea, 17–21 October 1999; Volume 2, pp. 858–863. [Google Scholar] [CrossRef]
  17. Kruse, T.; Pandey, A.K.; Alami, R.; Kirsch, A. Human-aware robot navigation: A survey. Robot. Auton. Syst. 2013, 61, 1726–1743. [Google Scholar] [CrossRef]
  18. Charalampous, K.; Kostavelis, I.; Gasteratos, A. Recent trends in social aware robot navigation: A survey. Robot. Auton. Syst. 2017, 93, 85–104. [Google Scholar] [CrossRef]
  19. Rios-Martinez, J.; Spalanzani, A.; Laugier, C. From Proxemics Theory to Socially-Aware Navigation: A Survey. Int. J. Soc. Robot. 2015, 7, 137–153. [Google Scholar] [CrossRef]
  20. Helbing, D.; Molnár, P. Social force model for pedestrian dynamics. Phys. Rev. E 1995, 51, 4282–4286. [Google Scholar] [CrossRef] [PubMed]
  21. Ferrer, G.; Garrell, A.; Sanfeliu, A. Social-aware robot navigation in urban environments. In Proceedings of the 2013 European Conference on Mobile Robots, Barcelona, Spain, 25–27 September 2013; pp. 331–336. [Google Scholar] [CrossRef]
  22. Taffou, M.; Viaud-Delmon, I. Cynophobic fear adaptively extends peri-personal space. Front. Psychiatry 2014, 5, 122. [Google Scholar] [CrossRef] [PubMed]
  23. Kennedy, D.; Gläscher, J.; Tyszka, J.; Adolphs, R. Personal Space Regulation by the Human Amygdala. Nat. Neurosci. 2009, 12, 1226–1227. [Google Scholar] [CrossRef] [PubMed]
  24. Lee-Johnson, C.P.; Carnegie, D.A. Mobile Robot Navigation Modulated by Artificial Emotions. IEEE Trans. Syst. Man Cybern. Part B (Cybern.) 2010, 40, 469–480. [Google Scholar] [CrossRef] [PubMed]
  25. Luber, M.; Spinello, L.; Silva, J.; Arras, K.O. Socially-aware robot navigation: A learning approach. In Proceedings of the 2012 IEEE/RSJ International Conference on Intelligent Robots and Systems, Vilamoura, Portugal, 7–12 October 2012; pp. 902–907. [Google Scholar] [CrossRef]
  26. Kruse, T.; Basili, P.; Glasauer, S.; Kirsch, A. Legible robot navigation in the proximity of moving humans. In Proceedings of the 2012 IEEE Workshop on Advanced Robotics and its Social Impacts (ARSO), Munich, Germany, 21–23 May 2012; pp. 83–88. [Google Scholar] [CrossRef]
  27. Vasquez, D.; Okal, B.; Arras, K.O. Inverse Reinforcement Learning algorithms and features for robot navigation in crowds: An experimental comparison. In Proceedings of the 2014 IEEE/RSJ International Conference on Intelligent Robots and Systems, Chicago, IL, USA, 14–18 September 2014; pp. 1341–1346. [Google Scholar] [CrossRef]
  28. Tranberg Hansen, S.; Svenstrup, M.; Andersen, H.J.; Bak, T. Adaptive human aware navigation based on motion pattern analysis. In Proceedings of the RO-MAN 2009—The 18th IEEE International Symposium on Robot and Human Interactive Communication, Toyama, Japan, 27 September–2 October 2009; pp. 927–932. [Google Scholar] [CrossRef]
  29. Olivera, V.M.; Simmons, R. Implementing human-acceptable navigational behavior and a fuzzy controller for an autonomous robot. In Proceedings of the WAF: 3rd Workshop on Physical Agents, Murcia, Spain, October 2002; pp. 113–120. [Google Scholar]
  30. Hall, E.T. The Hidden Dimension; Doubleday: Garden City, NY, USA, 1910; Volume 609. [Google Scholar]
  31. Bera, A.; Randhavane, T.; Prinja, R.; Manocha, D. SocioSense: Robot navigation amongst pedestrians with social and psychological constraints. In Proceedings of the 2017 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), Vancouver, BC, Canada, 24–28 September 2017; pp. 7018–7025. [Google Scholar] [CrossRef]
  32. Kirby, R.; Simmons, R.; Forlizzi, J. COMPANION: A Constraint-Optimizing Method for Person-Acceptable Navigation. In Proceedings of the RO-MAN 2009—The 18th IEEE International Symposium on Robot and Human Interactive Communication, Toyama, Japan, 27 September–2 October 2009; pp. 607–612. [Google Scholar] [CrossRef]
  33. Pacchierotti, E.; Christensen, H.I.; Jensfelt, P. Evaluation of Passing Distance for Social Robots. In Proceedings of the ROMAN 2006—The 15th IEEE International Symposium on Robot and Human Interactive Communication, Hatfield, UK, 6–8 September 2006; pp. 315–320. [Google Scholar] [CrossRef]
  34. Lu, D.V.; Smart, W.D. Towards more efficient navigation for robots and humans. In Proceedings of the 2013 IEEE/RSJ International Conference on Intelligent Robots and Systems, Tokyo, Japan, 3–7 November 2013; pp. 1707–1713. [Google Scholar] [CrossRef]
  35. Vega-Magro, A.; Manso, L.J.; Bustos, P.; Núñez, P. A Flexible and Adaptive Spatial Density Model for Context-Aware Social Mapping: Towards a More Realistic Social Navigation. In Proceedings of the 15th International Conference on Control, Automation, Robotics and Vision, Singapore, 18–21 November 2018; pp. 1727–1732. [Google Scholar]
  36. Marder-Eppstein, E.; Berger, E.; Foote, T.; Gerkey, B.; Konolige, K. The Office Marathon: Robust navigation in an indoor office environment. In Proceedings of the 2010 IEEE International Conference on Robotics and Automation, Anchorage, AK, USA, 3–7 May 2010; pp. 300–307. [Google Scholar] [CrossRef]
  37. Hall, E.T. The Hidden Dimension: Man’s Use of Space in Public and Private; The Bodley Head: London, UK; Sydney, Australia; Toronto, ON, Canada, 1969; Volume 121. [Google Scholar]
  38. Kirby, R. Social Robot Navigation. Ph.D. Thesis, Carnegie Mellon University, Pittsburgh, PA, USA, 2010. [Google Scholar]
  39. Cashmore, M.; Fox, M.; Long, D.; Magazzeni, D.; Ridder, B.; Carreraa, A.; Palomeras, N.; Hurtós, N.; Carrerasa, M. ROSPlan: Planning in the Robot Operating System. In Proceedings of the Twenty—Fifth International Conference on International Conference on Automated Planning and Scheduling, Jerusalem, Israel, 7–11 June 2015; AAAI Press: Palo Alto, CA, USA, 2015; pp. 333–341. [Google Scholar]
  40. Martín, F.; Aguero, C.E.; Cañas, J.M. A Simple, Efficient, and Scalable Behavior-Based Architecture for Robotic Applications. In Robot 2015: Second Iberian Robotics Conference; Reis, L.P., Moreira, A.P., Lima, P.U., Montano, L., Muñoz-Martinez, V., Eds.; Springer: Cham, Switzerland, 2016; pp. 611–622. [Google Scholar]
  41. Coles, A.J.; Coles, A.I.; Fox, M.; Long, D. Forward-chaining partial-order planning. In Proceedings of the Twentieth International Conference on Automated Planning and Scheduling, Toronto, ON, Canada, 12–16 May 2010. [Google Scholar]
  42. Redmon, J.; Divvala, S.; Girshick, R.; Farhadi, A. You only look once: Unified, real-time object detection. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Las Vegas, NV, USA, 26 June–1 July 2016; pp. 779–788. [Google Scholar]
  43. Bjelonic, M. YOLO ROS: Real-Time Object Detection for ROS. 2016–2018. Available online: https://github.com/leggedrobotics/darknet_ros (accessed on 26 November 2019).
  44. Arts, T. EmoPy. 2017–2019. Available online: https://github.com/thoughtworksarts/EmoPy (accessed on 26 November 2019).
  45. Kostavelis, I.; Kargakos, A.; Giakoumis, D.; Tzovaras, D. Robot’s Workspace Enhancement with Dynamic Human Presence for Socially-Aware Navigation. In Computer Vision Systems; Liu, M., Chen, H., Vincze, M., Eds.; Springer: Cham, Switzerland, 2017; pp. 279–288. [Google Scholar]
  46. Okal, B.; Arras, K.O. Formalizing normative robot behavior. In Proceedings of the International Conference on Social Robotics, Kansas City, MO, USA, 1–3 November 2016; Springer: Cham, Switzerland, 2016; pp. 62–71. [Google Scholar]
  47. Okal, B.; Arras, K.O. Learning socially normative robot navigation behaviors with bayesian inverse reinforcement learning. In Proceedings of the 2016 IEEE International Conference on Robotics and Automation (ICRA), Stockholm, Sweden, 16–21 May 2016; pp. 2889–2895. [Google Scholar]
  48. Vega, A.; Manso, L.J.; Macharet, D.G.; Bustos, P.; Núñez, P. Socially aware robot navigation system in human-populated and interactive environments based on an adaptive spatial density function and space affordances. Pattern Recognit. Lett. 2019, 2018, 13. [Google Scholar] [CrossRef]
  49. Butler, J.T.; Agah, A. Psychological Effects of Behavior Patterns of a Mobile Personal Robot. Auton. Robot. 2001, 10, 185–202. [Google Scholar] [CrossRef]
  50. Robinson, J. Likert Scale. In Encyclopedia of Quality of Life and Well-Being Research; Michalos, A.C., Ed.; Springer: Dordrecht, The Netherlands, 2014; pp. 3620–3621. [Google Scholar] [CrossRef]
  51. Boone, H.N.; Boone, D.A. Analyzing likert data. J. Ext. 2012, 50, 1–5. [Google Scholar]
Figure 1. Layered cognitive architecture.
Figure 1. Layered cognitive architecture.
Sensors 19 05189 g001
Figure 2. Knowledge graph representing the internal and external knowledge of the robot. Ellipses represent nodes with an ID and a type. Black lines are text arcs and blue lines are geometric arcs.
Figure 2. Knowledge graph representing the internal and external knowledge of the robot. Ellipses represent nodes with an ID and a type. Black lines are text arcs and blue lines are geometric arcs.
Sensors 19 05189 g002
Figure 3. The cognitive architecture (Left) and social_move action details (Right).
Figure 3. The cognitive architecture (Left) and social_move action details (Right).
Sensors 19 05189 g003
Figure 4. Functional diagram of the proposed approach.
Figure 4. Functional diagram of the proposed approach.
Sensors 19 05189 g004
Figure 5. Mood detector detecting different attitudes: (Left) positive attitude; (Central) neutral; and (Right) negative attitude.
Figure 5. Mood detector detecting different attitudes: (Left) positive attitude; (Central) neutral; and (Right) negative attitude.
Sensors 19 05189 g005
Figure 6. Personal zones details (m): red for a negative attitude, gray for neutral, and green for a positive attitude.
Figure 6. Personal zones details (m): red for a negative attitude, gray for neutral, and green for a positive attitude.
Sensors 19 05189 g006
Figure 7. People representation in a local cost map by: default in ROS (left); and using proxemic zones (right).
Figure 7. People representation in a local cost map by: default in ROS (left); and using proxemic zones (right).
Sensors 19 05189 g007
Figure 8. A person detected and positioned in the map with its proxemic zone.
Figure 8. A person detected and positioned in the map with its proxemic zone.
Sensors 19 05189 g008
Figure 9. (Left) Experiment 1 setup with the reference waypoints. The robot started at Waypoint 1, went to Waypoint 2 and finished at Waypoint 3. (Right) Path for ROS traditional navigation in red and the path followed with our approach in blue.
Figure 9. (Left) Experiment 1 setup with the reference waypoints. The robot started at Waypoint 1, went to Waypoint 2 and finished at Waypoint 3. (Right) Path for ROS traditional navigation in red and the path followed with our approach in blue.
Sensors 19 05189 g009
Figure 10. (Left) Experiment 2 setup with the reference waypoints and people’s attitude: red for negative attitude, gray for neutral attitude, and green for positive attitude. The robot started at Waypoint 1, went to Waypoint 2, and finished at Waypoint 3. (Right) Proxemic zones depending on the people’s mood. The path for ROS traditional navigation is in red, the path for the approach of Lu and Smart [34] is in orange and the path followed with our approach is in blue.
Figure 10. (Left) Experiment 2 setup with the reference waypoints and people’s attitude: red for negative attitude, gray for neutral attitude, and green for positive attitude. The robot started at Waypoint 1, went to Waypoint 2, and finished at Waypoint 3. (Right) Proxemic zones depending on the people’s mood. The path for ROS traditional navigation is in red, the path for the approach of Lu and Smart [34] is in orange and the path followed with our approach is in blue.
Sensors 19 05189 g010
Figure 11. The experiment with real participants to measure their comfort.
Figure 11. The experiment with real participants to measure their comfort.
Sensors 19 05189 g011
Figure 12. “Take the elevator” challenge of SciRoc 2019.
Figure 12. “Take the elevator” challenge of SciRoc 2019.
Sensors 19 05189 g012
Table 1. Social navigation metrics for Experiment 1: for each parameter its mean and standard deviation are provided in parenthesis.The bold numbers indicate a better result in comparison with the other approaches.
Table 1. Social navigation metrics for Experiment 1: for each parameter its mean and standard deviation are provided in parenthesis.The bold numbers indicate a better result in comparison with the other approaches.
ParameterProposed ApproachROS Traditional Navigation
d t (m)47 (2.65)38.67 (2.52)
τ (s)8.96 (0.58)8.84 (0.23)
d m i n P e r s o n 1 (m)1.19 (0.14)0.57 (0.02)
d m i n P e r s o n 2 (m)1.05 (0.07)0.51 (0.03)
P s i ( P e r s o n a l ) (%)0 (0)15.57 (0.39)
Table 2. Social navigation metrics for Experiment 2: for each parameter, the mean and standard deviation are provided in parenthesis. The bold numbers indicate a better result in comparison with the other approaches.
Table 2. Social navigation metrics for Experiment 2: for each parameter, the mean and standard deviation are provided in parenthesis. The bold numbers indicate a better result in comparison with the other approaches.
ParameterPersonal Zone Radius (m)ROS Navigation[34] MethodProposed Approach
d t (m) 87.33 (2.69)104.00 (7.94)107.00 (7.55)
τ (s) 11.80 (0.42)11.96 (0.65)12.58 (0.71)
d m i n P e r s o n 1 (m)1.60.56 (0.04)1.24 (0.04)1.62 (0.01)
d m i n P e r s o n 2 (m)0.60.48 (0.04)1.10 (0.01)0.85 (0.04)
d m i n P e r s o n 3 (m)0.90.52 (0.05)1.08 (0.12)1.11 (0.05)
P s i ( P e r s o n a l ) (%) 12.49 (8.99)5.75 (9.96)0 (0)
Table 3. The questionnaire filled out by the participants of the experiment, highlighting in bold the changes between the approaches. CD (Completely Disagree), D (Disagree), N (Neither agree or disagree), A (Agree), CA (Completely Agree).
Table 3. The questionnaire filled out by the participants of the experiment, highlighting in bold the changes between the approaches. CD (Completely Disagree), D (Disagree), N (Neither agree or disagree), A (Agree), CA (Completely Agree).
Item[34] MethodOur Approach
“I have been comfortable with the presence of the robot.”DD
“The noise produced by the robot has bothered me.”DD
“The distance between the robot and me has been adequate.”CDCA
“The sudden movements of the robot have bothered me.”DD
“The robot has a human-like motion.”NN
“The robot behaves reliably.”NA
Table 4. T-student analysis applied to the results of Question 3 (“The distance between the robot and me has been adequate.”).
Table 4. T-student analysis applied to the results of Question 3 (“The distance between the robot and me has been adequate.”).
[34] MethodOur Approach
Mean 2.333.83
Variance 21.21
Observations 1818
Pearson Correlation−0.76
Hypothesized Mean Difference0
Variance of the Differences5.56
df17
t Stat−2.7
P (T ≤ t) two-tail0.015

Share and Cite

MDPI and ACS Style

Ginés, J.; Martín, F.; Vargas, D.; Rodríguez, F.J.; Matellán, V. Social Navigation in a Cognitive Architecture Using Dynamic Proxemic Zones. Sensors 2019, 19, 5189. https://doi.org/10.3390/s19235189

AMA Style

Ginés J, Martín F, Vargas D, Rodríguez FJ, Matellán V. Social Navigation in a Cognitive Architecture Using Dynamic Proxemic Zones. Sensors. 2019; 19(23):5189. https://doi.org/10.3390/s19235189

Chicago/Turabian Style

Ginés, Jonatan, Francisco Martín, David Vargas, Francisco J. Rodríguez, and Vicente Matellán. 2019. "Social Navigation in a Cognitive Architecture Using Dynamic Proxemic Zones" Sensors 19, no. 23: 5189. https://doi.org/10.3390/s19235189

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop