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

gazebo 3.0 ODE screw joint limit error correction term error #1159

Closed
osrf-migration opened this issue Apr 15, 2014 · 5 comments
Closed

gazebo 3.0 ODE screw joint limit error correction term error #1159

osrf-migration opened this issue Apr 15, 2014 · 5 comments
Labels

Comments

@osrf-migration
Copy link

Original report (archived issue) by John Hsu (Bitbucket: hsu, GitHub: hsu).


We introduced an error when refactoring screw constraint in gazebo_3.0,

lin_error was specified in angular form:

        lin_err = -(lin_disp*thread_pitch-cumulative_angle);

but it should be in linear displacements

        lin_err = -(lin_disp-cumulative_angle/thread_pitch);
@osrf-migration
Copy link
Author

Original comment by John Hsu (Bitbucket: hsu, GitHub: hsu).


pull request #1070

@osrf-migration
Copy link
Author

Original comment by John Hsu (Bitbucket: hsu, GitHub: hsu).


without this patch, pr2 model perturbed a certain way will become unstable, as captured in the regression test introduced in pull request #1070.

@osrf-migration
Copy link
Author

Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).


  • changed state from "new" to "resolved"

pull request #1070

@osrf-migration
Copy link
Author

Original comment by Nate Koenig (Bitbucket: Nathan Koenig).


  • set version to "all"

@osrf-migration
Copy link
Author

Original comment by Nate Koenig (Bitbucket: Nathan Koenig).


  • changed state from "resolved" to "closed"

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

No branches or pull requests

1 participant