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

how to understand the dist? #5

Open
tangjuju opened this issue Oct 28, 2024 · 2 comments
Open

how to understand the dist? #5

tangjuju opened this issue Oct 28, 2024 · 2 comments

Comments

@tangjuju
Copy link

No description provided.

@tangjuju
Copy link
Author

dist = b * (ca.sqrt((c ** 2 / a ** 2 + s ** 2 / b ** 2) * center_vec[0] ** 2 + (s ** 2 / a ** 2 + c ** 2 / b ** 2) *
center_vec[1] ** 2 + 2 * c * s * (1 / a ** 2 - 1 / b ** 2) * center_vec[0] * center_vec[1]) - 1) - safe_dist

@Amourvc
Copy link

Amourvc commented Nov 5, 2024

I'm having the same problem, comparing with formula 7 of the paper, can't understand this formula

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