Abstract
The intelligent manufacturing system (IMS) is widely used in the surface machining of the workpiece. In the process of ceramic surface grinding, the intelligent machine (manipulator) in IMS is required to automatically plan the collision avoidance trajectory in a complex environment. This paper presents an optimal trajectory planning method of the use of redundant manipulators in the surface grinding of ceramic billet, which is based on trajectory evaluation. The collision avoidance trajectory can be optimized, taking into account several parameters in the trajectory, including the length of the collision avoidance path, the weighted sum of the strokes of all joints, and the duration of the collision avoidance trajectory. Firstly, get the planning task. Secondly, set the planning parameters and obtain a number of collision avoidance trajectories. Finally, the evaluation function is used to evaluate the collision avoidance trajectories and get the optimal collision avoidance trajectory. The performance of the proposed optimal collision avoidance trajectory planning method is validated in different evaluation functions.
1. Introduction
More and more robotic manipulators are used for industrial applications such as grinding, assembling, welding, and handling, to replace the boring work done by workers in harsh environments. In order to meet the quality of ceramic products, the inner and outer surfaces of its billet usually need to be polished. The manipulators can be taught by the worker to grind the outer surface, but this process is extremely time-consuming and requires relevant experience. The inner surface grinding completely relies on handwork because the narrow space is difficult to realize the teaching approach. In the use of intelligent manufacturing on the surface of ceramic billet grinding, it is necessary to require the manipulators to automatically plan the collision avoidance trajectory in a complex environment.
The collision avoidance trajectory planning of the manipulator is divided into two parts: preprocessing and postprocessing. The preprocessing uses the collision avoidance planner to create collision avoidance paths of the planning scenario. The postprocessing mainly completes the interpolation of the collision avoidance path, introduces the time parameter, calculates the inverse kinematics solver, detects the collision of the environment and the joint, and finally obtains the collision avoidance trajectory which can be executed by the manipulator. In a given time to repeat the planning, a lot of collision avoidance trajectories are obtained, and it requires appropriate evaluation methods to select the best collision avoidance trajectory.
In order to get the optimal collision avoidance trajectory, a framework of optimal collision avoidance trajectory planning method is proposed in this paper, which is divided into three parts:(A)Identify current planning tasks.(B)Set the planning time, planner, and other parameters. A number of collision avoidance trajectories are obtained after collision avoidance path planning, trajectory planning and collision detection and stored in a container.(C)Calculate the value of the parameters in the collision avoidance trajectory, and then use the evaluation function to evaluate the collision avoidance trajectory after normalization process. The optimal collision avoidance trajectory is returned to the manipulator controller for execution.
The main contributions of this paper are as follows:(i)We propose a collision avoidance trajectory evaluation function that can consider several different parameters at the same time and show how to calculate all the parameters in the collision avoidance trajectory evaluation function.(ii)In order to save energy, we do weight processing according to the drive motor power consumption of the different joints and put it into the trajectory evaluation function.(iii)We demonstrate that, with the use of a sample-based collision avoidance path planner, the length of the collision avoidance path, the weighted sum of the strokes of all joints, and the duration of the collision avoidance trajectory are all subject to the normal distribution.(iv)We demonstrate that the setup time for replanning has no significant impact on the performance of the optimal trajectory.
The rest of this paper is arranged as follows: Section 2 introduces the mathematical basis of the optimal collision avoidance planning, including the evaluation function, the calculation of the parameters of the evaluation function, the TRAC-IK inverse kinematics solver, and the collision detection method; Section 3 presents an overall framework of optimal collision avoidance planning based on trajectory evaluation; in Section 4, we set different evaluation functions of collision avoidance trajectory and test the optimal collision avoidance trajectory planning method proposed in this paper; Section 5 discusses the influence of the replanning time on the optimal trajectory and the statistical law of the parameters of the collision avoidance trajectory; this paper concludes in Section 6.
2. Related Work
The trajectory planning problem of the manipulator can be handled in different ways, and several categories of these techniques are proposed in [1]. According to the information processing in the system, it is divided into local and global methods. Local methods use incomplete information of the environment and gradually build the trajectory, which can achieve rapid collision detection and trajectory planning. In contrast, the global methods use all the information in the workspace, and an optimization criterion can be used to search the best collision avoidance trajectory.
When this problem is treated as an optimization problem, it is necessary to define the criteria related to the trajectory planning, such as the torque minimization of the robot, the energy, and the speed. For this problem, a lot of technology has been developed, and the main difference is the source of the problem and the algorithm used to solve it. Garg and Kumar [2] proposed torque minimization and used genetic algorithms to solve this problem. Lin [3] proposed another technique in which they use the kinematics of the robot to avoid the calculation of the inverse Jacobian matrix. In order to solve this problem, they used the perturbation method. Chettibi et al. [4] proposed to minimize the power of the actuator, the time of the actuator, and the power consumption of the joints of the manipulators in the joint space and use the nonlinear optimization to solve the problem. da Graça Marcos et al. [5] used a genetic algorithm to obtain a solution in the joint space and evaluated it by means of the position error of the end effector and the minimized fitness function of speed, acceleration, torque, and energy. Menasri et al. [6] proposed to solve the problem based on the use of bilevel optimization and metaheuristics, divide the path into small displacements, and make full use of the redundancy of the manipulator to search out the optimal collision avoidance configuration of the robot in the joint space. Another method is proposed in [7], which uses genetic algorithms to find a solution in the joint space. In order to evaluate the current solution, the error position of the end effector in Cartesian space needs to be calculated. To find the next solution, the inverse Jacobian matrix is used to convert the position error to the error of the joint variable. Of course, other algorithms can be found to solve this problem by using particle swarm optimization [8], direct variational method [9], and other methods that consider this problem as multiobjective optimization problems [10].
Another category dealing with this problem is based on the probabilistic approach. Their general idea is to build a graph between the initial configuration and the termination configuration in a very abstractly defined state space. Each node of the graph is found by using a different state sampler (e.g., uniform, gauss, and obstacle based). We can find the PRM method [11–13], SPARS method [14–16], RRT method [13, 17–20], SBL method [21], EST method [22], KPIECE method [23], and SyCLOP method [24].
Taking into account all these ideas above, we propose a new optimal trajectory planning method. It also uses probabilistic methods and optimization methods to solve the problem, which we call the trajectory evaluation method. In this method, we first use the probability method to get a lot of collision avoidance trajectories and then use the appropriate trajectory evaluation function to get the best collision avoidance trajectory. The weighted sum of all the joints used in the trajectory evaluation function is to take into account the energy saving problem of the manipulator during the execution of the collision avoidance trajectory.
3. The Mathematical Basis of Optimal Collision Avoidance Trajectory Planning
This section will introduce the mathematical basis of the optimal collision avoidance trajectory planning, including the evaluation function, the calculation of the parameters of the evaluation function, the TRAC-IK inverse kinematics solver, and the collision detection method.
3.1. Evaluation Function of Collision Avoidance Trajectory
Traditionally, the goal of collision avoidance planning trajectory is to find a trajectory to avoid collisions between the start configuration and the target configuration. Specifically, the start configuration vector (in Cartesian space is ) and the target configuration vector (in Cartesian space ) are defined in the manipulator’s configuration space , where the ’s size is equal to the number of manipulator joints. There may be a number of obstacles in the environment corresponding to the rigid body. We assume that the duration of the collision avoidance trajectory is and discretize it into path points. The trajectory can be expressed as a vector
In general, any collision-free satisfies all constraints, and smooth trajectories can be considered as acceptable solutions. For the same planning task, we can get different collision avoidance trajectories, as shown in Figure 1.

In order to evaluate the proposed collision avoidance trajectories, we define the evaluation function of collision avoidance trajectory as Here and represent the number of collision avoidance trajectories obtained in a given period of time. , , and represent the weighting coefficients of the length of the collision avoidance path, the weighted sum of the strokes of all joints, and the duration of the collision avoidance trajectories, which are determined according to actual needs and have . Section 4 has a relevant test. In (2), , , and represent the values after the corresponding parameter -score normalization. The purpose of -score normalization is to remove the unit limit of the data and convert it into a dimensionless pure value to facilitate the mathematical operation of different units or orders of magnitude. The statistical rules for these parameters are given in Section 5.
After the original values of these parameters are -score normalized, the standard normal distribution can be obtained. That is, the mean is 0, the standard deviation is 1, and the conversion function isIn (3), can take , , and , and and are the mean and standard deviation of the corresponding parameters.
The optimal collision avoidance trajectory is the trajectory when the evaluation value of the trajectory equals the minimum evaluation value of all the trajectories:
3.2. The Length of the Collision Avoidance Path
The three-dimensional Euclidean distance reflects the length of the collision avoidance path and is an important factor in evaluating the performance of the collision avoidance trajectory. In order to calculate the length of the collision avoidance path , a method of calculating the three-dimensional Euclidean distance between the two adjacent points in the collision avoidance path is used, assuming that the coordinates of the point are (, , ), thenHere is the number of the point in the collision avoidance trajectory , , and is the total number of points in . The meaning of these symbols appearing later in this paper is defined as the same.
3.3. The Weighted Sum of the Strokes of All Joints
In order to take into account the difference in the energy consumption of the drive motor of the different joints of the manipulator in the process of the trajectory planning, a new concept of the weighted rotation of all joints of the collision avoidance trajectory is proposed, which is called the weighted sum of the strokes of all joints. The weighted sum of the strokes of all joints of the collision avoidance trajectory is denoted by , and the weighted rotation angle of the same joint from the current point to the next point isHere represents the weighting coefficient of joint , is the joint number, and . represents the angle of the th joint corresponding to the th point in the collision avoidance trajectory. In this paper, the weighting coefficient of joint is calculated asHere is the power consumption of the drive motor for each joint.
Then, the weighted sum of the strokes of all joints of collision avoidance trajectory is
3.4. The Duration of the Collision Avoidance Trajectory
The duration of the collision avoidance trajectory can be same, but considering the difference in the collision avoidance path length obtained from the sampler-based planner, the duration is not constant when the trajectory satisfies other constraints.
The duration of the collision avoidance trajectory is calculated asHere and represent the start and end times of the trajectory .
3.5. TRAC-IK Inverse Kinematics Solver
Using TRAC-IK to calculate the inverse kinematics of the redundant manipulators not only improves the success rate of the trajectory planning but also reduces the calculation time of the inverse solver to a certain extent and gets more collision avoidance trajectories during the same time period. As with Beeson and Ames’s [25] research work, we will run two IK implementations, KDL and SQP. By default, the IK search returns immediately when either of these algorithms converges to an answer.
KDL is obtained by the following iterative equation:Here is the inverse Jacobian matrix and can be used to calculate the new value of . When all the elements of are below the stop criterion, the current vector is the inverse kinematics solver.
SQP is a nonlinear optimization iterative solver, and its characteristics can be described asHere is the -dimensional seed value of the joint angle, and the inequality constraint is the joint limit, the Euclidean distance error, and the angular distance error.
3.6. Collision Detection
Collision detection is used in collision avoidance path planning and trajectory planning. In order to calculate the static barrier cost, Euclidean distance variation (EDT) and geometric collision detection were used. As with Ratliff et al.’s work [26], we divide the workspace into three-dimensional voxel grids and precalculate the distance between each voxel and the nearest static obstacle boundary. In addition, we approximate the shape of the manipulator by using a set of overlapping spheres. In this case, the static barrier cost of configuring can be found by the table in the voxel and can be calculated as follows:Here is the radius of a sphere , is the 3D point of the sphere calculated from the kinematic model of the manipulator at configuration , is the signed EDT of the 3D point , and is the minimum safe distance between the manipulator and the obstacle.
4. Optimal Avoidance Trajectory Planning Based on Trajectory Evaluation
After obtaining a new number of grinding targets from the scheduler, the task planner sends the planning request to the optimal collision avoidance planner, and then the optimal avoidance planner starts. The detailed procedure can be described as follows (Figure 2).

Step 1. Get the current planning task.(i)Select as the current planning task and name it from the planning tasks named , , , and received from the task planner.(ii)Get the starting position and the ending position of the task in the Cartesian coordinated system.(iii)Confirm the parameters of the manipulator and the processed billet.
Step 2. Replan in a given time.(i)Set the planning time and planner type number , and clear the number of successful planning count named .(ii)If the collision avoidance path planning named succeeds, start the collision avoidance trajectory planning named and collision detecting named ; otherwise duplicate . If both and are successful, then save the current collision avoidance data into the container and increase by one.(iii)Repeat the steps above until the planned cost reaches the planned time.
The pseudocode of Step 2 can be found in Pseudocode 1, and its program chart can be seen in Figure 2.
|
Step 3. Evaluate the performance of the collision avoidance trajectory obtained in Step 2. (i)Set the collision number , the minimum trajectory evaluation value , and the optimal trajectory number .(ii)Loop the following steps when :(a)Calculate the length of the current collision avoidance path and standardize it.(b)Calculate the weighted sum of the strokes of all joints of the current collision avoidance trajectory and carry out the normalization process.(c)Calculate the duration of the current collision avoidance trajectory and standardize it.(d)Calculate the evaluation value of the current collision avoidance trajectory.(e)Determine whether is 1. If it is, .(f)Determine whether the evaluation value of the current collision avoidance trajectory is less than the current . If it is, , and . The pseudocode of Step can be found in Pseudocode 2, and its program chart can be seen in Figure 2.
|
When the steps above are completed, the optimal collision avoidance trajectory can be obtained.
The replanning in Step 2 allows us to acquire multiple collision avoidance trajectories in a given period of time. Success is to count the total number of collision avoidance trajectories acquired during a given period of time and for Step 3 to obtain the data of the collision avoidance trajectory from the container.
In Step 3, the optimal collision avoidance trajectory is found by evaluating the performance of multiple trajectories. The weighted sum of the strokes of all joints is calculated according to (8), and on the basis of the principle of power balance, the weighting factor is calculated according to (7). The normalization process is used to calculate the length of the current collision avoidance path, the weighted sum of the stroke of all joints of the current collision avoidance trajectory, and the duration of the current collision avoidance trajectory.
5. Experimental Verification
This section examines the effectiveness of the optimal collision avoidance trajectory planning for different collision avoidance trajectory evaluation functions.
In order to verify the algorithm proposed in this paper, the required experimental environment is constructed, which includes the computing platform for planning the optimal collision avoidance trajectory and the redundant manipulators for executing the planned optimal collision avoidance trajectory. The computing platform for planning the optimal collision avoidance trajectory is a superior computer with a CPU of Inter (R) Xeon (R) E5-2620 v3 6-core (12-thread) 2.4 GHz and 16 GB memory. The computer’s operating system is Ubuntu 16.04 LTS, the middleware is ROS Kinetic, and the motion planning framework is MoveIt. Redundant manipulators that perform optimal collision avoidance trajectory is specifically designed. The body of the manipulators is constructed by adding the seventh joint to the body of HP20F manipulators of Yasukawa Electric (China) Co., Ltd. The power of the driving motor is 1200 W, 600 W, 300 W, 120 W, 80 W, 50 W, and 50 W, respectively. The manipulators’ multiaxis real-time control system is based on GUC-800-TPV motion controller of Googol Technology (Shenzhen) Ltd. The control system can communicate with third-party computers via TCP/IP protocol.
The experiment scenario of this paper is shown in Figure 3, which includes the computing platform of the optimal collision avoidance trajectory planning in Figure 3(a) and the execution platform of the optimal collision avoidance trajectory in Figure 3(b). The relative position of the manipulators and the workpiece are the same in the computing platform and the execution platform of the collision avoidance trajectory. We can see some of the grinding areas on the surface of the ceramic billet, and the planned optimal collision avoidance trajectory can be seen in Figure 3(a). The experimental verification process is as follows: Step : through the 3D visual inspection system, the relative position of the manipulators and the workpiece in the processing site are detected from Figure 3(b); Step : after obtaining the relation data of the relative positions mentioned above, the computing platform of Figure 3(a) uses the method proposed in this paper to plan the optimal collision avoidance trajectory; Step : the collision avoidance trajectory data obtained in Step is sent to the actual machining environment in Figure 3(b) via TCP/IP protocol.

(a) The computing platform of the optimal collision avoidance trajectory planning

(b) The execution platform of the optimal collision avoidance trajectory
5.1. Experiments of Optimal Collision Avoidance Trajectory Planning Based on Trajectory Evaluation
Set the Planning time to 8 s, the PlannerID to RRTConnect, and use single-threaded planning. In these experiments: the position of the start point of the selected subtask is , and the orientation is ; the position of the end point is , and the orientation is . After running the algorithm proposed in this paper, 61 sets of collision avoidance trajectories are obtained in 8 s, and different evaluation functions are set as below to find the optimal collision avoidance trajectory.(1)When , , and , the evaluation function of the trajectory is(2)When , , and , the evaluation function of the trajectory is(3)When , , and , the evaluation function of the trajectory is(4)When , , and , the evaluation function of the trajectory is:
The statistical results of the evaluation value for all collision avoidance trajectories using (13)–(16) are shown in Figures 4–7, respectively. In addition, the parameters recorded in Table 1 also include the joint angles such as theta0, theta1, theta2, theta3, theta4, theta5, and theta6, the length of the collision avoidance path, the duration of all joint weights, and the duration of the trajectories above.




5.2. The Analysis of Experimental Results
Through the experiments above, we get the optimal collision avoidance trajectory when setting different trajectory evaluation functions. In this section, we will analyze the results of different trajectory evaluation functions.
When we take , , and in the evaluation function, we expect the shortest collision avoidance trajectory. Now we analyze the characteristics of the collision avoidance trajectory according to the evaluation function set here. From Figure 4, we will find that all the trajectory evaluation values are unequal, and the trajectory of the smallest trajectory evaluation value which can be found is . The trajectory evaluation value corresponding to this trajectory is , and according to (4), we can get . In addition, it can be seen from Table 1 that when , , and , the length of the collision avoidance trajectory is 1044.08 mm. This length is 50.1% shorter than the length of the collision avoidance trajectory obtained when , , and in the trajectory evaluation function, which is a great improvement in trajectory performance over the trajectory length. Executing the collision avoidance trajectory on the redundant manipulators shows that the actual path length is really short. This proves that when the coefficients of the evaluation function are set as , , and , we get the length-optimal collision avoidance trajectory, and the grinding tool of the grinding manipulators can get the shortest moving distance after the trajectory is executed.
When , , and in the evaluation function, we expect to get the collision avoidance trajectory with the least weighted sum of the strokes of all the joints. Now we analyze the characteristics of the collision avoidance trajectory according to the evaluation function set here. From Figure 5, we will find that all the trajectory evaluation values are unequal, and the trajectory of the smallest trajectory evaluation value which can be found is . The trajectory evaluation value corresponding to this trajectory is . According to (4), we can get . In addition, it can be seen from Table 1 that when , , and , the weighted sum of the strokes of all the joints of the collision avoidance trajectory is 0.97886 rad. This value is 38.8% shorter than the weighted sum of the strokes of all the joints of the collision avoidance trajectory obtained when , , and in the trajectory evaluation function, which is a large improvement in trajectory performance over the joint travel. Executing the collision avoidance trajectory on the redundant manipulators shows that the joint drive motor with larger power of the manipulator has less rotation and the joint motor with smaller power has larger rotation. This proves that when the coefficients of the evaluation function are set as , , and , we obtain the collision avoidance trajectory with the least weighted sum of the strokes of all the joints.
When we take , , and in the evaluation function, we expect the shortest duration of the collision avoidance trajectory. Now we analyze the characteristics of the collision avoidance trajectory according to the evaluation function set here. From Figure 6, we will find that all the trajectory evaluation values are unequal, and the trajectory of the smallest trajectory evaluation value which can be found is . The trajectory evaluation value corresponding to this trajectory is , and according to (4), we can get . In addition, it can be seen from Table 1 that when , , and , the duration of the collision avoidance trajectory is 4.9002 s. This duration is 27.6% shorter than the duration of the collision avoidance trajectory obtained when , , and in the trajectory evaluation function, which is a big improvement in trajectory performance over the trajectory duration. Executing the collision avoidance trajectory on the redundant manipulators shows that the actual trajectory duration is really short. This proves that when the coefficients of the evaluation function are set as , , and , we get the collision avoidance trajectory with the least duration.
When we take , , and in the evaluation function, we expect the integrated optimal collision avoidance trajectory. Now we analyze the characteristics of the collision avoidance trajectory according to the evaluation function set here. From Figure 7, we will find that all the trajectory evaluation values are unequal, and the trajectory of the smallest trajectory evaluation value which can be found is . The trajectory evaluation value corresponding to this trajectory is , and according to (4), we can get . In addition, it can be seen from Table 1 that when , , and , the length of collision avoidance trajectory is 1155.9 mm, the weighted sum of all joint travels is 0.99378 rad, and the duration is 5.4983 s. The length of collision avoidance trajectory is 44.8% shorter than that of , , and in the trajectory evaluation function. The weighted sum of the strokes of all the joints is 37.9% shorter than that of , , and in the trajectory evaluation function, and the duration was 18.8% shorter than the duration of collision avoidance trajectories obtained when , , and in the trajectory evaluation function. Performing the collision avoidance trajectory on the redundant manipulators shows that its overall performance is the best. This proves that when the coefficients of the evaluation function are set as , , and , we get the integrated optimal collision avoidance trajectory.
6. Discussion
This section discusses some properties of the proposed optimal collision avoidance trajectory planning method, including the influence of the set replanning time on the optimal trajectory; the statistical law of the parameters in the collision avoidance trajectory.
In order to obtain the effect of replanning time on the relevant parameters in the collision avoidance trajectory and the characteristics of these parameters, we set the planning time as 1 s, 2 s, 3 s, 4 s, 5 s, 6 s, 7 s, and 8 s, use RRTConnect as the collision avoidance path planner, employ TRAC-IK to calculate the inverse kinematics solver, and repeat 20 times the algorithm above with a single thread.
6.1. The Impact of Replanning Time on the Optimal Trajectory
The relationship between the given planning time and the output number of collision avoidance trajectories is shown in Figure 8. The relationship between the given planning time and the length of the collision avoidance path is shown in Figure 9. The relationship between the given planning time and the weighted sum of the strokes of all joints is shown in Figure 10. The relationship between the given planning time and the duration of the collision avoidance trajectory is shown in Figure 11. Figure 8 shows that the number of collision avoidance trajectories increases linearly as the given planning time increases. Figures 9–11 show that the mean and minimum values of the duration of the collision avoidance trajectories, the length of the collision avoidance path, and the weighted sum of the strokes of all joints of the collision avoidance trajectory have not changed significantly as the given planning time increases. The mean and minimum values of the length of the collision avoidance are stable at around 2553 mm and about 776 mm, respectively. The mean sum of the weighted sums of all joints of the collision avoidance trajectory is about 1.74 rad and 0.79 rad. The mean and minimum values of the duration of the collision avoidance are stable at around 7.34 s and about 4.22 s.




An analyzing of the results above shows that using the collision avoidance trajectory planning method proposed in this paper can greatly improve the performance of the trajectory: the length of the collision avoidance path is 69.6% shorter than the mean length of the randomly generated paths; the weighted sum of the strokes of all the joints is 54.6% less than the mean of the randomly generated collision avoidance trajectories; and the duration of collision avoidance trajectory is 42.5% shorter than the mean duration of randomly generated collision avoidance trajectories.
6.2. The Statistical Laws of the Parameters in the Collision Avoidance Trajectory
Figures 12–14 show the distribution of the collision avoidance path length, the weighted sum of the strokes of all joints, and the duration of the collision avoidance trajectories when given different planning time. From these figures we can find that the parameters above are subject to the normal distribution. The mean distribution can be seen from Figures 9–11, and we can find the specific values of the mean of these parameters in Section 6.1.



7. Conclusion
In this paper, we propose an optimal trajectory planning method which is applied to achieve the automatic planning avoidance trajectory function in the process of grinding ceramic billet surface. The core idea of this approach is to use the evaluation function to evaluate all the collision avoidance trajectories obtained by replanning and return the optimal collision avoidance trajectory to the manipulator.
The experiments show that the proposed optimal avoidance trajectory planner can return the optimal collision avoidance trajectory when the evaluation function is different. The statistical results obtained through a large number of repeated experiments show that the three parameters in the collision avoidance trajectories are subject to the normal distribution, and the influence of the replanning time on the optimal trajectory is not very obvious.
The basis of the optimal avoidance trajectory planning includes the evaluation function of the collision avoidance trajectory and its parameter calculation, the inverse kinematics solver of the redundant manipulators, the collision avoidance path planner, and the collision detection. In this paper, the calculation of the weighted sum of the strokes of all joints in the evaluation function only takes into account the rotation of the joints and does not take into account the moments in rotation process. Therefore, it is necessary to take into account the moment when the energy saving is calculated accurately. The inverse kinematics solver of the redundant manipulators, the collision avoidance path planner, and the collision detection are based on the existing research results. If a higher computational accuracy or computational speed is required, the corresponding better performance algorithm can be selected.
The optimal avoidance trajectory planning method proposed in this paper can meet the task requirements of surface grinding. However, the process of surface grinding is very complicated; it is necessary to consider the dynamics of the manipulator and the dynamic force-position relation of the grinding process. In the future, we will research into the control of the force to make the polished surface meet the demanding process requirements.
Conflicts of Interest
The authors declare that there are no conflicts of interest regarding the publication of this paper.
Acknowledgments
The study was supported by Science and Technology Planning Project of Guangdong Province, China (2016B090912002 and 2015B010919001), and the National High Technology Research and Development Program of China (2013AA041001).