CentroEPiaggio / kuka-lwr

Software related to the KUKA LWR 4+: for real and for simulation.
The Unlicense
101 stars 81 forks source link

Do not initialize position with torque in impedance controller #92

Open marcoesposito1988 opened 7 years ago

marcoesposito1988 commented 7 years ago

Since the impedance controller is an EffortController, joint_handles are torque handles; joint_set_point_handles are the position handles.

Initializing the position with the torque (at start probably all zeros) could explain a lot of FRI interpolation errors at startup.