Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LuGre friction model parameters added #694

Merged
merged 1 commit into from
Dec 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,18 @@
<param name="stiffness"> 1 </param> <!-- stiffness values. If torque control pid has metric_units, measurament units is [Nm/degree] else raw value -->
<param name="damping"> 1 </param> <!-- damping values. If torque control pid has metric_units, measurament units is [Nm/(degree/sec)] else raw value -->
</group>

<group name="LUGRE">
<param name="Km"> 4.3 </param> <!-- motor torque constant [Nm/A] -->
<param name="Kw"> 0.045 </param> <!-- joint viscous friction coefficient [Nm/(rad/s)] -->
<param name="S0"> 2.5 </param> <!-- LuGre model hysteresis stiffness [Nm/rad] -->
<param name="S1"> 0 </param> <!-- LuGre model hysteresis damping [Nm/(rad/s)] -->
<param name="Vth"> 5 </param> <!-- Stribeck friction velocity threshold [rad/s] -->
<param name="Fc_pos"> 3.3 </param> <!-- Coulomb friction constant (positive rotation) [Nm] -->
<param name="Fc_neg"> 3.3 </param> <!-- Coulomb friction constant (negative rotation) [Nm] -->
<param name="Fs_pos"> 7 </param> <!-- Stribeck friction constant (positive rotation) [Nm] -->
<param name="Fs_neg"> 7 </param> <!-- Stribeck friction constant (negative rotation) [Nm] -->
</group>

<!--MY_CUR_CONTROL and MY_SPEED_CONTROL control groups have to be used only with 2FOC boards -->
<group name="MY_CUR_CONTROL">
Expand Down