- Jan 10, 2021
-
-
Sergi Hernandez authored
-
Sergi Hernandez authored
Improved Exception report information. clean_references() functions no longer update references.
-
- Jan 09, 2021
-
-
Sergi Hernandez authored
-
Sergi Hernandez authored
-
- Jan 08, 2021
-
-
Sergi Hernandez authored
Added a function to add additional node in unconnected lanes. Solved some bugs.
-
Sergi Hernandez authored
Added functions to create a copy of the lane and update its references. Added a function to clean any invalid reference. Added a function to get the closest point on the lane to a given point.
-
- Jan 01, 2021
-
-
Sergi Hernandez authored
-
Sergi Hernandez authored
-
- Dec 31, 2020
-
-
Sergi Hernandez authored
* New nodes are first linked before adding them to the lane. This avoids using invalid lane end positions. * In the get_start_point() and get_end_point() functions: the lane object address is compared instead of the lane ID. * In the get_start_point() and get_end_point() functions: for left lanes, the last node is used instead of the first one to get the desired point.
-
- Dec 30, 2020
-
-
Sergi Hernandez authored
-
- Dec 22, 2020
-
-
Sergi Hernandez authored
Completed the feature to copy the whole structure and update the references.
-
Sergi Hernandez authored
Added a function to return the length of a lane. Solved a bug with the names of the road marks. Solved a bug when kinking two nodes in the same lane.
-
- Dec 18, 2020
-
-
Sergi Hernandez authored
Road nodes from diferent roads at the same location are fused. Road nodes can belong to multiple lanes: each has a vector of parent lanes and geometries.
-
- Dec 16, 2020
-
-
Sergi Hernandez authored
Added support to link road segments.
-
- Dec 11, 2020
-
-
Sergi Hernandez authored
TO DO: add the functions to link road segments.
-
- Dec 04, 2020
-
-
Sergi Hernandez authored
-
- Dec 03, 2020
-
-
Sergi Hernandez authored
-