Skip to content
Snippets Groups Projects
Commit c34e4a3f authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Updated the link documentation.

parent 07d97ff3
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ The main features of this class are:
* Provides road mark information between its two road nodes. For lane links this will always be OD_MARK_NONE, but for non-lane links it will correspond to the actual road mark.
* Provides the reference to the parent lane [COpendriveLane](opendrive_lane.md) only for lane links
* Provides the reference to the parent road segment [COpendriveRoadSegment](opendrive_road_segment.md).
* It is possible to find the closest pose (minimum distance) on the link geometry to a given position.
* It is possible to find the closest pose (minimum euclidean distance) on the link geometry to a given position.
* It is possible to generate the actual trajectory (sub-trajectory) defined by the internal geometry (x and y coordinates and optionally the heading).
* It is possible to get the pose and curvature at any point on the link trajectory.
* In case of unexpected errors, this class throws an instance of CException. All other errors are reported to the user.
......
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