opc-control shaking-bug when moving to the end of the configuration space

Issue #4 resolved
Robert Katzschmann created an issue

opc-control shaking-bug when moving to the end of the configuration space. The current opc controller is causing the puma, pr2 or user models to shake strongly, when you enter the end of the workspace.

Comments (4)

  1. Samir Menon repo owner

    Recent updates have reduced this a lot for the scl example controller. Basically this happens when the system starts going unstable due to the model lagging behind the controller. The solution is to speed up the model update.

    Latest code updates have also sped up the control substantially, so this is not a problem for up to 50dof robots on a decent machine (runs faster than real time).

  2. Samir Menon repo owner

    This is due to a mixture of two things: (a) Workspace limits (b) Tao's Jacobian instabilities.

    Case (a) is better served by a generic workspace limitation module in scl, which may be opened as a separate enhancement.

    Case (b) is going to be resolved by removing tao.

  3. Log in to comment