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

Objects are spinning on the spot #4

Open
homerAtUniKoblenz opened this issue Mar 8, 2021 · 4 comments
Open

Objects are spinning on the spot #4

homerAtUniKoblenz opened this issue Mar 8, 2021 · 4 comments

Comments

@homerAtUniKoblenz
Copy link

Hey,

we are experiencing the issue that objects in the simulator are spinning on their own. The smaller/lighter the object the faster they spin.
Video recording of the behaviour: https://cloud.uni-koblenz.de/s/PKAapcNapByiJsy

Is this a known issue?

Thanks
Team Homer@UniKoblenz

@yosuke
Copy link
Member

yosuke commented Mar 9, 2021

Hi,
Thank you for the feedback.
That is one of the biggest problems we have in the current version.
The small object on the table or the floor is bouncing and we have to adjust the bounce and friction parameters to fix this problem, but we still not find a good parameter yet.
We will let you know once it is fixed.

@yosuke yosuke transferred this issue from hsr-project/tmc_wrs_docker Apr 5, 2021
@yosuke
Copy link
Member

yosuke commented Apr 5, 2021

This describes the same problem:

https://answers.gazebosim.org//question/21944/banana-rotates-by-itself-in-gazebo-i-dont-know-why/

Things worth try:

@yosuke
Copy link
Member

yosuke commented Apr 6, 2021

Looks like adding these contact parameters will do the job.

        <surface>
            <contact>
                <ode>
                    <kp>1e15</kp>
                    <kd>1e13</kd>
                </ode>
            </contact>
        </surface>

@yosuke
Copy link
Member

yosuke commented Apr 6, 2021

Done updating Docker image.

This problem should be fixed now by docker-compose pull

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