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

Close 10 feet calculation #8

Open
abc1110 opened this issue May 12, 2020 · 0 comments
Open

Close 10 feet calculation #8

abc1110 opened this issue May 12, 2020 · 0 comments

Comments

@abc1110
Copy link

abc1110 commented May 12, 2020

The formula used in the function plot_lines_between_nodes to calculate points which are close to 10 feet is dd = np.where(dist < d_thresh * 6 / 10)
Could you explain this calculation?
Because a different formula is used for ten_feet_violations list
ten_feet_violations = len(np.where(dist_condensed < 10 / 6 * d_thresh)[0])

Thank you!

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

1 participant