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

Fix diff_drive_skid test #357

Merged
merged 3 commits into from
Sep 17, 2020
Merged

Conversation

azeey
Copy link
Contributor

@azeey azeey commented Sep 17, 2020

A recent update to DART changed the way the slip parameter is implemented. Part of this change removed the small amount of slip each surface had by default. This in turn broke this test because the vehicle would not steer as some amount of slip is needed in the lateral direction. The solution is to lower the coefficient of friction in the lateral direction so the friction in that direction can be overcome by the steering force.

I believe this should also fix test failures on Focal since the DART version used there does not support the slip parameter.

A recent update to DART changed the way the slip parameter is
implemented. Part of this change removed the small amount of slip each
surface had by default. This in turn broke this test because the vehicle
would not steer as some amount of slip is needed in the lateral
direction. The solution is to lower the coefficient of friction in the
lateral direction so the friction in that direction can be overcome by
the steering force.

Signed-off-by: Addisu Z. Taddese <[email protected]>
@azeey azeey added the physics Involves Ignition Physics label Sep 17, 2020
@azeey azeey self-assigned this Sep 17, 2020
@azeey azeey mentioned this pull request Sep 17, 2020
@azeey
Copy link
Contributor Author

azeey commented Sep 17, 2020

Not sure why the GIthub CI Action is not running for this PR.

@chapulina
Copy link
Contributor

Can we update the required ign-physics version to 1.9?

@azeey
Copy link
Contributor Author

azeey commented Sep 17, 2020

Can we update the required ign-physics version to 1.9?

Yup. f9d82ca

@azeey
Copy link
Contributor Author

azeey commented Sep 17, 2020

CI Looks good. The two failing tests are not caused by this PR.

@azeey azeey merged commit fe7b726 into gazebosim:ign-gazebo2 Sep 17, 2020
@azeey azeey deleted the fix_diff_drive_test branch September 17, 2020 22:17
@chapulina chapulina added the 📜 blueprint Ignition Blueprint label Sep 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📜 blueprint Ignition Blueprint physics Involves Ignition Physics
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants