jasonnicholson / LuGre

LuGre friction model in MATLAB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

View LuGre friction model in MATLAB on File Exchange

Reconstruction of the paper: A new model for control systems with friction
By: Canudas de Wit et al., 1995, IEEE Transactions on Automatic Control

I am trying to reconstruct as many figures as possible from the paper above.

Link to the paper: https://ieeexplore.ieee.org/document/376053

There are 2 m-files:

  1. demo2.m

This is the second attempt at reconstructing the paper. Here, I use the built-in MATLAB solver: ode23s, which is designed for a stiff system. Thus, it takes less time to complete the simulation. In order to use MATLAB built-in solver, the problem must be first formalized. Plese see the PDF file here.

  1. demo3.m

This is an additional simulation to demonstrate the friction observer. This is not shown in the paper. Basically, this is a numerical simulation of section V.B, for position control with a unit-step input.

  1. demo4.m

This shows optimally tuned PI and velocity gain without the friction observer. The performance is superior to the friction observer with poorly tuned PI and velocity gains.


Not shown in the paper. Run demo2.

fig1


Not shown in the paper. Run demo2.

fig2


Fig. 3 of the paper. Run demo2.

fig3


Fig. 2 of the paper. Run demo2.

fig4


Fig. 6 of the paper. Run demo2.

fig5


Fig. 4 of the paper. Run demo2.

fig6


Fig. 8 of the paper. Run demo2.

fig6


Not shown in the paper. Run demo3.

fig6


Note that if the PI and velocity gains are optimally tuned, then the performance is better than the friction observer. Rise time is smaller and overshoot is smaller. This model is generally easier to tune. Run demo4.

fig6

About

LuGre friction model in MATLAB


Languages

Language:MATLAB 93.6%Language:M 6.4%