Next Article in Journal
GNSS Single Frequency, Single Epoch Reliable Attitude Determination Method with Baseline Vector Constraint
Next Article in Special Issue
Estimation of Human Arm Joints Using Two Wireless Sensors in Robotic Rehabilitation Tasks
Previous Article in Journal
Electronic Tongue Response to Chemicals in Orange Juice that Change Concentration in Relation to Harvest Maturity and Citrus Greening or Huanglongbing (HLB) Disease
Previous Article in Special Issue
Automated Low-Cost Smartphone-Based Lateral Flow Saliva Test Reader for Drugs-of-Abuse Detection
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Event-Based Control Strategy for Mobile Robots in Wireless Environments

Departamento de Informática y Automática, Universidad Nacional de Educación a Distancia, Juan del Rosal 16, Madrid 28040, Spain
*
Author to whom correspondence should be addressed.
Sensors 2015, 15(12), 30076-30092; https://0-doi-org.brum.beds.ac.uk/10.3390/s151229796
Submission received: 26 October 2015 / Revised: 24 November 2015 / Accepted: 27 November 2015 / Published: 2 December 2015
(This article belongs to the Special Issue State-of-the-Art Sensors Technology in Spain 2015)

Abstract

:
In this paper, a new event-based control strategy for mobile robots is presented. It has been designed to work in wireless environments where a centralized controller has to interchange information with the robots over an RF (radio frequency) interface. The event-based architectures have been developed for differential wheeled robots, although they can be applied to other kinds of robots in a simple way. The solution has been checked over classical navigation algorithms, like wall following and obstacle avoidance, using scenarios with a unique or multiple robots. A comparison between the proposed architectures and the classical discrete-time strategy is also carried out. The experimental results shows that the proposed solution has a higher efficiency in communication resource usage than the classical discrete-time strategy with the same accuracy.

Graphical Abstract

1. Introduction

A distributed networked control system (NCS) is composed of numerous subsystems (fixed or mobile) called agents, which are geographically distributed. In such a system, the individual subsystems exchange information over a communication network. The communication network generally uses wireless technology, which has a limited bandwidth and constraints in throughput and delays. In practice, communication, especially in wireless networks, uses digital network infrastructures, where the information is transmitted in discrete packets. These packets may be lost during communication. Moreover, the communication media are a resource that is usually accessed in an exclusive manner by the agents. This means that the throughput capacity of such networks and the number of elements is limited. In this kind of network, there are effects of non-linearities and constraints in closed loop control that may impact the performance and control stability of the system. Some effects are the loss of information when transmitting data, variable communication delays, signal sampling and quantization issues due to information packaging and constraints related to limited bandwidth [1]. On the other hand, it is important to decrease the input traffic to the network in a short period of time. This means that the input data to a network will be reduced. An important result of this kind of reduction is that the network can simply guarantee a predictable bandwidth to a control loop, and furthermore, it simplifies the analysis of network delay, which affects the control loop [2]. For these reasons, an important issue in the implementation of these systems is to define methods that use the limited network resources available for transmitting the state and control information more effectively.
To deal with this problem, the timing issue in NCS has been investigated by some researches [3]. In traditional approaches, the controllers are used under the assumption of perfect communication, and then, the maximum allowable transfer interval (MATI) between two subsequent message transmissions that ensures closed loop stability under a network protocol is determined. Examples of them are the try once discard (TOD) or round robin (RR) protocol. The MATI scheme is often done in a centralized manner; therefore, it is impractical for large-scale systems. Moreover, because the MATI is computed before the system is deployed, it must ensure performance levels over all possible system states. As a result, the MATI may be conservative in the sense of being shorter than necessary to assure a specified performance level. Consequently, the bandwidth of the network has to be higher than necessary to ensure the MATI is not violated.
Many others authors have achieved an important reduction of bandwidth utilization without significant loss of performance. Two approaches have been considered: model-based networked control systems (MBNCS) and event-based control. The MBNCS approach was introduced in [4,5], and it was considered in networks of coupled systems [6] using periodic communication. Another philosophy to deal this problem is based on an event-based feedback scheme in NCS [7,8,9,10]. In event-based systems, an agent broadcasts its state information only when it is needed. In this case, this means that some measure of the agent’s state error is above a specified threshold (event threshold). The architecture is decentralized in the sense that an agent is able to produce broadcast state information using its locally-sampled data. Moreover, the selection of the event threshold only requires local information from the sensors of the agent, so that the design is decentralized.
Event-based control has been widely used for the stabilization of dynamical systems while reducing the number of measurements that the sensors need to send to the controller. The events based on state errors have been used extensively [11]. In [12,13,14], the same ideas have been extended to consider networked interconnected systems. A common characteristic in these works on event-based control is the use of a zero order hold (ZOH) model in the controller node and the assumption that the models being used are the same as the plants that they represent. In recent years, the research interest in the field of event-based control has been growing, and the volume of publications is increasing.
This work presents a new control strategy for mobile robots in wireless environments. The main idea is to develop architectures that manage the limited radio resources efficiently with a similar accuracy as the classical solutions. The event-based control strategies have been investigated to implement navigation algorithms and to compare them to the discrete-time implementations.
The paper is organized as follow. Section 2 shows an overview of the event-based control. In Section 3, the classical control strategies for wireless environments are described. The proposed control strategy is presented in Section 4. In Section 5, the navigation algorithms investigated in this work are presented. The experimental results are discussed in Section 6. Finally, the conclusions and future work are presented in Section 7.

2. Event-Based Control Overview

In contrast to the continuous-time or discrete-time control strategies, in event-based control systems [15], information exchanges among the sensors, the controller and the actuators are triggered with dependence on the system behavior, e.g., when the system variables exceed certain tolerance bounds. In other words, the activity of the controller and the communication between the components in the control system are restricted to time intervals in which the controller inevitably must act in a closed loop manner in order to guarantee the desired specifications of the closed loop system.
The basic structure of the event-based control strategy is depicted in Figure 1. It consists of the following elements: (1) the plant, (2) the event generator and (3) the control input generator [16]. The plant has input vector u ( t ) , output vector y ( t ) , state vector x ( t ) , disturbance vector d ( t ) and noise in the sensors v ( t ) . The event generator determines the event times t k at which information x ^ ( t k ) (estimated state vector) is sent towards the control input generator. The event generator block calculates the difference between the output of the system y ( t ) and the reference signal w ( t ) . If this value crosses a certain value defined as the event threshold, an event is generated, and the estimated state vector x ^ ( t k ) is sent to the controller. The control input generator computes the continuous time input u ( t ) of the plant based on the information obtained at time t k and the command input w ( t ) . See [17] for further information.
Figure 1. General scheme of an event-based control strategy.
Figure 1. General scheme of an event-based control strategy.
Sensors 15 29796 g001
In recent years, event-based control has motivated the interest of researchers, and multiple control schemes and new applications have been developed based on these ideas. In [18], an event-driven sampling method called the area-triggered method has been proposed. In this scheme, sensor data are sent only when the integral of differences between the current sensor value and the last transmitted one is greater than a given threshold. The proposed method not only reduces the data transmission rate, but also improves estimation performance in comparison with the conventional event-driven method. The work presented in [19] describes how greenhouse climate control can be represented as an event-based system in combination with wireless sensor networks, where low-frequency dynamics variables have to be controlled, and control actions are mainly calculated against events produced by external disturbances. The proposed control system allows saving costs related to wear minimization and prolonging the actuator life, but keeping promising performance results. Event-based sampling according to a constant energy of sampling error is analyzed in [20]. The defined criterion is suitable for applications where the energy of the sampling error should be bounded (e.g., in building automation or in greenhouse climate monitoring and control). The proposed sampling principle extends a range of event-based sampling schemes and makes the choice of a particular sampling criterion more flexible for the application requirements. Finally, a modified fault isolation filter for a discrete-time networked control system with multiple faults is implemented by a particular form of the Kalman filter in [21]. The proposed fault isolation filter improves the resource utilization with graceful fault estimation performance degradation.

3. Control Strategies in Wireless Environments for Mobile Robots

In a wireless environment, the typical architecture for mobile robots is a discrete-time control system, as is shown in Figure 2.
The elements of this system work in the discrete-time domain; the control signals ( u c [ n ] and u r [ n ] ) and the sensor signals ( y r [ n ] and y c [ n ] ) have a sampling period of 1 / f s , where f s is the sampling frequency of the system. The RF channels ( C h 1 ( t ) and C h 2 ( t ) ) could use analog or digital modulations to transport the information between the elements. In both cases, this RF interface works in the continuous-time domain.
In this scheme, the controller sends the control signals u c [ n ] over a communication channel C h 1 ( t ) ; this information is received in the robot u r [ n ] and acts over the actuators. The difference between u c [ n ] and u r [ n ] is the noise and the perturbations in the communication channel C h 1 ( t ) . The sensor signals y r [ n ] are sent towards the controller over another communication channel C h 2 ( t ) . Finally, the controller receives the sensor signals y c [ n ] and calculates the control signals u c [ n ] , computing the reference signal w [ n ] and the information from the sensors. As in channel C h 1 ( t ) , the noise and the perturbations in channel C h 2 ( t ) produce two different signals y r [ n ] and y c [ n ] . This system interchanges information between the controller and the mobile robot every 1 / f s seconds.
Figure 2. Wireless discrete-time control.
Figure 2. Wireless discrete-time control.
Sensors 15 29796 g002
In this structure, the communication channels C h 1 ( t ) and C h 2 ( t ) are busy every 1 / f s , because the system is periodically interchanging information between the controller and the robot. When the robot is in a steady state, it is not necessary to interchange information between the robot and the controller, but the channel is busy due to the system sending information over the channels each period of time 1 / f s unnecessarily. When a wireless infrastructure is used to connect the elements of the control system, it is mandatory to use the radio resources only for critical purposes due to these communication systems frequently having a limited spectrum, and only a few elements can send information at the same time. For this reason, in this work, other control methodologies has been investigated to improve the efficiency in the wireless communication channels.

4. Proposed Event-Based Control Strategy in a Wireless Environment

As was mentioned before, if the system is in a steady state, the event-based strategies have two main advantages versus the discrete-time control ones: (1) the communication resources are not used and (2) the controller does not need to compute new control signals. For these reasons, in this paper, a new event-based control strategy for mobile robots in wireless environments is proposed.

4.1. Control Architectures

Based on [22], a new approach for a wireless control system for mobile robots has been proposed. The architecture of the system is depicted in Figure 3.
Figure 3. Proposed event-based control strategy.
Figure 3. Proposed event-based control strategy.
Sensors 15 29796 g003
In the robot, an event generator (EG) compares the sensor signals y r [ n ] to the reference signal w [ n ] . If the difference between both signals crosses the event threshold e ¯ , an event k is generated, and the error signal e r [ n k ] is sent to the controller over the radio interface. Different methodologies can be used to generate events. In [23], a review of these procedures has been analyzed. In a general way, the event threshold usually is a constant value, and it has to be set carefully. Otherwise, it can be defined as a function of the noise or as a function of other variables to get more accuracy in event generation; see [24,25] for details. The error signal e r [ n k ] goes to the controller via the communication channel C h 2 ( t ) . In this case, the channel is busy only when the EG generates events. When the robot is in a steady state, the signals w [ n ] and y r [ n ] are very close, and no event is generated. In this case, the communication channel C h 2 ( t ) is free. Every time an event is generated and the error signal e r [ n k ] is sent to the controller, the robot receives the control signal u r [ n k ] ; this signal is saved in a memory M. When an event k is generated, the memory is updated with new values, but in the period between events, the saved value in the memory is used to act on the robot.
When an event is generated, the control input generator (CIG) receives the error signal e c [ n k ] , and the control signal u c [ n k ] is calculated; then, this information is sent to the robot via the communication channel C h 1 ( t ) . The communication channel C h 1 ( t ) and the channel C h 2 ( t ) are busy only when the events are generated, in other periods of time they are free. As in the discrete-time architecture; the differences between the error signals ( e r [ n k ] , e c [ n k ] ) and the control signals ( u c [ n k ] , u r [ n k ] ) are the noise and the perturbations in the communication channels C h 1 ( t ) and C h 2 ( t ) .
If the proposed architecture is compared to the discrete-time strategy, it has two main advantages: (1) the communication channels are busy only when the events are generated and (2) the controller does not have to compute control signals when the robot is in the steady state. In this event-based architecture, the reference signal w [ n ] is computed in the event generator (EG); for this reason, the communication channel C h 1 ( t ) is used to send this information. In a general way, this information tends to be constant or it changes with a low frequency. In this way, the effects in the usage of the radio resources should be negligible.
The classical control algorithms can be implemented in this scheme in a simple way. Depending on the kind of algorithm to be implemented, the EG and the CIG will be defined in a different way, as is described in Section 5.

4.2. Mobile Robot Model

In this work, to check the proposed strategy, some navigation algorithms have been studied. The navigation algorithm will be defined for differential wheeled robots, although the architecture proposed can be adapted to another kind of robot in a simple way. The mobile robot that has been analyzed in this paper has the blocks presented in Figure 4. These robots have a dynamic model, which depends on the length between wheels L, the radio R and the angular speed of each wheel s p e e d l e f t and s p e e d r i g h t . In this model, the position in 2D (x and y) and the heading angle φ of the robot can be expressed by Equations (1)–(3).
x ˙ = R 2 ( s p e e d r i g h t + s p e e d l e f t ) c o s φ
y ˙ = R 2 ( s p e e d r i g h t + s p e e d l e f t ) s i n φ
φ ˙ = R L ( s p e e d r i g h t s p e e d l e f t )
The position and orientation of the robot can be managed acting over its angular speeds s p e e d l e f t and s p e e d r i g h t . In the proposed system, these speeds will be calculated by the controller.
Other important blocks in this robot are the obstacle detection sensors, which use infra-red signals to detect the objects located in front of the robot. Generally, these vehicles have four of these sensors, two on the front o b t f r o n t _ l e f t and o b t f r o n t _ r i g h t and two on the sides o b t l a t _ l e f t and o b t l a t _ r i g h t . The value obtained from these sensors depends on the proximity of the obstacles: if the distance to the obstacle descends, the value presented by the sensor increases. Other important information that is obtained from these devices is the position of the detected objects, which can be calculated combining the data of the different sensors.
Figure 4. General structure of the differential wheeled robots.
Figure 4. General structure of the differential wheeled robots.
Sensors 15 29796 g004

5. Navigation Algorithms

In this section, some navigation algorithms will be defined to analyze the proposed architectures. In mobile robot navigation tasks, some well-known navigation algorithms are widely used in this kind of application. Go to goal, wall following and obstacle avoidance are the most commonly used in mobile robot environments [26,27,28]. In this work, some implementations of these algorithms are proposed using the presented event-based architecture. Moreover, a comparison with a discrete-time solution to solve the same problem is presented.
Figure 5. Navigation algorithm implementation based on centralized control.
Figure 5. Navigation algorithm implementation based on centralized control.
Sensors 15 29796 g005
The architecture used to check these algorithms is depicted in Figure 5. The system consists of a centralized controller and some mobile robots, which use an RF communication between them. The navigation algorithm is implemented in the controller. It sends the control signals (angular speeds) to the robots, and the mobile robots send to the controller the sensor signals (obstacle information). The communication between elements (robots and controller) occurs only when the robot sends sensor information to the controller. When this happens, the controller calculates the control signals and sends this information to the robot. In the discrete-time architecture, the communication between elements is periodical. In the event-based solution proposed in this work, the communication occurs only when the event condition is satisfied.
In the next sections, a wall following and an obstacle avoidance algorithms will be developed to analyze the behavior of the proposed strategy and to compare to a classical discrete-time solution.

5.1. Wall Following Algorithm

A wall following algorithm is one of the most common process used in mobile robot navigation. The basic algorithm is as follows:
(1)
Find the closest wall.
(2)
Move to a desired distance from the wall.
(3)
Turn and start moving along the wall, staying the desired distance away.
Wall following algorithms have two variants of implementation: clockwise or counter-clockwise; in this case, the second option is selected. To implement this algorithm in the controller, a simple control law has been designed; it is presented in Equation (4).
if   ( o b t f r o n t _ l e f t > 0 ) { f r o n t _ o b s t a c l e = 1 } else   { f r o n t _ o b s t a c l e = 0 } s c l e f t ( % ) = o b t l a t _ l e f t 50 40 · 40 + 50 s c r i g h t ( % ) = 50 ( f r o n t _ o b s t a c l e ) · 50
In this expression, o b t f r o n t _ l e f t and o b t l a t _ l e f t are the values of the sensors, the range of which goes from 0 % (obstacle is out of the range of the sensor) to 100 % (the obstacle is touching the robot). The auxiliary variable f r o n t _ o b s t a c l e is used to detect if an obstacle is in front of the robot. s c l e f t and s c r i g h t are the angular speeds calculated in the controller, which have to be sent to the robot over the radio channel; the range of these speeds go from 0 % 100 % .
The control law in Equation (4) modifies the wheel speed of the robot to force it to stay at a constant distance ( 50 % of the lateral sensor’s range) from the wall with a constant speed ( 50 % of the robot’s maximum speed).
This navigation algorithm is the same for the discrete-time solution and for the event-based one. In the mobile robot, when the discrete-time solution is used, every sampling time 1 / f s , the robot sends the sensor information ( o b t f r o n t _ l e f t , o b t f r o n t _ r i g h t , o b t s i d e _ l e f t and o b t s i d e _ r i g h t ) over the radio interface. After the controller receives this information, it computes the control signals ( s c l e f t and s c r i g h t ), and they are sent to the robot over the same radio interface. Finally, in the robot, the received control signals are assigned by the drive system to the wheels ( s p e e d l e f t = s c l e f t and s p e e d r i g h t = s c r i g h t ).
When the event-based proposal is considered, as was mentioned before, the algorithm in the controller is the same, but in the mobile robot, an event-based algorithm is implemented. The proposed event-based system for the mobile robot is depicted in Figure 6. The event-based algorithm in the robot depends on the event condition, which is presented in Equation (5), where w represents the reference signal, which is 50 % for this algorithm. The event threshold e ¯ is the parameter that defines the accuracy of the system, the number of the events and its influence on the communication load in the RF interface.
if   ( ( o b t f r o n t _ l e f t > 0 )   OR   ( a b s ( o b t l a t _ l e f t w ) > e ¯ ) { e v e n t = t r u e } else { e v e n t = f a l s e }
When the event condition is satisfied, an event is generated, and the robot sends to the controller the sensor information. At the same time, the controller, after computing the control signals, returns to the robot this information, which contains new speed values. Every time the event condition is true, the RF channel is busy with the information that the robot and the controller are interchanging; the rest of the time, the communication channel is free.
Figure 6. Event-based architecture for the mobile robots.
Figure 6. Event-based architecture for the mobile robots.
Sensors 15 29796 g006

5.2. Obstacle Avoidance Algorithm

An obstacle avoidance algorithm makes the robot able to reach a destination without any collisions. To analyze the event-based architectures proposed in this work, a simple obstacle avoidance algorithm has been proposed. It is depicted in Figure 7, and the control law is given by the Equation (6).
if   ( C 1 ) { s c l e f t = 40 % , s c r i g h t = 0 % } else if  ( C 2 ) OR ( C 3 ) OR ( C 4 ) { s c l e f t = 20 % , s c r i g h t = 0 % } else if  ( C 5 ) OR ( C 6 ) OR ( C 7 ) { s c l e f t = 0 % , s c r i g h t = 20 % } else if  ( C 8 ) { s c l e f t = 0 % , s c r i g h t = 0 % } else  ( C 9 ) { s c l e f t = 10 % , s c r i g h t = 10 % }
where the conditions C 1 C 9 are defined by Equations (7)–(15).
if  ( ( o b t f r o n t _ l e f t > 0 ) AND ( o b t f r o n t _ r i g h t > 0 ) ) { C 1 = t r u e }
if  ( o b t f r o n t _ l e f t > 0 ) { C 2 = t r u e }
if  ( o b t l a t _ l e f t > 0 ) { C 3 = t r u e }
if  ( ( o b t f r o n t _ l e f t > 0 ) AND ( o b t l a t _ l e f t > 0 ) ) { C 4 = t r u e }
if  ( o b t f r o n t _ r i g h t > 0 ) { C 5 = t r u e }
if  ( o b t l a t _ r i g h t > 0 ) { C 6 = t r u e }
if  ( ( o b t f r o n t _ r i g h t > 0 ) AND ( o b t l a t _ r i g h t > 0 ) ) { C 7 = t r u e }
if  ( ( o b t f r o n t _ l e f t > 0 ) AND ( o b t l a t _ l e f t > 0 ) AND ( o b t f r o n t _ r i g h t > 0 ) AND ( o b t l a t _ r i g h t > 0 ) ) { C 8 = t r u e }
if  ( ( o b t f r o n t _ l e f t = 0 ) AND ( o b t l a t _ l e f t = 0 ) AND ( o b t f r o n t _ r i g h t = 0 ) AND ( o b t l a t _ r i g h t = 0 ) ) { C 9 = t r u e }
Figure 7. Block diagram of the obstacle avoidance algorithm.
Figure 7. Block diagram of the obstacle avoidance algorithm.
Sensors 15 29796 g007
This obstacle avoidance algorithm calculates the speed of each wheel as a function of the information in the obstacle detection sensors. Then, this information is sent to the robot via an RF interface. In this case, as in the case of the wall following algorithm, the control law is the same for the discrete-time implementation and for the event-based control strategy proposed in this work.
In the discrete-time implementation, every sampling period ( 1 / f s ), the robot sends to the controller the sensor information. At the same time, the controller sends to the robot the control signals, which contain the angular speeds to modify the trajectory of the robot.
For the event-based solution, the structure of the algorithm in the robot is the same as the one defined for the wall following algorithm depicted in Figure 6, with the following differences:
(1)
the steady speeds are 10 % for each wheel
(2)
and the event condition is defined by Equation (16):
if   ( ( o b t f r o n t _ l e f t w > e ¯ )   OR   ( o b t l a t _ l e f t w > e ¯ )   OR ( o b t f r o n t _ r i g h t w > e ¯ )   OR   ( o b t l a t _ r i g h t w > e ¯ ) ) { e v e n t = t r u e } else { e v e n t = f a l s e }
In this case, the w is the reference signal, which for the obstacle avoidance algorithm is 0 % , and e ¯ is the event threshold of the system.

6. Experimental Results

To check the proposed event-based control strategy in this work, a test laboratory with the low cost mOway differential wheel drive robots has been developed; see Figure 8.
Figure 8. Components of the test laboratory: (a) controller; (b) mOway mobile robots; (c) RF interface; and (d) video camera.
Figure 8. Components of the test laboratory: (a) controller; (b) mOway mobile robots; (c) RF interface; and (d) video camera.
Sensors 15 29796 g008
The differential wheeled robot used in the experiments is depicted in Figure 9. The robots have four infra-red obstacle detection sensors, two in the front and the other two on the sides with a maximum range of 3 cm. The drive system of the robots permits angular speeds from 0 rad/s– 10 . 9 rad/s. The dimensions regarding the dynamic model are: the distance between the wheel L = 6 . 6 cm and the wheel’s radio R = 1 . 6 cm.
Figure 9. mOway mobile robot platform: (a) structure and components diagram; (b) RF module; and (c) RF USB interface.
Figure 9. mOway mobile robot platform: (a) structure and components diagram; (b) RF module; and (c) RF USB interface.
Sensors 15 29796 g009
The controller has been implemented in a laptop and the navigation algorithm in C++ with the Windows OS. In the robots, the discrete-time and the event-based solutions were programmed in the mOway World application. In both cases, the discrete-time and the event-based structures, the robot works with a sampling frequency of f s = 10 Hz. A radio frequency link of 2 . 4 GHz has been used for communication between the robot and the controller. Finally, a video camera and the Tracker video processing tool were utilized to capture the real path of the robots.
The wireless communication systems (RF module and RF USB) are based on the nRF24L01 transceiver manufactured by Nordic Semiconductors. The RF interface works in the worldwide ISM frequency band at 2.400–2.4835 GHz and uses GFSK modulation. It has user-configurable parameters, like frequency channel, output power and air data rate. The air data rate for each channel is configurable to 2 Mbps, and 126 channels can be configured. The used bandwidth in the system depends on the traffic in the wireless network. The control system proposed in this work uses less control information than the classical discrete time solution. In this case, the bandwidth not utilized to send control information can be used to transmit other user information or to include more agents in the system.
The wall following and the obstacle avoidance navigation algorithms, which were defined in Section 5, have been checked in the test laboratory using the two control strategies, the proposed event-based control and the classical discrete-time control. The obtained results and a comparison between them are presented in the next sections.

6.1. Wall Following

The wall following algorithm described in Section 5.1 has been programmed in the test laboratory using the discrete-time architecture and the proposed event-based strategy. To check the response of both strategies, three experiments have been set: one with the discrete-time architecture and two with the event-based strategy. For the event-based solution, two event thresholds have been set, an event threshold of e ¯ = 10 % for the second experiment and e ¯ = 15 % for the third one. In all experiments, the robot has been navigating during 30 s in an environment with different objects as in Figure 10, Figure 11 and Figure 12 show.
Figure 10. Experiment 1. Wall following algorithm using discrete-time architecture.
Figure 10. Experiment 1. Wall following algorithm using discrete-time architecture.
Sensors 15 29796 g010
Figure 11. Experiment 2. Wall following algorithm using event-based architecture with e ¯ = 10 % .
Figure 11. Experiment 2. Wall following algorithm using event-based architecture with e ¯ = 10 % .
Sensors 15 29796 g011
Figure 12. Experiment 3. Wall following algorithm using event-based architecture with e ¯ = 15 % .
Figure 12. Experiment 3. Wall following algorithm using event-based architecture with e ¯ = 15 % .
Sensors 15 29796 g012
Figure 13. Trajectories of the robots controlled by the wall following algorithm. The black dashed line is the discrete-time strategy; the blue dashed line represents the event-based strategy with e ¯ = 10 % ; and the red dashed line is the event-based strategy with e ¯ = 15 % .
Figure 13. Trajectories of the robots controlled by the wall following algorithm. The black dashed line is the discrete-time strategy; the blue dashed line represents the event-based strategy with e ¯ = 10 % ; and the red dashed line is the event-based strategy with e ¯ = 15 % .
Sensors 15 29796 g013
In the three cases, the video of the experiments has been analyzed with the tracker tool, and the trajectories of the robots have been obtained. As shown in Figure 13, the three algorithms resolve the navigation problem in the correct way, and the trajectories of the robots are very similar.
The RF channel utilization has been analyzed for the three experiments. In this case, in each period, the robot transmits the information of its four obstacles sensors (the information of each sensor is coded by eight bits, in total 32 bits per each transmission). At the same time, the controller sends to the robot the speed of each wheel (the angular speed of each wheel is coded by eight bits, this means 16 bits per each transmission). Taking into account the previous considerations, the bandwidth utilized by the system is presented in Figure 14. The results show that the event-based solutions have a higher efficiency versus the discrete-time one. In the event-based case, the channel utilization also depends on the selected event threshold. If the event threshold increases, the efficiency in the RF channel increases, as well. The event threshold has to be selected carefully, because of if this parameter is too high, the channel utilization decreases, but the navigation problem cannot be resolved with the required accuracy.
Figure 14. RF channel utilization. The black square is the discrete-time strategy; the blue square represents the event-based strategy with e ¯ = 10 % ; and and red dashed line is the event-based strategy with e ¯ = 15 % . (a) Bandwidth used in reception (from the robots to the controller); (b) bandwidth used in transmission (from the controller to the robots).
Figure 14. RF channel utilization. The black square is the discrete-time strategy; the blue square represents the event-based strategy with e ¯ = 10 % ; and and red dashed line is the event-based strategy with e ¯ = 15 % . (a) Bandwidth used in reception (from the robots to the controller); (b) bandwidth used in transmission (from the controller to the robots).
Sensors 15 29796 g014
To study the efficiency of the proposed solution, the number of accumulated transmissions of these experiments has been calculated. In Table 1, this parameter is presented for the three experiments.
Table 1. RF channel utilization in the wall following algorithm. Number of accumulated transmissions.
Table 1. RF channel utilization in the wall following algorithm. Number of accumulated transmissions.
t (s)Discrete-timeEvent-based ( e ¯ = 10 % ) Event-based ( e ¯ = 15 % )
5503531
101007769
15150117104
20200158137
25250199174
30300239210
The results of Table 1 clearly show that the proposed event-based solution needs to use the RF channel less than a classical discrete-time one. The presented architecture has about 20 . 3 % efficiency with e ¯ = 10 % and about 30 % efficiency with e ¯ = 15 % .

6.2. Obstacle Avoidance

To study the performance of the proposed architecture in an environment of multiple robots, the obstacle avoidance algorithm presented in Section 5.2 has been implemented in the test laboratory. In this case, two mOway robots have been used, and the two strategies, the discrete-time and the event-based, have been analyzed. Two experiments have been set up. In the fist one, the classical discrete-time solution has been used. In the second experiment, the proposed event-based solution has been programmed with an event threshold e ¯ = 0 % to check the worst case in the event-based solution. As in the experiments of the wall following algorithms, in this case, the robots have been controlled by the navigation algorithm for 30 s.
The snapshots of these two experiments are depicted in Figure 15 and Figure 16. The videos of the experiments were analyzed by the tracker tool to obtain the trajectories of the different robots; they are presented in Figure 17. In the two experiments, the navigation problem was resolved in a satisfactory way and without instabilities in the system.
Figure 15. Experiment 1. The obstacle avoidance algorithm using a discrete-time strategy with a centralized controller and two robots. The symbols # 1 and # 2 represent Robot 1 and Robot 2, respectively.
Figure 15. Experiment 1. The obstacle avoidance algorithm using a discrete-time strategy with a centralized controller and two robots. The symbols # 1 and # 2 represent Robot 1 and Robot 2, respectively.
Sensors 15 29796 g015
Figure 16. Experiment 2. The obstacle avoidance algorithm using an event-based strategy with a centralized controller and two robots. The symbols # 1 and # 2 represent Robot 1 and Robot 2, respectively.
Figure 16. Experiment 2. The obstacle avoidance algorithm using an event-based strategy with a centralized controller and two robots. The symbols # 1 and # 2 represent Robot 1 and Robot 2, respectively.
Sensors 15 29796 g016
As in the previous experiment, every period, the robots send to the controller the information of their obstacle sensors (each robot sends 32 bits), and the controller transmits to the robots the angular speeds (16 bits per each robot). The used bandwidth in both directions is presented in Figure 18. The results show that the event-based solution has a higher efficiency in communication resource utilization than the discrete-time one.
Figure 17. Trajectories of the robots controlled by the obstacle avoidance algorithm. The blue dashed line represents the discrete-time solution. (a) Robot 1; (b) Robot 2. The red dashed line is the event-based strategy. (c) Robot 1; (d) Robot 2.
Figure 17. Trajectories of the robots controlled by the obstacle avoidance algorithm. The blue dashed line represents the discrete-time solution. (a) Robot 1; (b) Robot 2. The red dashed line is the event-based strategy. (c) Robot 1; (d) Robot 2.
Sensors 15 29796 g017
Figure 18. RF channel utilization. The blue square shows the discrete-time strategy; the red square represents the event-based strategy. (a) Bandwidth used in reception (from the robots to the controller); (b) bandwidth used in transmission (from the controller to the robots).
Figure 18. RF channel utilization. The blue square shows the discrete-time strategy; the red square represents the event-based strategy. (a) Bandwidth used in reception (from the robots to the controller); (b) bandwidth used in transmission (from the controller to the robots).
Sensors 15 29796 g018
In Table 2, the number of accumulated transmissions of these experimented is presented.
The results in Table 2 show that the presented event-based control strategy has a higher efficiency in the communication resource usage than the discrete-time solution. In the analyzed experiments, the proposed strategy obtains an improvement of 73 % .
Table 2. RF channel utilization. Number of accumulated transmissions.
Table 2. RF channel utilization. Number of accumulated transmissions.
t (s)Discrete-TimeEvent-Based
510031
1020058
1530079
20400106
25500134
30600163

7. Conclusions and Future Work

The proposed event-based control strategy can be implemented in mobile robot architectures in a simple way. In this work, these strategies are applied to the mOway mobile robots platform, but this solution can be adapted to other kinds of robots following the same methodology. The control structures defined in the mobile robot only need to set one parameter, the event threshold e ¯ , which defines the accuracy of the system and the performance in the radio interface. In the navigation experiments presented in this work, the proposed system has resolved the navigation problem in the same way as the discrete-time solution. The event-based solution obtains higher efficiencies in communication resource usage than the classical discrete-time solution. In the wall following algorithm, an efficiency of 15 % is obtained, and for the obstacle avoidance algorithm, it is 73 % .
As future work, the system is now being checked with a hybrid system, which contains several navigation algorithms (go to goal, wall following in its two versions and obstacle avoidance) working together using the architectures presented in this paper. Furthermore, the stability of the proposed solution is going to be analyzed in a theoretical way.

Acknowledgments

This work has been funded by the National Plan Project DPI2012-31303 of the Spanish Ministry of Economy and Competitiveness and FEDER funds.

Author Contributions

Rafael Socas designed the system, performed the experiments, analysed the results and prepared the first draft of the manuscript. Sebastián Dormido performed the theoretical conception and planning of the system. The manuscript was revised and modified by Raquel Dormido. Ernesto Fabregas assisted in the data acquisition and communications requirements.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Mansano, R.K.; Godoy, E.P.; Porto, A.J. The Benefits of Soft Sensor and Multi-Rate Control for the Implementation of Wireless Networked Control Systems. Sensors 2014, 14, 24441–24461. [Google Scholar] [CrossRef] [PubMed]
  2. Roohi, M.H.; Ghaisari, J.; Izadi, I.; Saidi, H. Discrete-time event-triggered control for wireless networks: Design and network calculus analysis. In Proceedings of the International Conference on Event-based Control, Communication, and Signal Processing (EBCCSP), Krakow, Poland, 17–19 June 2015; pp. 1–8.
  3. Cloosterman, M.B.; Hetel, L.; van de Wouw, N.; Heemels, W.; Daafouz, J.; Nijmeijer, H. Controller synthesis for networked control systems. Automatica 2010, 46, 1584–1594. [Google Scholar] [CrossRef]
  4. Montestruque, L.; Antsaklis, P.J. State and output feedback control in model-based networked control systems. In Proceedings of the 41st IEEE Conference on Decision and Control, Las Vegas, NV, USA, 10–13 December 2002; Volume 2, pp. 1620–1625.
  5. Montestruque, L.A.; Antsaklis, P.J. On the model-based control of networked systems. Automatica 2003, 39, 1837–1843. [Google Scholar] [CrossRef]
  6. Sun, Y.; El-Farra, N.H. Quasi-decentralized model-based networked control of process systems. Comput. Chem. Eng. 2008, 32, 2016–2029. [Google Scholar] [CrossRef]
  7. Tabuada, P. Event-triggered real-time scheduling of stabilizing control tasks. IEEE Trans. Autom. Control 2007, 52, 1680–1685. [Google Scholar] [CrossRef]
  8. Wang, X.; Lemmon, M.D. Event-triggering in distributed networked control systems. IEEE Trans. Autom. Control 2011, 56, 586–601. [Google Scholar] [CrossRef]
  9. Garcia, E.; Antsaklis, P.J. Decentralized model-based event-triggered control of networked systems. In Proceedings of the American Control Conference (ACC), Montreal, QC, Canada, 27–29 June 2012; pp. 6485–6490.
  10. Guinaldo, M.; Dimarogonas, D.V.; Johansson, K.H.; Sánchez, J.; Dormido, S. Distributed event-based control for interconnected linear systems. In Proceedings of the 50th IEEE Conference on Decision and Control and European Control Conference (CDC-ECC), Orlando, FL, USA, 12–15 December 2011; pp. 2553–2558.
  11. Anta, A.; Tabuada, P. To sample or not to sample: Self-triggered control for nonlinear systems. IEEE Trans. Autom. Control 2010, 55, 2030–2042. [Google Scholar] [CrossRef]
  12. Wang, X.; Lemmon, M.D. Event-Triggering in Distributed Networked Systems with Data Dropouts and Delays. In Hybrid Systems: Computation and Control; Springer: Berlin, Germany, 2009; pp. 366–380. [Google Scholar]
  13. Mazo, M.; Tabuada, P. Decentralized event-triggered control over wireless sensor/actuator networks. IEEE Trans. Autom. Control 2011, 56, 2456–2461. [Google Scholar] [CrossRef]
  14. Dimarogonas, D.V.; Johansson, K.H. Event-triggered control for multi-agent systems. In Proceedings of the 48th IEEE Conference on Decision and Control, 2009 Held Jointly with the 2009 28th Chinese Control Conference, Shanghai, China, 15–18 December 2009; pp. 7131–7136.
  15. Sánchez, J.; Visioli, A.; Dormido, S. Event-based PID control. In PID Control in the Third Millennium; Springer: Berlin, Germany, 2012; pp. 495–526. [Google Scholar]
  16. Aström, K.J. Event Based Control. In Analysis and Design of Nonlinear Control Systems; Springer: Berlin, Germany, 2008; pp. 127–147. [Google Scholar]
  17. Lunze, J.; Lehmann, D. A state-feedback approach to event-based control. Automatica 2010, 46, 211–215. [Google Scholar] [CrossRef]
  18. Nguyen, V.H.; Suh, Y.S. Networked estimation with an area-triggered transmission method. Sensors 2008, 8, 897–909. [Google Scholar] [CrossRef]
  19. Pawlowski, A.; Guzman, J.L.; Rodríguez, F.; Berenguel, M.; Sánchez, J.; Dormido, S. Simulation of greenhouse climate monitoring and control with wireless sensor network and event-based control. Sensors 2009, 9, 232–252. [Google Scholar] [CrossRef] [PubMed]
  20. Miskowicz, M. Efficiency of event-based sampling according to error energy criterion. Sensors 2010, 10, 2242–2261. [Google Scholar] [CrossRef] [PubMed]
  21. Li, S.; Sauter, D.; Xu, B. Fault isolation filter for networked control system with event-triggered sampling scheme. Sensors 2011, 11, 557–572. [Google Scholar] [CrossRef] [PubMed]
  22. Lehmann, D.; Lunze, J. Extension and experimental evaluation of an event-based state-feedback approach. Control Eng. Pract. 2011, 19, 101–112. [Google Scholar] [CrossRef]
  23. Dormido, S.; Sánchez, J.; Kofman, E. Muestreo, control y comunicación basados en eventos. Rev. Iberoam. Autom. Inform. Ind. RIAI 2008, 5, 5–26. [Google Scholar] [CrossRef]
  24. Socas, R.; Dormido, S.; Dormido, R. Event-based controller for noisy environments. In Proceedings of the Second World Conference on Complex Systems (WCCS), Agadir, Morocco, 10–12 November 2014; pp. 280–285.
  25. Romero, J.A.; Pascual, N.J.; Peñarrocha, I.; Sanchis, R. Event-Based PI controller with adaptive thresholds. In Proceedings of the 4th International Congress on Ultra Modern Telecommunications and Control Systems and Workshops (ICUMT), St. Petersburg, Russia, 3–5 October 2012; pp. 219–226.
  26. Siegwart, R.; Nourbakhsh, I.R.; Scaramuzza, D. Introduction to Autonomous Mobile Robots; MIT Press: Cambridge, MA, USA, 2011. [Google Scholar]
  27. Nehmzow, U. Robot Behaviour: Design, Description, Analysis and Modelling; Springer Science & Business Media: Berlin, Germany, 2008. [Google Scholar]
  28. Nehmzow, U. Mobile Robotics; Springer Science & Business Media: Berlin, Germany, 2003. [Google Scholar]

Share and Cite

MDPI and ACS Style

Socas, R.; Dormido, S.; Dormido, R.; Fabregas, E. Event-Based Control Strategy for Mobile Robots in Wireless Environments. Sensors 2015, 15, 30076-30092. https://0-doi-org.brum.beds.ac.uk/10.3390/s151229796

AMA Style

Socas R, Dormido S, Dormido R, Fabregas E. Event-Based Control Strategy for Mobile Robots in Wireless Environments. Sensors. 2015; 15(12):30076-30092. https://0-doi-org.brum.beds.ac.uk/10.3390/s151229796

Chicago/Turabian Style

Socas, Rafael, Sebastián Dormido, Raquel Dormido, and Ernesto Fabregas. 2015. "Event-Based Control Strategy for Mobile Robots in Wireless Environments" Sensors 15, no. 12: 30076-30092. https://0-doi-org.brum.beds.ac.uk/10.3390/s151229796

Article Metrics

Back to TopTop