Skip to content

Commit eb4e2e1

Browse files
DerBaertigepmai
authored andcommitted
Update the OpenX-Examples to rDNS.
Signed-off-by: Georg Seifert <georg.seifert@carissma.eu>
1 parent 3ae6ec8 commit eb4e2e1

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
lines changed

osi_lane.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ message Lane
5656
// from one or more objects or external references. An example here is the
5757
// reference to the lane defined in a OpenDRIVE map.
5858
//
59-
// For OpenDRIVE 1.6 the items should be set as following:
59+
// For OpenDRIVE the items should be set as following:
6060
// * reference = URI to map, can remain empty if identical with definiton
6161
// in \c GroundTruth::map_reference
62-
// * type = "OpenDRIVE 1.6"
62+
// * type = "net.asam.opendrive"
6363
// * identifier[0] = id of t_road
6464
// * identifier[1] = s of t_road_lanes_laneSection
6565
// * identifier[2] = id of t_road_lanes_laneSection_left_lane,
@@ -752,7 +752,7 @@ message LaneBoundary
752752

753753
// Optional external Reference to the Lane Boundary Source
754754
//
755-
// \note For OpenDRIVE 1.6 there is no direct possibility to reference the
755+
// \note For OpenDRIVE there is no direct possibility to reference the
756756
// RoadMark, as there is no unique identifier in this sub-object.
757757
//
758758
// \note For non-ASAM Standards, it is implementation-specific how

osi_object.proto

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,18 @@ message StationaryObject
4545
// The ExternalReference point to the source of an stationary object, if it
4646
// is derived from an external sources like OpenDRIVE or OpenSCENARIO.
4747
//
48-
// For OpenDRIVE 1.6 the objects should be set as following:
48+
// For OpenDRIVE the objects should be set as following:
4949
// * reference = URI to map, can remain empty if identical with definiton
5050
// in \c GroundTruth::map_reference
51-
// * type = "OpenDRIVE 1.6"
51+
// * type = "net.asam.opendrive"
5252
// * identifier[0] = "object" for t_road_objects_object and
5353
// "bridge" for t_road_objects_bridge
5454
// * identifier[1] = id of t_road_objects_object or t_road_objects_bridge
5555
//
56-
// For OpenSCENARIO 1.0 the entities of the type MiscObject, which describes
56+
// For OpenSCENARIO the entities of the type MiscObject, which describes
5757
// partly stationary objects should be set as following:
5858
// * reference = URI to the OpenSCENARIO File
59-
// * type = "OpenSCENARIO 1.0"
59+
// * type = "net.asam.openscenario"
6060
// * identifier[0] = Entity-Type ("MiscObject")
6161
// * identifier[1] = name of MiscObject in Entity
6262
//
@@ -397,14 +397,14 @@ message MovingObject
397397
// The ExternalReference point to the source of an moving object, if it
398398
// is derived from an external sources like OpenSCENARIO.
399399
//
400-
// For OpenSCENARIO 1.0 the entities of the type Vehicle or Pedestrian,
400+
// For OpenSCENARIO the entities of the type Vehicle or Pedestrian,
401401
// which describes moving objecs should be set as following:
402402
// * reference = URI to the OpenSCENARIO File
403-
// * type = "OpenSCENARIO 1.0"
403+
// * type = "net.asam.openscenario"
404404
// * identifier[0] = Entity-Type ("Vehicle" or "Pedestrian")
405405
// * identifier[1] = name of Vehicle/Pedestrian in Entity
406406
//
407-
// \todo OpenSCENARIO 1.0 currently does not provide an animal type.
407+
// \todo OpenSCENARIO currently does not provide an animal type.
408408
//
409409
// \note For non-ASAM Standards, it is implementation-specific how
410410
// source_reference is resolved.

osi_roadmarking.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@ message RoadMarking
6161
// is derived from one or more objects or external references. An example
6262
// here is the reference to the signal defined in a OpenDRIVE map.
6363
//
64-
// For OpenDRIVE 1.6 the items should be set as following:
64+
// For OpenDRIVE the items should be set as following:
6565
// * reference = URI to map, can remain empty if identical with definiton
6666
// in \c GroundTruth::map_reference
67-
// * type = "OpenDRIVE 1.6"
67+
// * type = "net.asam.opendrive"
6868
// * identifier[0] = id of t_road_signals_signal
6969
//
70-
// \note In OpenDRIVE 1.6 there is also the possibility to define surface
70+
// \note In OpenDRIVE there is also the possibility to define surface
7171
// markings as an object. In this case, the associated object is
7272
// usually referenced within OpenDRIVE using the reference
7373
// t_road_signals_signal_reference, which allows it to be

osi_trafficlight.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ message TrafficLight
4848
// derived from one or more objects or external references. An example here
4949
// is the reference to the signal defined in a OpenDRIVE map.
5050
//
51-
// For OpenDRIVE 1.6 the items should be set as following:
51+
// For OpenDRIVE the items should be set as following:
5252
// * reference = URI to map, can remain empty if identical with definiton
5353
// in \c GroundTruth::map_reference
54-
// * type = "OpenDRIVE 1.6"
54+
// * type = "net.asam.opendrive"
5555
// * identifier[0] = id of t_road_signals_signal
5656
//
5757
// \note For non-ASAM Standards, it is implementation-specific how

osi_trafficsign.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,10 @@ message TrafficSign
163163
// derived from one or more objects or external references. An example here
164164
// is the reference to the signal defined in a OpenDRIVE map.
165165
//
166-
// For OpenDRIVE 1.6 the items should be set as following:
167-
// * reference = URI to map, can remain empty if identical with definiton
166+
// For OpenDRIVE the items should be set as following:
167+
// * reference = URI to map, can remain empty if identical with definition
168168
// in \c GroundTruth::map_reference
169-
// * type = "OpenDRIVE 1.6"
169+
// * type = "net.asam.opendrive"
170170
// * identifier[0] = id of t_road_signals_signal
171171
//
172172
// \note For non-ASAM Standards, it is implementation-specific how

0 commit comments

Comments
 (0)