Next Article in Journal
E-Government Development—A Key Factor in Government Administration Effectiveness in the European Union
Next Article in Special Issue
Model-Based Coordinated Trajectory Tracking Control of Skid-Steer Mobile Robot with Timing-Belt Servo System
Previous Article in Journal
Towards Deploying DNN Models on Edge for Predictive Maintenance Applications
Previous Article in Special Issue
Innovation-Superposed Simultaneous Localization and Mapping of Mobile Robots Based on Limited Augmentation
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Neural Adaptive Impedance Control for Force Tracking in Uncertain Environment

Research Institute of Intelligent Control and Systems, Harbin Institute of Technology, Harbin 150001, China
*
Author to whom correspondence should be addressed.
Electronics 2023, 12(3), 640; https://doi.org/10.3390/electronics12030640
Submission received: 15 November 2022 / Revised: 29 December 2022 / Accepted: 24 January 2023 / Published: 27 January 2023
(This article belongs to the Special Issue Design, Dynamics and Control of Robots)

Abstract

:
Torque-based impedance control, a kind of classical active compliant control, is widely required in human–robot interaction, medical rehabilitation, and other fields. Adaptive impedance control effectively tracks the force when the robot comes in contact with an unknown environment. Conventional adaptive impedance control (AIC) introduces the force tracking error of the last moment to adjust the controller parameters online, which is an indirect method. In this paper, joint friction in the robot system is first identified and compensated for to enable the excellent performance of torque-based impedance control. Second, neural networks are inserted into the torque-based impedance controller, and a neural adaptive impedance control (NAIC) scheme with directly online optimized parameters is proposed. In addition, NAIC can be deployed directly without the need for data collection and training. Simulation studies and real-world experiments with a six link rotary robot manipulator demonstrate the excellent performance of NAIC.

1. Introduction

In the last few years, compliant control has been widely used in polishing, assembly, dual-arm coordination, human–robot interaction, and other fields. Classical compliant control methods include hybrid or parallel force/position control, impedance, and admittance control. Compared with the passive compliance with mechanical structures, active compliant control realized within software is applied in a wider field of robotics [1]. Impedance control, as a typical active compliant control method, has been evolving since its first proposal by Hogan in 1985 [2]. In contrast to position-based admittance control, impedance control is a torque-based control method. However, there are usually unknown dynamics such as friction, modeling uncertainties, and external disturbances in robotics system, which can significantly limit the precision of impedance control.
Friction feedforward compensation plays a vital role in robot dynamics control, such as collision detection [3,4] and sensorless kinesthetic teaching [5]. Stribeck [6] is a kind of nonlinear friction effect resulting from friction. Over the past decades, the friction model has evolved from Coulomb/viscous friction to the LuGre model [7,8] and smooth tanh function [9,10]. Both of the latter two methods can overcome the Stribeck effect. The LuGre model is piecewise continuous and therefore non-differentiable, whereas the friction model based on tanh is smooth and can be made a time derivative. Nevertheless, the friction model may also depict natural friction. Alongside the mathematical friction model studied, the joint torque sensor has been designed and utilized to sense the friction in LWR iiwa [11]. In this paper, measured results reveal that the friction torque is not entirely symmetrical concerning the positive and negative directions of the joint motor. Thus, the piecewise continuous LuGre friction model is adopted.
By establishing a virtual mass-spring-damping contact dynamic, classical impedance control can implement force control when the environment is known. In order to track the desired force when the robot is in contact with an unknown environment, adaptive impedance control [12,13] was developed. In [14], the contact force model of the robot end-effector (EE) and the environment were analyzed, and a kind of adaptive impedance control law was proposed. In [15], an adaptive target impedance control scheme for the dual collaborative robotic arm was proposed, such that the controller exhibits different supple behaviors depending on the magnitude of the interaction with the environment. In [16], a discrete robust position control law based on Cartesian impedance control law was discussed, and the control input of the robot manipulator was explicitly converted to joint torque. In [17], a cascaded position–torque control loop for impedance control was designed, and the goal of the adaptive control law was to achieve adaptive assistance based on human force. These methods often achieve the adaptive effect by introducing other terms in the impedance controller but do not update the impedance parameters online.
In addition to the aforementioned adaptive control schemes, some scholars have also used neural networks to implement variable impedance control due to the dramatic increase in computer arithmetic power [18]. Neural network techniques can be applied to both torque-based impedance control and position-based admittance control [19]. In fact, the optimization of controller parameters with neural networks has been widely used. In [20], radius basis network (RBF) is utilized in both position-loop and force-loop to deal with the uncertainties of the manipulator in the grinding task. In [21], PID controller parameters were optimized online with the neural network. Except for neural networks, reinforcement learning has also been studied to design variable impedance control [22]. However, large-scale data acquisition requires expensive human and material resources for most neural networks or reinforcement learning methods.
In this paper, we propose a kind of neural adaptive impedance control to track the desired force when the robot is in contact with an unknown environment. By embedding the neural network into the traditional impedance control, the performance of the controller is improved. Compared to some recent results, the contributions of this study are summarized as follows:
(1)
A kind of adaptive impedance control method based on the neural network is proposed. This method is simple and easy to implement. Although some modern control approaches have also been proposed, their design procedures are more difficult or complex.
(2)
The impedance parameters of the controller are directly adjusted online, which improves the performance of the controller.
(3)
The proposed method can be deployed without any data collection or training process. In addition, its simple structure does not require a large amount of computing resources.
The remainder of this article is organized as follows. The dynamic model of the robot and friction is introduced as preliminaries in Section 2. The neural adaptive impedance control method and stability analysis are given in Section 3. Several simulation scenarios are shown in Section 4, and the real-world experiment is validated in Section 5. Finally, conclusions are presented in Section 6.

2. Preliminaries

The dynamic model of a six degrees of freedom robot can be described as
M ( q ) q ¨ + C ( q , q ˙ ) q ˙ + G ( q ) + τ f ( q , q ˙ ) = τ + τ e x t
where q, q ˙ , and q ¨ R 6 denote the joint position, velocity, and acceleration, respectively; M ( q ) R 6 × 6 is the positive definite inertia matrix; C ( q , q ˙ ) R 6 × 6 is the Coriolis matrix; G ( q ) R 6 represents gravity; τ f ( q , q ˙ ) R 6 is a column vector resulting from joint friction; τ R 6 denotes the joint driving torque; and τ e x t R 6 is the external torque resulting from an external wrench F e x t R 6
τ e x t = J T ( q ) F e x t
where J ( q ) R 6 × 6 represents the Jacobian matrix and symbol T means transpose. Equation (1) shows the dynamic model of the robot in joint space, and it can be transformed to Cartesian space with the Jacobian matrix.
D X ¨ + h + F f = F F e x t
where D = J T M J 1 , and h = J T ( C ( q , q ˙ ) q ˙ + G ( q ) ) D J ˙ J 1 X ˙ ; X R 6 denotes the pose of the end-effector (EE). Dynamic parameters of the robot can be determined from carefully designed identification experiments [23].
The compensation of joint friction plays a pivotal and important role in robot dynamics control. In general, the ith joint friction torques τ f i can be modeled as
τ f i = f c i sgn ( q ˙ ) + f v i q ˙
where sgn ( · ) denotes the sign function, f c i represents the Coulomb friction coefficient, and f v i is the viscous friction coefficient. However, this model does not reflect the actual joint friction at low speeds very well. To solve this problem, the Stribeck effect is introduced in LuGre friction.
τ f i = f a i + ( f b i f a i ) e ( q ˙ i q s i ) 2 sgn ( q ˙ i ) + f v i q ˙ i
where f a i , f b i , q s i , and f v i are parameters to be identified.

3. Neural Adaptive Impedance Control

This section proposes a kind of neural adaptive impedance control law based on backpropagation, and the stability is analyzed.

3.1. Traditional Adaptive Impedance Control Law

The goal of impedance control is to present the robot with a spring-like effect when interacting with the environment. To track the external force in Cartesian space, impedance control law can be designed as
F = D V + h + F f + F e x t V = X ¨ d + M d 1 B d ( X ˙ d X ˙ ) + K ( X d X ) F e x t
where X d R 6 represents the desired trajectory.
Substituting (6) into (3), the target impedance relationship (7) can be obtained.
F e x t = M d E ¨ + B d E ˙ + K d E
where E = X d X represents the position error between desired robot position X d and measured EE position X.
The new impedance function (8) can be acquired by subtracting the desired force F d from F e x t .
F e x t F d = M d E ¨ + B d E ˙ + K d E
The interaction process between the robot and the environment can be recognized as a two-phase control algorithm: the first phase is free-space when the robot is approaching the environment, and the second phase is contact-space control in which the EE is in contact with the environment [16]. In the first phase, the contact force F e x t = 0 . In the second phase, to satisfy the controller’s stability, K d = 0 is set. Adaptive impedance control (AIC) is often used to solve the uncertainty of robot interaction with unknown environments. The traditional AIC law [14] can be designed as
f e x t ( t ) f d ( t ) = m d e ¨ ( t ) + ( b d + Δ b d ( t ) ) e ˙ ( t ) Δ b d ( t ) = b d e ˙ ( t ) Φ ( t ) Φ ( t ) = Φ ( t λ ) + σ f d ( t λ ) f e x t ( t λ ) b d
where λ is the sampling period of the controller and σ is the update rate.
Remark 1.
Without loss of generality, a lowercase letter indicates one of the corresponding uppercase letters in (9) and similarly hereinafter. For example, m d is an element on the main diagonal of matrix M d R 6 × 6 , and f d is an element of the vector F d R 6 × 1 .

3.2. Neural Adaptive Impedance Control

Integrating the three equations in (9) yields
f e x t ( t ) f d ( t ) = m d e ¨ ( t ) + b d e ˙ ( t ) + b d Φ ( t λ ) + σ [ f d ( t λ ) f e x t ( t λ ) ]
Unlike classic impedance control, the error between the desired force and the environment force at the last moment is explicitly introduced into the adaptive impedance control law (10). In addition, the sum of the desired and environmental force errors for the last time is also included in (10), which can be considered an integral action. The parameters m d , b d , and σ do not change, which limits its adaptive capability. This is an indirect method of optimizing the controller parameters.
Because of the nonlinear fitting ability and adaptive features, neural networks have been widely used in the design of adaptive controllers. Figure 1 shows the neural adaptive impedance controller (NAIC) we proposed. Let e f ( t ) = f e x t ( t ) f d ( t ) denote the error between the desired force and environment force. Therefore, a neural adaptive impedance controller based on backpropagation is proposed. This network is designed skillfully. The input layer has four neurons corresponding to e ¨ , e ˙ , Φ ( t λ ) , and e f ( t λ ) . The hidden layer has three neurons, and the output layer has one neuron. This gives exactly three neuron weights from the hidden layer to the output layer, which is consistent with the number of impedance parameters. The output of the neural adaptive impedance controller is e f ( t ) , and the weights of the output layer are the parameters of the NAIC.
Let f i denote the output of the ith neuron in the hidden layer. The relationship from input layer to hidden layer can be described as in (11):
f 1 f 2 f 3 = 1 0 0 0 0 1 1 0 0 0 0 1 e ¨ e ˙ Φ ( t λ ) e f ( t λ )
Let w i m d , b d , σ ( i = 1 , 2 , 3 ) represent the weight of the ith neuron in the hidden layer to the output layer. Therefore, the impedance parameters are denoted with the weight of the neural network. The mapping relationship from the hidden layer to the output layer is shown in (12):
e f ( t ) = i = 1 3 w i f i
The loss function is selected as
L = 1 2 e f 2
The derivative of the loss function with respect to the output neuron weights can be obtained by utilizing the chain rule of derivatives.
L w i = L e f · e f w i = e f · f i
Finally, the update law of the output weight is
w i ( t ) = w i ( t λ ) + Δ w i ( t ) = w i ( t λ ) γ L ( t ) w i ( t ) 0 γ 2 i = 1 3 f i 2 ( t ) i = 1 3 f i 4 ( t )
where γ is the learning rate. Obviously, when γ = 0 , NAIC will be reduced to a classical adaptive impedance controller.
Theorem 1.
Based on the classical adaptive impedance controller (9), the NAIC is asymptotically stable with the parameters update law (12)∼(15).
Proof of Theorem 1 .
In order to stabilize the system with the NAIC, the Lyapunov stability theorem is used here. The Lyapunov function is defined as
V ( t ) = 1 2 e f 2 ( t )
Thus, the change of the Lyapunov function is
Δ V ( t ) = Δ V ( t + λ ) Δ V ( t ) = 1 2 ( e f 2 ( t + λ ) e f 2 ( t ) )
According to the NAIC structure shown in Figure 1, (18) can be obtained by utilizing Taylor expansion.
Δ e f ( t ) = e f ( t + λ ) e f ( t ) = i = 1 3 e f ( t ) w i ( t ) Δ w i ( t )
From (12), one has
e f ( t ) w i ( t ) = f i ( t )
Based on the back-propagation update law (15), we have
Δ w i ( t ) = γ L w i ( t ) = γ e f ( t ) f i ( t )
Substituting (18)∼(20) into (17), yields
Δ V ( t ) = 1 2 e f ( t + λ ) + e f ( t ) e f ( t + λ ) e f ( t ) = e f ( t ) + 1 2 Δ e f ( t ) Δ e f ( t ) = e f ( t ) i = 1 3 f i ( t ) γ e f ( t ) f i ( t ) + 1 2 i = 1 3 f i ( t ) γ e f ( t ) f i ( t ) 2 = γ e f 2 ( t ) i = 1 3 f i 2 ( t ) + 1 2 γ 2 e f 2 ( t ) i = 1 3 f i 4 ( t ) = γ e f 2 ( t ) i = 1 3 1 2 γ f i 4 ( t ) f i 2 ( t )
According to the Lyapunov stability theorem, only if Δ V ( t ) 0 in any sampling time t will the stability of the system with NAIC be guaranteed. In (21), γ 0 , e f 2 ( t ) 0 , and f i 2 ( t ) 0 . Therefore, one can conclude the sufficient condition for Δ V ( t ) 0 is that learning rate γ satisfies (15). □

4. Simulation Studies

In this section, the proposed control algorithm is tested by simulating the tracking performance with a six degrees of freedom collaborative robot manipulator JK5. The simulation environment is based on open source physics engine MuJoCo. The simulation can be regarded as a two-phase motion: the first phase is free-space when the robot moves towards the environment, and the second phase is the robot contact-phase in which the EE is in contact with the environment.

4.1. Flat Surface Tracking

In this simulation, the environment is set as a flat plane, shown in Figure 2. When the robot is in contact with the environment, the control objective is force tracking in the z-direction. The height of the flat surface is set as x e n v = 0.08 m. It is easy to know that x ˙ e n v = x ¨ e n v = 0 . In the free-space phase, f e x t = 0 , M d = I R 6 , B d = diag 500 , 500 , 40 , 500 , 500 , 500 , and K d = diag 500 , 500 , 50 , 1000 , 1000 , 1000 . In the contact-phase, the initial desired contact force is set as f d = 10 N, and after 3000 frames the desired contact force is f d = 20 N. In this phase, initial impedance control parameters are selected as M d = I , B d = diag 500 , 500 , 40 , 500 , 500 , 500 , and K d = diag 100 , 100 , 0 , 1000 , 1000 , 1000 . When the robot is in contact with the environment, the Z-directional stiffness parameter k d is set to 0.
In Figure 2, the robot is in contact with the flat surface at t = 0.7 s, and the external force tries to track the desired force f d = 10 N. When t = 3 s, the desired force suddenly changes to 20 N. Simulation results show that both NAIC and AIC can track the desired force, but NAIC converges faster and with less oscillation than AIC.
Consider a case of environmental variable impedance: assume that the stiffness in the plane is variable. By abruptly changing the surface stiffness k e (N/m) as (22), simulation results are shown in Figure 3.
k e = 2000 , 0 t < 2 5000 , 2 t < 4 2000 , 4 t < 5
Figure 3 illustrates that in the case of unknown environment stiffness, NAIC still exhibits excellent performance compared to AIC if the environment stiffness changes abruptly. When t = 2 s, the surface stiffness suddenly changes from 2000 N/m to 5000 N/m, and the NAIC quickly converges to the expected force, whereas the AIC oscillates substantially for some time.

4.2. Slope Surface Tracking

Another simulation was carried out for the slope-shaped environment, as shown in Figure 4a. Compared with flat surface simulation, x ˙ e n v 0 m/s and x ¨ e n v = 0 m/s2 when the robot is in contact with the environment. The desired force is set to 10 N, and the initial damping parameter in the Z-direction is 40 N·s/m for both NAIC and AIC.
Simulation results in Figure 4b–d illustrate that the robot is in contact with the environment at Z = 0.124 m since t = 0.621 s. For both NAIC and AIC, the contact force successfully tracks the desired force. However, in the contact phase, the damping parameter is adaptively adjusted under NAIC and allows the contact force to track more quickly and smoothly than the AIC to the desired force.

5. Experimental Studies

This section uses a real-world collaborative robot JK5 with six rotational joints. The load of JK5 is 5 kg, and the control frequency is 1 kHz. The rated torque of the first three joints of JK5 is 27.27 Nm and of the last three joints is 192.39 Nm.

5.1. Friction Compensation

Joint friction compensation must be performed for a real robot arm to have excellent control results. According to the friction model in (5), the joint friction is a function of the angular velocity q ˙ . Equation (1) shows that the gravity torque is related to the joint position q. In the experiment, the initial position of the robot is zero position. The six joints of the robot are controlled to move sequentially at different speeds within a certain range. The velocity, joint angle, and the corresponding torque of each joint are measured. The joint friction moments can be obtained by subtracting the gravity torque from the measured torque. Taking the sixth joint as an example, the measured velocity and angle are shown in Figure 5.
By calculating the mean value of each set of measured velocities and the mean value of the friction torque, the relationship between them can be plotted, as shown in Figure 6. The friction is modeled in (5) by uniformly considering the joint speed for both positive and negative. However, the measured results in Figure 6 show that the friction torque is related to the positive and negative joint rotation.
According to the friction model (5) and measured data in Figure 6, the identified parameters are listed in Table 1. In Table 1, the symbols + and - indicate the movement of the joint in the positive ( q ˙ > 0 ) and negative ( q ˙ < 0 ) directions, respectively. The unit of f a i and f b i is Nm, and the unit of f v i is Ns.

5.2. Real-World Experiment

5.2.1. Fixed Contact Point Force Tracking

After the identification of joint friction and feedforward compensation, the real-world experiment with a flat foam surface shown in Figure 7 was conducted to demonstrate the performance of our method. ATI mini45 is a six-dimensional force/torque sensor and can acquire data at frequencies up to 7 kHz.
In the experiment, the desired position is the height of the flat foam surface, which is 0.3813 m in the robot base frame. The desired force in the contact phase is set as −10 N. The robot arm moves from the start point 0.538 m and contacts with the flat foam at t = 2.826 s. In the contact phase, the robot is controlled by NAIC to track the desired force, and the result depicts that NAIC works well in this task.
Because the end is a rod rather than a ball [14], the robot will struggle to move in the x/y direction if the contact force is relatively large.

5.2.2. Force Tracking under an Unknown Environment

In this experiment, the environment consists of an acrylic plate and foam (see Figure 8a). It is obvious that the stiffness of the two materials is different. Therefore, this experimental setup can be used to simulate the interaction between the robot and the unknown environment.
As shown in Figure 8b, the robot is in contact with the hard acrylic plate with greater stiffness at t = 3.327 s, and a sudden impact is produced. The contact force converges to the desired force 3 N before t = 4.756 s. In Figure 8c, the robot moves to the soft foam plate with smaller stiffness. Due to a sudden change in environmental stiffness, the contact force also undergoes a sudden change. Subsequently, the contact force tracks the desired force well under the action of NAIC, as shown in Figure 8f.

6. Conclusions

In this study, a new kind of adaptive impedance control is presented. The neural network is embedded into the classical adaptive impedance controller to optimize the parameters directly. Consistent with previous studies of adaptive impedance control law, NAIC can also track the contact force under an unknown environment. However, it must be pointed out that our method can explicitly adjust the impedance parameters online. NAIC can be deployed directly without data collection and training. Simulation proved that the parameter of the NAIC was updated online in the contact phase. NAIC is excellent for tracking the desired force with a sudden change and works better than AIC when the environment stiffness is abruptly changed. Due to friction feedforward compensation, real-world experiments can also achieve the desired force tracking. In subsequent work, we will consider the possibility of migrating the method to other network architectures.

Author Contributions

Conceptualization: H.A.; Formal analysis: H.A. and W.L.; Software: C.Y. and Z.Y.; validation, H.A., C.Y. and Z.Y.; Writing—original draft, H.A. and W.L.; Writing—review and editing, H.A., W.L. and Z.Y. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported in part by the National Natural Science Foundation of China under Grant 61973099.

Data Availability Statement

Not applicable.

Acknowledgments

The authors are thankful to the anonymous reviewers whose comments helped us improve the paper.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Schumacher, M.; Wojtusch, J.; Beckerle, P.; von Stryk, O. An introductory review of active compliant control. Robot. Auton. Syst. 2019, 119, 185–200. [Google Scholar] [CrossRef]
  2. Hogan, N. Impedance Control: An Approach to Manipulation: Part I—Theory. J. Dyn. Syst. Meas. Control 1985, 107, 1–7. [Google Scholar] [CrossRef]
  3. De Luca, A.; Albu-Schaffer, A.; Haddadin, S.; Hirzinger, G. Collision detection and safe reaction with the DLR-III lightweight manipulator arm. In Proceedings of the 2006 IEEE/RSJ International Conference on Intelligent Robots and Systems, Beijing, China, 9–15 October 2006; pp. 1623–1630. [Google Scholar]
  4. Huang, S.; Gao, M.; Liu, L.; Chen, J.; Zhang, J. Collision Detection for Cobots: A Back-Input Compensation Approach. IEEE/ASME Trans. Mechatron. 2022, 27, 1–12. [Google Scholar] [CrossRef]
  5. Capurso, M.; Ardakani, M.M.G.; Johansson, R.; Robertsson, A.; Rocco, P. Sensorless kinesthetic teaching of robotic manipulators assisted by observer-based force control. In Proceedings of the 2017 IEEE International Conference on Robotics and Automation (ICRA), Singapore, 29 May 2017–3 June 2017; pp. 945–950. [Google Scholar]
  6. Armstrong-Hélouvry, B.; Dupont, P.; De Wit, C.C. A survey of models, analysis tools and compensation methods for the control of machines with friction. Automatica 1994, 30, 1083–1138. [Google Scholar] [CrossRef]
  7. Canudas de Wit, C.; Olsson, H.; Astrom, K.; Lischinsky, P. A new model for control of systems with friction. IEEE Trans. Autom. Control 1995, 40, 419–425. [Google Scholar] [CrossRef] [Green Version]
  8. Freidovich, L.; Robertsson, A.; Shiriaev, A.; Johansson, R. LuGre-Model-Based Friction Compensation. IEEE Trans. Control Syst. Technol. 2010, 18, 194–200. [Google Scholar] [CrossRef]
  9. Makkar, C.; Dixon, W.; Sawyer, W.; Hu, G. A new continuously differentiable friction model for control systems design. In Proceedings of the 2005 IEEE/ASME International Conference on Advanced Intelligent Mechatronics, Monterey, CA, USA, 24–28 July 2005; pp. 600–605. [Google Scholar] [CrossRef]
  10. Yao, J.; Deng, W.; Jiao, Z. Adaptive Control of Hydraulic Actuators With LuGre Model-Based Friction Compensation. IEEE Trans. Ind. Electron. 2015, 62, 6469–6477. [Google Scholar] [CrossRef]
  11. Albu-Schäffer, A.; Haddadin, S.; Ott, C.; Stemmer, A.; Wimböck, T.; Hirzinger, G. The DLR lightweight robot: Design and control concepts for robots in human environments. Ind. Robot. Int. J. 2007, 34, 376–385. [Google Scholar] [CrossRef] [Green Version]
  12. Keemink, A.Q.; van der Kooij, H.; Stienen, A.H. Admittance control for physical human–robot interaction. Int. J. Robot. Res. 2018, 37, 1421–1444. [Google Scholar] [CrossRef] [Green Version]
  13. Muratore, L.; Laurenzi, A.; Tsagarakis, N.G. A self-modulated impedance multimodal interaction framework for human-robot collaboration. In Proceedings of the 2019 International Conference on Robotics and Automation (ICRA), Montreal, QC, Canada, 20–24 May 2019; pp. 4998–5004. [Google Scholar]
  14. Duan, J.; Gan, Y.; Chen, M.; Dai, X. Adaptive variable impedance control for dynamic contact force tracking in uncertain environment. Robot. Auton. Syst. 2018, 102, 54–65. [Google Scholar] [CrossRef]
  15. Ren, Y.; Zhou, Y.; Liu, Y.; Jin, M.; Liu, H. Adaptive object impedance control of dual-arm cooperative humanoid manipulators. In Proceedings of the 11th World Congress on Intelligent Control and Automation, Shenyang, China, 29 June–4 July 2014; pp. 3333–3339. [Google Scholar]
  16. Jung, S.; Hsia, T.; Bonitz, R. Force tracking impedance control of robot manipulators under unknown environment. IEEE Trans. Control Syst. Technol. 2004, 12, 474–483. [Google Scholar] [CrossRef]
  17. Liu, L.; Leonhardt, S.; Ngo, C.; Misgeld, B.J. Impedance-controlled variable stiffness actuator for lower limb robot applications. IEEE Trans. Autom. Sci. Eng. 2019, 17, 991–1004. [Google Scholar] [CrossRef]
  18. Li, G.; Yu, J.; Chen, X. Adaptive Fuzzy Neural Network Command Filtered Impedance Control of Constrained Robotic Manipulators With Disturbance Observer. IEEE Trans. Neural Netw. Learn. Syst. 2021, 1–10. [Google Scholar] [CrossRef] [PubMed]
  19. Jung, S.; Hsia, T. Neural network impedance force control of robot manipulator. IEEE Trans. Ind. Electron. 1998, 45, 451–461. [Google Scholar] [CrossRef] [Green Version]
  20. Zhai, A.; Zhang, H.; Wang, J.; Lu, G.; Li, J.; Chen, S. Adaptive neural synchronized impedance control for cooperative manipulators processing under uncertain environments. Robot. Comput.-Integr. Manuf. 2022, 75, 102291. [Google Scholar] [CrossRef]
  21. Cong, S.; Liang, Y. PID-Like Neural Network Nonlinear Adaptive Control for Uncertain Multivariable Motion Control Systems. IEEE Trans. Ind. Electron. 2009, 56, 3872–3879. [Google Scholar] [CrossRef]
  22. Zhang, X.; Sun, L.; Kuang, Z.; Tomizuka, M. Learning Variable Impedance Control via Inverse Reinforcement Learning for Force-Related Tasks. IEEE Robot. Autom. Lett. 2021, 6, 2225–2232. [Google Scholar] [CrossRef]
  23. Fu, Z.; Pan, J.; Spyrakos-Papastavridis, E.; Lin, Y.H.; Zhou, X.; Chen, X.; Dai, J.S. A Lie-Theory-Based Dynamic Parameter Identification Methodology for Serial Manipulators. IEEE/ASME Trans. Mechatron. 2021, 26, 2688–2699. [Google Scholar] [CrossRef]
Figure 1. NAIC structure. The neural network consists of three layers: input layer, hidden layer, and output layer. The input contains e ¨ , e ˙ , Φ ( t λ ) , and e f ( t λ ) . The output is the force error e f ( t ) . The dark blue dashed line denotes the back propagation. The parameters of the AIC are updated with the neural network.
Figure 1. NAIC structure. The neural network consists of three layers: input layer, hidden layer, and output layer. The input contains e ¨ , e ˙ , Φ ( t λ ) , and e f ( t λ ) . The output is the force error e f ( t ) . The dark blue dashed line denotes the back propagation. The parameters of the AIC are updated with the neural network.
Electronics 12 00640 g001
Figure 2. Force tracking simulation in flat surface. (a) Simulation scene. (b) Adaptive effect of damping parameters in the Z-direction. (c) The legend Desired means the environment position, which is 0.08 m. (d) Force tracking result. When t = 3 s, the desired force suddenly changes to f d = 20 N, and the error between EE position and surface height increases.
Figure 2. Force tracking simulation in flat surface. (a) Simulation scene. (b) Adaptive effect of damping parameters in the Z-direction. (c) The legend Desired means the environment position, which is 0.08 m. (d) Force tracking result. When t = 3 s, the desired force suddenly changes to f d = 20 N, and the error between EE position and surface height increases.
Electronics 12 00640 g002
Figure 3. Force tracking with changing environment stiffness. (a) Z position. (b) Contact force tracking. At t = 2 s, the flat surface stiffness increases, and the error between the robot and the surface position is reduced to track the desired force.
Figure 3. Force tracking with changing environment stiffness. (a) Z position. (b) Contact force tracking. At t = 2 s, the flat surface stiffness increases, and the error between the robot and the surface position is reduced to track the desired force.
Electronics 12 00640 g003
Figure 4. Force tracking with the slope surface. (a) Simulation scene. (b) Adaptive effect of damping parameters in the Z-direction. (c) The legend Desired means the environment position. (d) Force tracking result. When t = 0.621 s, the robot is in contact with the slope surface at Z = 0.124 m.
Figure 4. Force tracking with the slope surface. (a) Simulation scene. (b) Adaptive effect of damping parameters in the Z-direction. (c) The legend Desired means the environment position. (d) Force tracking result. When t = 0.621 s, the robot is in contact with the slope surface at Z = 0.124 m.
Electronics 12 00640 g004
Figure 5. This figure shows the measured data of the sixth joint. For clarity, the figure shows the duration of data acquisition is 216.023 s, starting at 339.765 s and ending at 555.788 s. (a) Measured velocity (blue line) from the servo driver is noisy, so median filtering (red line) is required. (b) Measured position from the servo driver. The limitation angle is ± 5 when q ˙ < 0.02 rad/s, and the limitation angle is ± 10 when q ˙ 0.02 rad/s.
Figure 5. This figure shows the measured data of the sixth joint. For clarity, the figure shows the duration of data acquisition is 216.023 s, starting at 339.765 s and ending at 555.788 s. (a) Measured velocity (blue line) from the servo driver is noisy, so median filtering (red line) is required. (b) Measured position from the servo driver. The limitation angle is ± 5 when q ˙ < 0.02 rad/s, and the limitation angle is ± 10 when q ˙ 0.02 rad/s.
Electronics 12 00640 g005
Figure 6. The relationship between friction torque and joint velocity. The dots represent the measured data, and the solid lines indicate the identified results.
Figure 6. The relationship between friction torque and joint velocity. The dots represent the measured data, and the solid lines indicate the identified results.
Electronics 12 00640 g006
Figure 7. This figure shows the real-world experiment with the proposed NAIC method: (a) B denotes the robot base frame, and S is the force sensor frame; S can be obtained by rotating B with 180 around the y-axis; (a,b) demonstrate the motion of the robot. (c,d) are the measured Z-direction position and contact force, respectively.
Figure 7. This figure shows the real-world experiment with the proposed NAIC method: (a) B denotes the robot base frame, and S is the force sensor frame; S can be obtained by rotating B with 180 around the y-axis; (a,b) demonstrate the motion of the robot. (c,d) are the measured Z-direction position and contact force, respectively.
Electronics 12 00640 g007
Figure 8. This figure shows the force tracking under unknown environment with the proposed NAIC method: (ad) are the motion of the robot; (e) depicts the measured position of EE in Z-direction; (f) illustrates the force tracking result. The contact position in the Z-direction is 0.3648 m, and the desired force is 3 N.
Figure 8. This figure shows the force tracking under unknown environment with the proposed NAIC method: (ad) are the motion of the robot; (e) depicts the measured position of EE in Z-direction; (f) illustrates the force tracking result. The contact position in the Z-direction is 0.3648 m, and the desired force is 3 N.
Electronics 12 00640 g008
Table 1. This table shows the identified results of the six joints’ friction parameters in (5).
Table 1. This table shows the identified results of the six joints’ friction parameters in (5).
i f ai + f bi + q si + f vi + RMSE + f ai f bi q si f vi RMSE
141.6317.970.261030.521.25929.9516.980.27155.8110.8796
25.7295.4740.035922.270.23532.9494.4690.196527.480.438
30.54150.68250.00493.7730.07211.1831.3820.0043.4650.1905
42.2542.9230.06603.2080.04393.1113.9160.0362.9840.0714
52.633.5900.00692.8370.08992.6352.8940.0102.8460.0636
61.972.4310.01703.8460.06081.862.4290.0184.0090.0649
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

An, H.; Ye, C.; Yin, Z.; Lin, W. Neural Adaptive Impedance Control for Force Tracking in Uncertain Environment. Electronics 2023, 12, 640. https://doi.org/10.3390/electronics12030640

AMA Style

An H, Ye C, Yin Z, Lin W. Neural Adaptive Impedance Control for Force Tracking in Uncertain Environment. Electronics. 2023; 12(3):640. https://doi.org/10.3390/electronics12030640

Chicago/Turabian Style

An, Hao, Chao Ye, Zikang Yin, and Weiyang Lin. 2023. "Neural Adaptive Impedance Control for Force Tracking in Uncertain Environment" Electronics 12, no. 3: 640. https://doi.org/10.3390/electronics12030640

APA Style

An, H., Ye, C., Yin, Z., & Lin, W. (2023). Neural Adaptive Impedance Control for Force Tracking in Uncertain Environment. Electronics, 12(3), 640. https://doi.org/10.3390/electronics12030640

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

Article Metrics

Back to TopTop