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

Joint simulation is poor #39

Open
nickswalker opened this issue Sep 16, 2021 · 2 comments · May be fixed by #40
Open

Joint simulation is poor #39

nickswalker opened this issue Sep 16, 2021 · 2 comments · May be fixed by #40

Comments

@nickswalker
Copy link

Here's a video of how the current simulation behaves when trying to pick up a coke can:
https://drive.google.com/file/d/145Gu7RzlPUGtJEBlLAHFDucbPxuanf0W/view?usp=sharing
(A solid antipodal grasp causes large forces in the gripper and the object. The object pops out of the gripper and the robot shudders).

This behavior is due to the incomplete specification of the simulated motor controller parameters. Without gains, no actual simulation of the joints is occurring. Instead, the default gazebo hardware plugin is ignoring dynamics and forcing the joints into the target positions.

I have a near-complete patch that resolves this behavior, but I haven't had luck stabilizing the wheel joints. I'm happy to start a PR with these changes (and maybe someone with more Gazebo expertise can figure out what's going on with the wheels!), but the plausible simulation may disrupt use cases that depend on the current behavior, so I thought it would be good to encourage discussion from any other simulation users first.

@hello-binit
Copy link
Contributor

Thank you @nickswalker for filing this issue and starting on a patch! @vatanaksoytezer is the author of much of the Stretch Gazebo, so he would have the best idea on what could be causing issues with the simulated wheels.

@vatanaksoytezer
Copy link
Contributor

Hello @nickswalker, thanks a lot for the issue!

I have a near-complete patch that resolves this behavior, but I haven't had luck stabilizing the wheel joints. I'm happy to start a PR with these changes (and maybe someone with more Gazebo expertise can figure out what's going on with the wheels!), but the plausible simulation may disrupt use cases that depend on the current behavior, so I thought it would be good to encourage discussion from any other simulation users first.

If you can send a PR, we can move the discussions to it and stabilize the grasping behavior as quickly as possible, as this should be a core feature we would like to have.

@nickswalker nickswalker linked a pull request Sep 17, 2021 that will close this issue
@hello-binit hello-binit linked a pull request Sep 18, 2021 that will close this issue
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

Successfully merging a pull request may close this issue.

3 participants