Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant