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

Crossroad mismatches #25

Open
HansBusch opened this issue Aug 19, 2023 · 0 comments
Open

Crossroad mismatches #25

HansBusch opened this issue Aug 19, 2023 · 0 comments

Comments

@HansBusch
Copy link

Took me some time to figure out why samples were wrongly matched to crossroads although the bike continued on the main road.

Not sure why direction filtering has been disabled in AnnotateMeasurements on calling
self.roads = Roads(map_source, d_max=point_way_tolerance, d_phi_max=90, cache_dir=cache_dir)

The direction of 90 in fact disables direction filtering resulting in lots of wrong matches to crossroads. Get much better results with the default 40 degrees.

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