Skip to content

Releases: auralius/LuGre

For MATLAB File Exchange

25 Jul 15:16
Compare
Choose a tag to compare
4.0

Resolving conflicts

Friction compensator

15 Jan 12:55
Compare
Choose a tag to compare

See demo3.m
A friction compensator has been implemented as in section V.B of the paper.

With MATLAB built-in solver

30 Dec 02:05
Compare
Choose a tag to compare

There is a new m-file: demo2.m, where now I use MATLAB built-in solver. Thus, the simulation becomes faster. Please see problem_formalization.pdf to understand the formalization of the problem such that it can be put into MATLAB built-in solver.

problem_formalization.pdf

1.0

27 Dec 06:41
6957908
Compare
Choose a tag to compare
1.0

The integration method that we use to compute the motion of the simulated mass is a simple Euler. Since the system is very stiff, we need a very high sampling rate. Next release, we have to reformulate the system in a formal form that MATLAB can understand and use the built-in ode solvers provided by MATLAB.