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

MultiEigenStepperLoop returns position not on surface while components are #3441

Open
andiwand opened this issue Jul 25, 2024 · 4 comments
Open
Assignees
Labels

Comments

@andiwand
Copy link
Contributor

Taking about cylinders... with curved surfaces the MultiEigenStepperLoop can end up reporting being on surface while the position is not because we average in global coordinates which pulls you a bit off surface.

This confuses the navigation and in #3437 results in endlessly trying to target a boundary we are actually sitting on.

I think @asalzburger suggested once to average the components on the surface and then transform to global. Is that possible @benjaminhuth?

Alternatively I can also increase the near limit for now so those intersection would not be seen by the navigator. But ultimately this problem cannot be solved by the navigator itself in my opinion.

@andiwand
Copy link
Contributor Author

The problem can be observed here #3442

Copy link

This issue/PR has been automatically marked as stale because it has not had recent activity. The stale label will be removed if any interaction occurs.

@github-actions github-actions bot added the Stale label Aug 24, 2024
@AJPfleger
Copy link
Contributor

Let's recheck if this is fixed. @andiwand @benjaminhuth

@github-actions github-actions bot removed the Stale label Aug 27, 2024
Copy link

This issue/PR has been automatically marked as stale because it has not had recent activity. The stale label will be removed if any interaction occurs.

@github-actions github-actions bot added the Stale label Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants