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

The velocities of the hand joints using Gazebo are not zero when not moving #140

Open
beatrizleon opened this issue Feb 15, 2016 · 1 comment

Comments

@beatrizleon
Copy link
Contributor

These causes that, when planning trajectories for the hand, the trajectories fail with goal velocity tolerance because the desired velocity is zero but the current one is no. I checked and the hand is not stable in gazebo and therefore some of the joints have velocities even when the hand is not moving.

This can be solved increasing the param stopped_velocity_tolerance in the configuration files
but I have seen velocity values for some joints of about 45. Also needs to be changed for the arm as the hand wrist joints are defined there.

@guihomework
Copy link
Contributor

This was detected at our place too, and we used the same workaround. I did not manage to reduce the vibration with parameters tuning such as damping or inertia changes. I think the hand just uses too small inertia compared to the arms. This is an issue in gazebo that is known (huge differences in inertia produce strange behaviors).

maybe you could filter the velocity (this is often vibrations around the correct value) when store in the handlers by the gazebosim as you have control on that plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants