Skip to content
Snippets Groups Projects
Commit f5c6b854 authored by Jean-Marie Favreau's avatar Jean-Marie Favreau
Browse files

les voies le long des places ne sont pas fusionnées

parent b1b422b7
No related branches found
No related tags found
No related merge requests found
__version__ = '0.1.21'
__version__ = '0.1.22'
......@@ -13,6 +13,8 @@ class LaneDescription:
return False
if self.name != bd.name:
return False
if self.name.lower().startswith("place") or self.name.lower().startswith("square"):
return False
if u.Util.angular_distance(self.angle, bd.angle) < angle_similarity:
return True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment