WIP map: De-duplicate lanes on layered MAPEMs
TODO: Actually implement it
This commit is contained in:
parent
fc3581d0d1
commit
166a01b202
1 changed files with 2 additions and 0 deletions
|
|
@ -138,6 +138,8 @@ impl Intersection {
|
|||
self.signal_groups = Self::collect_signal_groups(&self.lanes);
|
||||
self.center = Self::calculate_center(&self.ref_point, &self.lanes);
|
||||
self.is_complete = true;
|
||||
|
||||
// TODO: de-duplicate lanes!
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue