Skip to content
Snippets Groups Projects
Commit 59c30bcd authored by Alejandro Lopez Gestoso's avatar Alejandro Lopez Gestoso
Browse files

Fixed wrogn g2_spline link

parent baf39d7f
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ The [COpendriveLane](opendrive_lane.md) object describes a single lane of a road ...@@ -13,7 +13,7 @@ The [COpendriveLane](opendrive_lane.md) object describes a single lane of a road
The [COpendriveRoadNode](opendrive_road_node.md) objects are placed at the locations where the lane starts or places where the geometry changes, and include the connectivity with other adjacent road nodes. Each Link with other road nodes is unidirectional and is described by a [COpendriveLink](opendrive_link.md) object. The [COpendriveRoadNode](opendrive_road_node.md) objects are placed at the locations where the lane starts or places where the geometry changes, and include the connectivity with other adjacent road nodes. Each Link with other road nodes is unidirectional and is described by a [COpendriveLink](opendrive_link.md) object.
The [COpendriveLink](opendrive_link.md) objects include all the geometry information associated with the connection. In this case the geometry is describes as a [G2 spline](../doc/g2_spline.md). The [COpendriveLink](opendrive_link.md) objects include all the geometry information associated with the connection. In this case the geometry is describes as a [G2 spline](g2_splines.md).
The road nodes and the links between them describe the road as a directed graph. The road nodes and the links between them describe the road as a directed graph.
...@@ -56,4 +56,4 @@ This is a work in progress and may suffer some changes and updates, although the ...@@ -56,4 +56,4 @@ This is a work in progress and may suffer some changes and updates, although the
This library provides several examples to demonstrate its use in some simple cases: This library provides several examples to demonstrate its use in some simple cases:
* Load a road description and shown the road description on screen () * Load a road description and shown the road description on screen ()
* Laad a road description and show the * Laad a road description and show the
\ No newline at end of file
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