@@ -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.
0 commit comments