Skip to content

ImpedanceController weight gains interpretation? #52

Answered by keunjun-choi
sageshoyu asked this question in Q&A
Discussion options

You must be logged in to vote

I sincerely apologize for the extremely delayed response—I realize it's been nearly one month. Thank you for your patience.

The impedance controller is designed as follows:

$$ \tau = J^T F $$

where the force $F$ is defined as:

$$ F = -K x - D \dot{x} $$

with

$$ x = \text{log} (T^{-1}T_d) $$

where $T_d$ represents the desired position and orientation in $SE(3)$.

The stiffness and damping matrices are defined as:

$$ K = \text{diag}(k_x, k_y, k_z, k_{\theta_x}, k_{\theta_y}, k_{\theta_z}) $$

$$ D = \sqrt{M} \sqrt{K} + \sqrt{K} \sqrt{M} $$

translation-weight is defined as

$$ \begin{bmatrix} k_x & k_y & k_z \end{bmatrix}^T $$

and

rotation-weight is defined as

$$ \begin{bmatrix} k_{\theta_x}, k…

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
4 replies
@sageshoyu
Comment options

@sageshoyu
Comment options

@keunjun-choi
Comment options

Answer selected by messy-snail
@sageshoyu
Comment options

Comment options

You must be logged in to vote
3 replies
@messy-snail
Comment options

@messy-snail
Comment options

@keunjun-choi
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
4 participants