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

[3.x] Fix test_body_motion() sometimes failing to extracting collision information #43617

Open
wants to merge 6 commits into
base: 3.x
Choose a base branch
from

Conversation

madmiraal
Copy link
Contributor

3.2 version of #43616,

@madmiraal
Copy link
Contributor Author

Rebased following merge of #42575.

Removes duplicated code, unnecessary loops and unnecessary checks.
Adds missing checks and generates appropriate errors.
To ensure that collision information is extracted and possible motion
is precise, the minimum contact depth must be 0. Therefore, there is no
need for this parameter.
Ensures callback is always called.
Enables callback to control minimum depth checks.
Generate appropriate error messages if it fails.
@madmiraal
Copy link
Contributor Author

Rebased following merge of #43924.

@madmiraal madmiraal requested a review from a team as a code owner March 12, 2021 12:26
Base automatically changed from 3.2 to 3.x March 16, 2021 11:11
@akien-mga akien-mga modified the milestones: 3.2, 3.3 Mar 17, 2021
@akien-mga akien-mga modified the milestones: 3.3, 3.4 Mar 26, 2021
@akien-mga akien-mga changed the title [3.2] Fix test_body_motion() sometimes failing to extracting collision information [3.x] Fix test_body_motion() sometimes failing to extracting collision information Mar 26, 2021
@Chaosus Chaosus modified the milestones: 3.4, 3.5 Nov 8, 2021
@akien-mga akien-mga modified the milestones: 3.5, 3.x Jul 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants