Abstract

This paper proposes a fusion iterations strategy based on the Standard map to generate a chaotic path planner of the mobile robot for surveillance missions. The distances of the chaotic trajectories between the adjacent iteration points which are produced by the Standard map are too large for the robot to track. So a fusion iterations strategy combined with the large region iterations and the small grids region iterations is designed to resolve the problem. The small region iterations perform the iterations of the Standard map in the divided small grids, respectively. It can reduce the adjacent distances by dividing the whole surveillance workspace into small grids. The large region iterations combine all the small grids region iterations into a whole, switch automatically among the small grids, and maintain the chaotic characteristics of the robot to guarantee the surveillance missions. Compared to simply using the Standard map in the whole workspace, the proposed strategy can decrease the adjacent distances according to the divided size of the small grids and is convenient for the robot to track.

1. Introduction

An important issue on surveillance missions for autonomous mobile robots is the complete coverage path planning, with the specific purpose of generating a trajectory, which will guarantee the surveillance of the entire terrain. In the case of patrolling for intrusion, the path of the robot must be as much difficult as possible to be predicted by the intruder [1]. It should satisfy three major conditions: the unpredictability of the trajectory, the scan of the entire terrain, and the fast scanning of the robot’s workplace. These are the basic requirements for selecting the most suitable autonomous mobile robots for the specific kind of missions [2].

Chaotic systems provide the much-needed framework in achieving the surveillance missions. The main characteristics of the chaotic systems are the topological transitivity and the sensitive dependence on initial conditions [3]. Due to topological transitivity, the chaotic autonomous mobile robot is guaranteed to patrol the whole surveillance region completely. The sensitive dependence on initial conditions is a desirable characteristic for patrol robots, since the trajectory of the chaotic autonomous mobile robot is very unpredictable [47].

The aim of using chaotic systems in autonomous robots is achieved by designing path planers, which ensure chaotic motion. Signals, which are produced by chaotic systems or circuits, are used to guide autonomous robots for exploration of a terrain for vigilance. In the literature, very known chaotic systems, such as Arnold dynamical system, Standard or Taylor-Chirikov map, Lorenz system, Van der Pol map, and Chua circuit, have been used [711]. In [12], we also present a chaotic motion path planner, which is improved by arcsine and arccosine transformations, based on a Logistic Map for an autonomous mobile robot to cover an unknown terrain randomly, unpredictably, and evenly.

The key problem of this research is how to impart the chaotic motion behavior to an autonomous mobile robot. The combination means of the robot kinematics equation with the chaotic map are different due to their various dimensions and control parameters. Since there are many chaotic systems, which pattern is a good candidate to be chosen for use as a chaotic path planning generator? In general, the criterion in many works is the largest possible coverage area through computer simulation. The Taylor-Chirikov, or Standard map, is a well-known two-dimensional mapping [13]. It is easy to be controlled for having single parameter . Furthermore it has the better coverage area of the whole region. So it arises in many applications including the surveillance missions of the robot. In [8], using the well-known Standard map, L. S. Martins-Filho and E. E. N. Macau proposed an ingenious path-planning mechanism where the sequence of intermediary goal positions is obtained.

However, most of the above researches have ignored the process of the planned subgoals, or the intermediary iteration points, such as [8]. When the untreated points are served as the subgoals of the path planner and sent to the robot motion controller to track, it is likely to fail fulfilling the whole patrolling missions due to the large distances of the trajectories between adjacent subgoals. Like the circumstance in Figure 1, the robot is required to run from the start point to the target point. The path planner generates some sequences points as the subgoals for the robot according to the task requirements. Then the subgoals are passed to the robot controller to track. In Figure 1(a), there are eight subgoals, while in Figure 1(b) there are only two. In Figure 2, we line all the points successfully to show a rough running trajectory for the robot. But it is not a real running path. If the lines lengths are too large compared to one-step distance of a robot, such as Figure 2(b), the robot controller cannot know how to get to subgoal2 from subgoal1 safely. So the robot needs to plan the path again, such as Figure 3. Then the last planning task failed for Figure 1(b) circumstance.

In this paper, we mainly talk about the path planner. The straight lines are rough path. By proposing a fusion strategy based on the Standard map by affine transformations, our task is to produce the shorter distance of the adjacent subgoals for the robot to track conveniently and safely, such as Figure 1(a). When the robot controller tracks the subgoals, its trajectory is the real path. Figure 4 illustrates the procedure of the path planning and tracking.

The paper is organized as follows. Section 2 discusses the dynamic characteristics of the Standard map with the single parameter changing. When it is in its chaotic state, we further study the intermediate iteration points distribution in the phase space and the adjacent trajectories. Affine transformations of the Standard map are introduced in Section 3. And the proposed fusion iterations strategy is designed based on the transformation. Section 4 provides the simulation results of the designed strategy and the comparison results of the original Standard map. Conclusions are drawn in Section 5.

2. Dynamic Characteristic of the Standard Map

The Standard map, or the Taylor-Chirikov, is the two-dimensional area preserving dynamical system [14, 15]. Area-preserving mapping gives rise to incredibly rich dynamics and mathematics [16]. It describes the dynamics of magnetic field lines on the kicked rotor [17].

The continuous nonlinear mapping is as follows [13]:

(mod1)Here is a periodic configuration variable (angular position) and is the momentum variable (angular speed); both computed . The map has a single parameter, , that represents the strength of the nonlinear kick. Randomly selected, an initial point and its next iterates are So we commonly use the discrete mathematical model of the Standard map to compute the sequence iteration values step by step:

The single parameter controls the dynamic properties of the map. If is small, the map demonstrates periodic orbit, such as Figure 5(a), which is simulated by the computer according to (3). With the parameter value increasing, the trajectory becomes chaotic and fills a large region of phase space, as Figure 5(b). As increases further, when , for , one has the impression that chaos is complete, which is shown in Figure 5(c).

When the Standard map is completely chaotic, from Figure 5(c), we can see it demonstrates better uniform distribution and iterates in a limited region. According to (3), values and are defined in , respectively. So the iteration values are bounded and can be used as the intermediary points, or subgoals, to generate a chaotic path planner to guide the mobile robot to complete coverage of the whole surveillance region. But when the robot tracks the subgoals, namely, runs from one subgoal to the next point , the distance of the trajectory between the adjacent points, , should be considered. Taking into account the robot’s each moving step and the whole surveillance region, if the adjacent subgoals distance is too large, the guiding navigation significance of the subgoals loses to the robot. Then the robot planner has to supplement other new intermediate points between the subgoals.

Figure 6 analyzes iteration points distribution of the Standard map in the phase space and the adjacent trajectories qualitatively and quantitatively. Randomly select an initial point, (0.5,0.5), in the phase space, for ; Figure 6(a) demonstrates the 500 iterations’ distribution of intermediate coordinate point . We select a smaller iteration number, 500, in order to make the simulation pictures clearly. Figure 6(a) shows that the points distribute uniformly and completely. Figure 6(b) draws all the iterations trajectories between the adjacent points. Compared to the defined region of the phase space, , the interval distances are too large. In order to qualitatively analyze the distances value, we design an evaluation index, :where is the Standard map bounded value. Figure 6(c) shows that most of the values are concentrated at the vicinity of 0.5. The average value of the 500 times’ is about 0.5323. It means that the bigger the workspace boundary values, the bigger the adjacent distances. Furthermore it is about half of the bounded values, while, for a defined region, values of are constant. So we have to change the size of the defined region to decrease the adjacent distances to make the subgoals of the path planner meaningful to the robot navigation.

3. Fusion Strategy of the Standard Map

In order to fulfill the track task for the mobile robot, the adjacent planned subgoals distance produced by the path planner should not be too large. Equation (3) produces the sequence values step by step based on a random selected initial value. The values are only associated with the iteration number, so the values are constant to a given defined Standard map. Then we cannot directly decrease the values by (3). Furthermore the whole chaotic characteristics of the Standard map should be maintained to meet the satisfaction of the surveillance missions for the robot. Based on the above mentioned principle, this paper proposes a fusion strategy based on the Standard map which is combined with large region iterations and small grids region iterations. Both iterative processes are still Standard map based on simple affine transformations. They are linked by the intermediate iteration points and can transform from one state to the other by controlling the iterative cycles. Function of the small grids region iterations is to decrease the adjacent planned subgoals distance by reducing their workspace bounded value and perform the small grids region coverage, while the large one realizes the automatic conversion of small grids region to combine all the small iterations together and maintain the whole chaotic characteristics of the surveillance workspace.

3.1. Affine Transformations of the Standard Map

Figures 5 and 6 show that the Standard map bounded region is defined in a square, about . This defined region can be mapped into the robot surveillance workspace, such as . Then the whole region is divided into some small square grids; here suppose the number is . Size of the number is determined by the requirement of the adjacent subgoals distances for the surveillance mission. Because the values are constant in each iteration cycle, the bigger the divided size of the number, the smaller the distance values. Figure 7 depicts the mapping procedure of the original Standard map. The previously mentioned large region iterations work on the map. And the small iterations run on the 4-grid map, respectively, of Figure 7(c). For example, the blue grid is one of them in the figure.

The mapping procedure can be accomplished using simple affine transformations like scalings and translations that are applied to the original Standard map. We commonly use Cartesian coordinate system on engineer problems. Suppose transform one coordinate point to a new coordinate point : where , , and then is a affine matrix:So (5) can be written inExpand formula (7):From (8) we can derive the scalings and translations matrix.

Translations transform is to move arbitrary point distance away along coordinate axis and distance away along coordinate axis. The transform matrix isAfter expansion,Scalings transform is to enlarge or reduce the times of the horizontal coordinate value of an arbitrary point, while the longitudinal direction is times. The transform matrix isAfter expansion,According to scalings transform, the parameters values of mapping Figure 7(a) to Figure 7(b) are . The 4 small grids in Figure 7(c) use both scalings transform and translations transform. Like the blue one, the scalings transform parameters are , and the translations transform parameters are and , namely, its coordinate values of the lower left corner. All translations are performed based on (3).

In the fusion strategy in this paper, the whole workspace is supposed to be as in Figure 7(c). The large iteration cycles run on the region and the small iteration cycles work on the 4 small grids, respectively. Because the iteration values are bounded in the standard map, the values only iterate in their own defined region and cannot run out of its region to other grids. If the robot only runs in the small grids and cannot automatically switch to other ones, the surveillance mission of the whole workspace fails. So we integrate the large iteration cycles into the small ones to realize various grids transformation.

3.2. Realization of the Fusion Iterations Strategy

All iteration cycles are based on the Standard map and (3). The detailed designed process of the fusion strategy is as follows.(1)The whole workspace is divided into small grids, according to the requirement value of the adjacent subgoals distances for the surveillance mission. Then each grid region is determined.(2)Initialization of the small grids region iterations parameters: the total iterative steps are and each iterative step in one cycle is , .(3)Initialization of the large region iterations parameters: the total iterative steps are , , and each iterative step in one cycle is .(4)Randomly select an initial point in the whole workspace; start up the large iterations cycle until the iterations step is complete. Lastly, the iteration break-point is recorded.(5)Judge which small grid the coordinates point falls into.(6)Judge whether the small grid has been totally covered. If it is yes, then continue the large iterations cycle from the last break-point and restart the next iterative steps.(7)If it is no, judge whether the small grid has been already covered or not. If it is no, use the point as the initial point, and start up the small iteration cycle until the iteration steps are complete. At last, record the break-point and use it as the initial point in the next iteration cycle. If it is yes, the robot moves to the last break-point and starts up the small iteration cycle based on it.(8)All the iterations cycles are transformed according to the iterative steps and the above regulations until all the small grids are totally covered or the large iterations cycles are complete.

The pseudocodes of the above strategy procedure are in Pseudocode 1.

// initialization of the parameters
 suppose a whole workspace ;
 size of the divided small grids ;
 each small grid region of ;
 the total small iterative steps ;
 each small iterative steps in one cycle ;
 the total large iterative steps ;
 each large iterative steps in one cycle ;
// the whole iteration procedure
 while ();
  ((0), (0)) rand(); // randomly select an initial point in
  large_iteration_cycle;
  ;
  ((0), (0)) ((), ());
  ; // compute small grid number
  if ; // is the small grid iteration times in the current ;
   large_iteration_cycle;
   elseif ;
    small_iteration_cycle;
    ;
    ((0), (0)) ((), ());
    if ;
     breaks;
    end
   else small_iteration_cycle;
  end
 end
 function small_iteration_cycle
  ;
  while ();
   Equation (3);
   ;
  end
 end
 function large_iteration_cycle
  ;
  while ();
   Equation (3);
   ;
  end
 end
  function Equation (3)
;
;
;
;
;
  end

Figure 8 illustrates part operations of an example for the designed fusion strategy according to the above process. In order to demonstrate the simulation picture clearly, all the numbers are selected relatively small values. Each iterative step in the small iterations cycles is , and the large one is too. The divided grids number is 4. Each small grid is encoded clockwise, which is labeled Grids 1, 2, 3, and 4, respectively. Blue lines in the pictures are the small iterations trajectories. And the black ones are the large iterations trajectories.

From Figure 8, we can conclude that the robot can scan the whole workspace completely by the fusion of the large region iterations and small grids iterations. In the small grids iterations, the adjacent subgoals distances decrease due to their small defined region. If the size of the divided small grids is big enough, the adjacent subgoals distances in the large region iterations can be ignored by selecting the appropriate large and small iterations times. Then the average adjacent subgoals distances are reduced to the times of the conventional methods, where is the divided small grids number.

4. Simulation of the Fusion Strategy

Figure 9 gives complete simulation results of the designed fusion strategy for the 16 divided grids of the whole workspace. The total iterations times of each small grid are , and iterations times of each cycle are . The large iterations times of each cycle are , and the total iterative number is about 400. When all the small grids are totally covered, the iterations end. In Figure 9(b), the cyan circle points are produced by the large iterations cycles, and the red dots are given by the small iterations cycles. For comparison, Figure 10 gives the original Standard map simulation results on the whole workspace. Or it can be said that we use only large iterations in the region. The iterations times are 2000, which is the total iterative times of Figure 9 fusion iterations times.

In Figure 9(a), the blue lines occupy most of the area. Compare to Figure 10(a), the adjacent planned subgoals distances in Figure 9(a) indeed reduce. Figures 9(b) and 10(b) both give the subgoals distribution in the whole workspace. They show almost the same uniform distribution characteristics. So the fusion strategy has little influence on the Standard map chaotic performance. This planned intermediate point can be used as the robot path planner subgoals and be sent to the robot controller to track.

5. Conclusion

Using the original Standard map of the chaotic state as the robot path planner generator to perform the surveillance mission is a good choice except for its large distance of the chaotic trajectories between the iteration adjacent intermediate points. After being treated properly, the coordinates produced by the map can be used as the path planner intermediate subgoals directly. The proposed fusion strategy in this paper accomplishes the treatment of the coordinates points by dividing the whole surveillance workspace into small grids region to reduce the iteration adjacent distance. The strategy has been simulated by MATLAB. It has the following features:(1)Implementation of the strategy is simple. It has been realized by simple affine transformation based on the Standard map iterations and the partition of the whole surveillance workspace.(2)Both the large region iterations and the small grids iterations continue the iterations cycles from their last break-points, respectively. Then the whole iterations process of the Standard map in the strategy has not been destroyed. So the whole chaotic characteristics of the fusion strategy remain the same as the original Standard map.(3)Because each small grid owns the same chaotic characteristics as the original Standard map, the whole surveillance workspace combined with them has almost the same features too, especially for the characteristics of the topological transitivity.(4)The switch frequency between the large region iterations and the small grids iterations is as follows: the bigger, the better. Or each iteration time in the small grids cannot be too big. Otherwise the unpredictable feature of the planned trajectory can be influenced.

In the fusion strategy, some large region iterations are needed to combine all the small grids region. The adjacent distances in the large region are still big. Here because they occupy less proportion, we can ignore their influences. In the future work, we want to study the method to further reduce the proportion in the total iterations, such as assumption of the adaptive or varied iterations times in the large region iterations.

Conflict of Interests

The authors declare that there is no conflict of interests regarding the publication of this paper.

Acknowledgments

This work is supported by National Natural Science Foundation (NNSF) of China under Grant 61473179; Shandong Province Natural Science Fund of China under Grants ZR2014FM007 and ZR2013FM012; Shandong Province Science and Technology Development Projects under Grant 2013GGX10116; A Project of Shandong Province Higher Educational Science and Technology Program under Grant J13LN27.