- 19 Jan, 2021 2 commits
-
-
Sergi Hernandez authored
The spline class returns maximum length when the is no closest point belonging to the spline. All other classes check the returned length to check for the existance of the closest point.
-
Sergi Hernandez authored
The get_closest*() functions have a new parameter to limit the search to the links belonging to a lane. The parent information no longer includes the length of the link.
-
- 13 Jan, 2021 1 commit
-
-
Sergi Hernandez authored
The links keep the splines to generate the trajectory. Solved a bug with the computation of the curvature for lanes other than the central one.
-
- 10 Jan, 2021 2 commits
-
-
Sergi Hernandez authored
-
Sergi Hernandez authored
Improved Exception report information. clean_references() functions no longer update references.
-
- 08 Jan, 2021 2 commits
-
-
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 node and update its references. Added a function to clean any invalid reference.
-
- 02 Jan, 2021 1 commit
-
-
Sergi Hernandez authored
* A function to get the link ending at a given node. * A function to get the closest link to a point. * A function to get the set to closest points to a given point.
-
- 01 Jan, 2021 1 commit
-
-
Sergi Hernandez authored
-
- 31 Dec, 2020 1 commit
-
-
Sergi Hernandez authored
Got the curvature information to generate the spline for each link.
-
- 22 Dec, 2020 2 commits
-
-
Sergi Hernandez authored
Completed the feature to copy the whole structure and update the references.
-
Sergi Hernandez authored
Added a referecne to the parent road segment in the COpendriveRoadNode class. In the destructor, only the link starting at the current node are deleted to avoid double free.
-
- 18 Dec, 2020 1 commit
-
-
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.
-
- 16 Dec, 2020 1 commit
-
-
Sergi Hernandez authored
Added support to link road segments.
-
- 11 Dec, 2020 1 commit
-
-
Sergi Hernandez authored
TO DO: add the functions to link road segments.
-
- 04 Dec, 2020 1 commit
-
-
Sergi Hernandez authored
-
- 03 Dec, 2020 1 commit
-
-
Sergi Hernandez authored
-