Literature DB >> 22969354

Intelligent emergency stop algorithm for a manipulator using a new regression method.

Minkyu Cheon1, Jeisung Lee, Wonju Lee, Chang-Ho Hyun, Mignon Park.   

Abstract

In working environments with large manipulators, accidental collisions can cause severe personal injuries and can seriously damage manipulators, necessitating the development of an emergency stop algorithm to prevent such occurrences. In this paper, we propose an emergency stop system for the efficient and safe operation of a manipulator by applying an intelligent emergency stop algorithm. Our proposed intelligent algorithm considers the direction of motion of the manipulator. In addition, using a new regression method, the algorithm includes a decision step that determines whether a detected object is a collision-causing obstacle or a part of the manipulator. We apply our emergency stop system to a two-link manipulator and assess the performance of our intelligent emergency stop algorithm as compared with other models.

Entities:  

Keywords:  emergency stop algorithm; regression method; risk and inefficiency

Year:  2012        PMID: 22969354      PMCID: PMC3435983          DOI: 10.3390/s120607451

Source DB:  PubMed          Journal:  Sensors (Basel)        ISSN: 1424-8220            Impact factor:   3.576


Introduction

Increasing the safety of robots, especially industrial manipulators, is just as important as improving their performance. A collision between a manipulator and a person, for example, may cause severe personal injury as well as damage to the machinery. Thus, it is necessary to develop an algorithm that can detect collisions before they occur and make the manipulator stop before damage is done. Various emergency stop or obstacle avoidance algorithms for robots, particularly those utilizing distance-measuring sensors [1-4] or vision sensors have been reported [5-8] and those algorithms using each type of sensor have advantages and disadvantages. For example, a vision sensor provides information such as colors (RGB), edges, and other various features that are useful for image processing; however, it does not provide a distance value, which is instrumental for programming emergency stop capabilities. Conversely, a distance-measuring sensor determines the distance value between the sensor and another object, but it is limited in that it only measures the distance value. Consequently, if we use the distance measuring sensors for an emergency stop system, an intelligent algorithm is necessary that can predict a collision with obstacles. In this paper, we propose such a system. In order to develop an efficient emergency stop algorithm, we consider two special cases in which the emergency stop is not needed. The first is the case that the detected object is not in the manipulator's path. The second is the case that detected object is not a collision-causing obstacle, i.e., it is the part of the manipulator itself. Considering those two cases, our proposed algorithm prevents unnecessary stops and increases the efficiency of the manipulator. An efficient emergency stop algorithm using a fuzzy lookup table method to determine whether a detected object is an obstacle was previously presented and showed good performance [9]. In this paper, however, we propose an emergency stop algorithm employing a new regression method that exhibits faster responses than the fuzzy lookup table method. This regression method is also more suitable for use in an emergency stop algorithm than other typical regression methods such as ridge regression and support vector regression. To implement our algorithm, we generate a function model of motor positions and measured distances using the new regression method. From this function model of sample data pairs, the distance value corresponding to a specific motor position can be predicted. The algorithm can then be used to determine whether the manipulator should stop by comparing the real distance value (as measured by the sensor) to the estimated distance value (as calculated by the function model). We further introduce our system in Section 2, demonstrate a new regression method in Section 3, and assess the experimental performance of our proposed system in Section 4.

Efficient Emergency Stop System

In this section, we propose an intelligent emergency stop system for manipulators using distance-measuring sensors.

Efficient Emergency Stop Algorithm

Figure 1 shows the flowchart of our proposed efficient emergency stop algorithm. First, the proposed algorithm ascertains whether an object is located in a danger area via the distance values measured by the sensors. This danger area is established by a predetermined danger distance, and can be set as a predefined fixed value, or it can be a variable area that depends on the location of the sensor or operating velocity of the manipulator.
Figure 1.

Flowchart of the proposed efficient emergency stop algorithm. After an object is detected in the danger area, the algorithm determines whether the object is an obstacle or a part of the manipulator.

If one or more objects are sensed in the danger area, the algorithm verifies whether the detected object is a part of the manipulator (e.g., a link) or an obstacle that could cause a collision with the machine. If the detected object is judged to be an obstacle, the manipulator is shut down.

Consideration of the Direction of Movement

In this section, we consider the direction of movement of the manipulator in order to develop an efficient emergency stop algorithm. Obviously, accidents can occur if there is an obstacle—e.g., a person—in the manipulator's path; however, the manipulator does not need to stop when it does not move towards the obstacle. Hence, our emergency stop algorithm, which considers the direction of motion of the manipulator, not only solves the safety problem but also helps to establish a more efficient operation of the manipulator. Figure 2 shows the danger area of a link, which is generated only in the moving direction of the manipulator. In other words, only the distance values measured by the sensors located on the side of the manipulator that is in direction of motion are transferred to the system, whereas distance values from sensors on the other side of the manipulator (opposite the direction of motion) are ignored [9].
Figure 2.

Consideration of moving direction.

Intelligent Decision Method

The information provided by the distance-measuring sensor, e.g., an ultrasonic and an infrared sensor, is limited to a distance value, which is not sufficient information for the emergency stop algorithm to distinguish a part of the manipulator from true obstacles. Consequently, this limitation not only affects the efficient operation of the manipulator since it cannot work at specific motor positions where sensors detect parts of the manipulator in danger areas, but it also can result in unnecessary stops. In order to solve this problem, we propose an intelligent decision method that can determine whether the sensed object is an obstacle that could cause a collision with the manipulator or not. We develop the intelligent decision method by applying a new regression method, which we introduce in Section 3.

Sum of Risk and Inefficiency Minimization

For the decision step mentioned in Section 2.3, we apply a new regression method to the emergency stop algorithm. The regression method generates a function model of the motor positions and distance values, and then the function is used to predict a distance value. Next, the algorithm compares this predicted (estimated) distance value to a real distance value measured by a sensor and determines whether a stop is necessary. In this section, we introduce our proposed regression method—i.e., the sum of risk and inefficiency (SRI) minimization.

Regression Method

The regression method determines the relationship between variables, and then uses that information to predict unknown variables. More specifically, the regression method generates an approximated function model using sample data (variables), and values of specific variables can be estimated by the function model. We call this function model the regression model, and the linear regression model has the form: where x is an input vector (an independent variable), y is a real-valued output (a dependent variable), and w is parameters of the regression model. Various regression methods, e.g., ridge regression, and support vector regression have been widely used in machine learning fields including robotics [10-12]. In order to apply a regression method to our emergency stop algorithm, we need a training procedure that will generate a function model of the motor position and distance values—hence the use of sample data pairs for this purpose. We collect motor position and corresponding distance data pairs by operating the manipulator under working conditions, but without obstacles. Because we cannot collect every motor position and distance data pair, we collect data at regular intervals of the position. We then apply the motor position values as inputs and the distance values as outputs to a regression method and a function model is generated for each sensor. After a function model for each sensor is generated by the regression method, distance values corresponding to specific motor position values can be estimated. Note that the distance-measuring sensors used for our experiment are ultrasonic sensors, which are typical distance-measuring sensors and have been widely employed in robotic applications [13,14].

Permissible Error Range

After an object is sensed in a danger area, the algorithm determines whether the object is an obstacle or not by using the new regression method, as shown in the flowchart in Figure 3. As discussed, a function model for each sensor is generated by the regression method using data pairs (motor position and distance value) collected under working conditions without obstacles, which can be used to estimate a distance value for specific motor position. The algorithm regards the detected object as an obstacle when the distance value measured by the sensor is smaller than the estimated distance value.
Figure 3.

Intelligent decision step: The algorithm determines whether to stop or not by comparing a distance value estimated by the regression model to a distance value measured by the sensor.

Because the function model generated by the regression method is approximated by sample data pairs, the estimated distance values provided by the regression model are not identical to the real distance values, producing experimental error. Consequently, when the difference between a measured value and an estimated value is larger than the allowed error range, the detected object is regarded as an obstacle that is not a part of the manipulator. We call this allowed error range the “permissible error region”, and note that it is not fixed region but is directly proportional to the distance values, as shown in Figure 4.
Figure 4.

Permissible error region.

The black dotted line represents the permissible error region boundary of the regression model (red line), and region between the red line and the blue dotted line is the permissible error region. For object 1 in Figure 4, the manipulator stopped because the object was located outside the permissible error region. Conversely, for object 2 in Figure 4, the manipulator did not stop because the object was located inside the permissible error region. In this paper, we define the lower bound of the permissible error region as 90% of distance values. In other words, the permissible error region is 10% of the distance values. We determine the region by trial and error.

Analysis of Risk and Inefficiency

In Figure 5(a,b), R1 and R2 are the results of two different regression methods. We assume that all the data pairs are located in danger areas and that the black x points are sample data pairs used to obtain the regression function model.
Figure 5.

Two different regression results: (a) Regression model R1—Estimated distance values are larger than measured distance values. (b) Regression model R2—Estimated distance values are smaller than measured distance values.

In Figure 5(a), P1 is located inside the permissible error range for sample data pairs, and P2 is included in the sample data pairs, which means that P2 is a part of the manipulator; therefore, the manipulator does not need to stop operating in the cases of P1 and P2. However, if the emergency stop algorithm is designed by the regression model R1, then the manipulator will stop working because both P1 and P2 are outside of the permissible error region for the model R1. In other words, the emergency stop algorithm associated with the R1 regression model decreases the efficiency of the operation because it results in unnecessary stops. In Figure 5(b), P1 and P2 are detected outside the permissible error region for sample data pairs, so for these cases, the manipulator should stop. Yet, if the regression model R2 from Figure 4(b) is applied to the emergency stop algorithm, the manipulator will not stop because P1 is inside the permissible error range for R2, and the distance value of P2 is larger than the estimated distance value from R2 at the same motor position. Consequently, the emergency stop algorithm associated with the R2 regression model increases the risk of the operation. In summary, if the value estimated by a regression model is larger than the real distance value, as shown in Figure 5(a), the inefficiency increases; on the contrary, if the estimated distance value is smaller than the real distance value, as shown in Figure 5(b), the risk increases.

Sum of Risk and Inefficiency Minimization

In response to this paradox, we propose a new regression method in this section that minimizes the SRI. As shown in Figure 6, risk is defined as an error that is smaller than the real distance value. Likewise, inefficiency is an error that is larger than the real distance value. These risk and inefficiency values increase as the difference between a real distance and an estimated distance value of the regression model increases.
Figure 6.

Risk and inefficiency.

The risk and inefficiency can be represented as follows: where α and α are proportional parameters for the risk and the inefficiency terms, respectively, w is a parameter of the regression model, x is a sample motor position, and t is a sample distance value measured by a specific sensor corresponding to the position x. Thus, wx is the estimated distance value from the regression model. The dimension of x depends on the number of motors, which affects the measured distance value t. For example, x is at least a three-dimensional vector if the number of motors that affect the measured distance value t is three. In addition, the dimension of x can be expanded if a basis expansion, e.g., a polynomial representation, is applied. Note that the dimension of w is the same as x. Our proposed regression method minimizes the SRI and can be represented as follows: where the function L is a loss function that is zero when the input is less than zero and a linear function with a slope of α (α and α) when the input is larger than zero. The optimal solution of Equation (4), however, cannot be obtained because the function L is not differentiable. Therefore, we replace the function L with a quadratic function that can be differentiated. In Figure 7, the solid line is the L function with a slope of 1, and the dotted line is a quadratic function. If all of the inputs are normalized to be within a specific range, the L function can be approximated by the quadratic function as shown in Figure 7. We can apply a similar quadratic function with the L function by adjusting its coefficients and moving it on the horizontal axis. The quadratic function in Figure 7 has been shifted from the origin by a value of −1 on the horizontal axis, and its second order coefficient is 0.5.
Figure 7.

Loss function L and an approximated quadratic function.

By substituting the quadratic function in Figure 7 for the linear L function (Lα and Lα) in Equation (4), the equation can be reformulated as follows: where β and β are the second order coefficients, and η and η are the moving distances on the horizontal axis of the quadratic function for the risk and the inefficiency terms, respectively. b‖w‖22 is the regularized term, and b is a small positive real number. We also consider the fact that the risk and inefficiency values should adapt to the real measured distance value, t, because the permitted error range is small when t is small. In other words, the risk and inefficiency value should be relatively large when a distance value measured by a sensor is small and vice versa. Therefore, we add another parameter s to Equation (5): where s is a value between 0 and 1, and is inversely proportional value to t. C and C are weight values for the risk and inefficiency, respectively, and are always larger than 0. By controlling the values of C and C, we vary the weight of the risk or the inefficiency, and can obtain a proper optimal solution according to the working situations. If the algorithm is applied to extremely dangerous working conditions, the risk is a significantly greater factor than the inefficiency. In this condition, C than C should be given larger values so that we obtain a regression model result with a smaller risk. We present the regression results for various values of C and C in Section 4.1. The optimality condition of Equation (6) is given by: which implies that: Then, Equation (8) can be rearranged as: Finally, the optimal solution of the regression parameter w can be written as follows:

Experiments

For performance verification of our proposed emergency stop algorithm, we apply the algorithm to a two-link robot and attach two ultrasonic sensors to each link, as shown in Figure 8. We consider a specific situation where sensors 1 and 2 detect links 2 and 1, respectively, in danger areas. We collect data pairs that represent the position values of motor 1 and the distance values, as measured by sensors 1 and 2, under the condition without obstacles. From those data pairs, we extract pairs whose measured distance values are smaller than the danger area distance and apply those pairs to the regression method. (Note that we set the distance of the danger area to 30 cm.) Those data pairs are shown in Figure 9.
Figure 8.

Two-link manipulator.

Figure 9.

Sample motor position and measured distance data pairs for a training procedure of the new regression method for (a) sensor 1 (b) sensor 2.

We assume that x is the position value of motor 1 for the ith data pair, and that t1 and t2 are the distance values measured by sensors 1 and 2 of the ith data pair, respectively. We generate two regression function models of the data pairs (x, t1) and (x, t2). As shown in Figure 9(a,b), there are drastic changes in the measured distance values. These changes occur due to the angular measuring range of the ultrasonic sensors. In other words, when a sensor strays out of its optimal angular measuring range to measure a specific part of the manipulator, the measured distance value rapidly increases as shown in Figure 9(a,b).

Regression Model

We construct regression models using SRI minimization to determine whether a detected object is an obstacle or not. Two regression models are generated—one for sensor 1 and another for sensor 2. We apply the motor position vectors x = (1, x, x, x, …, x) which are applied by the polynomial basis expansion instead of the one-dimensional position value of the motor x. This polynomial representation of the basis expansion can help obtain a more complex and detailed regression result compared to that of a model applying the one-dimensional input. Figure 10(a,b) shows the SRI regression results using 11-dimensional polynomial motor position vectors (p = 10) [note that we set β = β = 0.5, η = η = 1, and C = C = 1 in Equation (10)].
Figure 10.

Function models generated by the SRI regression method for (a) sensor 1 (b) sensor 2 (p = 10).

As shown in Figure 10(a,b), the error between the measured distance and the estimated distance values is relatively large near the section where measured distance values rapidly change. This error is a consequence of the curve fitting method using a linear model, which is a difficult method to obtain a step-like function model. Therefore, we divide the sample data pairs into two sections and obtain two regression models: Figure 11(a,b) shows the results obtained by two regression models that applied the proposed SRI minimization for sensors 1 and 2, respectively.
Figure 11.

Function models generated by two SRI regression methods for (a) sensor 1 (b) sensor 2 (p = 10).

Finally, we compare the results of the proposed SRI regression, ridge regression, support vector regression, and fuzzy lookup table methods [9] using 1,000 test data pairs (test data samples are collected in the same way as training samples). Table 1 shows the results of each method. Note that the proposed SRI regression using two models shows the best performance. (I.e., it shows the smallest root-mean-squared error and root-mean-squared error multiplied by s).
Table 1.

Regression results of fuzzy lookup table method, ridge regression, support vector regression, and SRI regression (p=10, β = β = 0.5, η = η = 1, C = C = 1) using 1,000 test data. (unit: cm).

MethodRMS ErrorRMS Error × sn

sensor 1sensor 2sensor 1sensor 2
Fuzzy lookup table5 Fuzzy membership functions0.91460.84030.59780.4423
10 Fuzzy membership functions0.59770.52190.22970.3395
Ridge regression1 regression1.17130.91340.70440.4606
2 regression0.35790.35950.21430.2355
Support vector regression1 regression1.41961.22190.660.6032
2 regression0.74970.6770.39230.3595
SRI regression1 regression1.28040.86160.59220.3821
2 regression0.35320.35460.20140.2304
For implementation as an emergency stop algorithm, the decision speed is one of the most important factors. Hence, the decision time of the system using the fuzzy lookup table method applying five membership functions is 874.38 μs, and is 1,074.32 μs when the lookup table method with 10 membership functions is applied; however, when we apply regression methods, e.g., ridge regression, support vector regression and SRI regression, the decision time averages only 6.37 μs. Table 2 shows the SRI regression result according to different parameters C and C in Equation (10). It also shows that risk and inefficiency results can be controlled by adjusting the C and C values. In other words, relatively large C values can decrease the risk whereas large C values can decrease the inefficiency.
Table 2.

SRI regression results according to different C and C values using 1,000 test data sets (p=10, β = β = 0.5, η = η = 1).

ResultSensorSRI2 Regression Model

(C1, C2) = (1, 1)(C1, C2) = (5, 1)(C1, C2) = (1, 5)
RMS error10.35320.67440.7572
20.35460.77670.7007
RMS risk10.17520.0060.7143
20.1290.00630.6352
RMS inefficiency10.17810.66840.0428
20.22570.77040.0655
RMS error × sn10.20140.36260.3923
20.23040.4890.4286
RMS risk × sn10.09210.00490.3607
20.08040.00470.3838
RMS inefficiency × sn10.10930.35770.0317
20.150.48430.0448

Experiment Using Two-Link Manipulator

We apply our proposed emergency stop algorithm to a two-link manipulator with ultrasonic sensors (Figure 8) and verify the performance of the algorithm. Figure 12(a–e) shows that the algorithm considers the direction of motion of the manipulator. For example, when the manipulator does not move towards an obstacle as shown in Figure 12(b), it keeps moving; yet, the manipulator stops when it moves towards an obstacle, as shown in Figure 12(d,e).
Figure 12.

(a–e) By considering the direction of motion; (b) the manipulator does not stop when it does not move towards an obstacle; however, (d,e) the manipulator stops when an obstacle is in the manipulator's path.

Figure 13(a–h) shows that the algorithm recognizes whether a sensed object is an obstacle or a part of the manipulator. In Figure 13(b), an object is sensed, but the manipulator keeps operating because the algorithm classifies it as a part of the manipulator. On the other hand, when another obstacle is sensed, as shown in Figure 13(g), the manipulator stops operating since the algorithm correctly recognizes that the detected object could cause a collision.
Figure 13.

(a–h) Using an intelligent decision step, (b) the manipulator keeps moving if the sensor detects a part of the manipulator (e.g., a link) in the danger area, but (g,h) the manipulator stops when an obstacle is detected in the danger area.

Conclusions

In this paper, we have proposed an emergency stop system for manipulators using distance-measuring sensors. Our proposed intelligent emergency stop algorithm considered the direction of motion of the manipulator. In addition, it was able to decide whether the detected objects were obstacles that could cause a collision with the manipulator or not by applying a new regression method. We applied our system to a two-link manipulator and verified the performance of our algorithm by comparing it with other regression methods. Consequently, we expect that the application of our emergency stop algorithm will enhance the safety and efficiency of working environments with industrial robots.
  1 in total

1.  Towards a holistic framework for the evaluation of emergency plans in indoor environments.

Authors:  Emilio Serrano; Geovanny Poveda; Mercedes Garijo
Journal:  Sensors (Basel)       Date:  2014-03-06       Impact factor: 3.576

  1 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.