@@ -894,7 +894,7 @@ message MovingObject
894894 // semi-tractor.
895895 // Characteristics compared to a regular trailer are the large size,
896896 // the fact that a large portion of the weight is supported at the
897- // hitch and a large overlap with the towing vehicle, i.e. the
897+ // hitch, and a large overlap with the towing vehicle, i.e. the
898898 // semi-tractor.
899899 //
900900 // \note Corresponds roughly with UNECE [1] category O4.
@@ -915,7 +915,7 @@ message MovingObject
915915 TYPE_SEMITRAILER = 8 ;
916916
917917 // A trailer is a non-motorized vehicle designed for being towed by
918- // a motorized vehicle to carry goods, animals or people.
918+ // a motorized vehicle to carry goods, animals, or people.
919919 //
920920 // \note Corresponds roughly with UNECE [1] category O1 to O3.
921921 //
@@ -937,11 +937,10 @@ message MovingObject
937937
938938 // A motorcycle is a motorized vehicle designed primarily for
939939 // passenger transportation.
940- // Compared to a car, typically fewer passive safety features such
941- // as a full passenger cell are present.
942- // This category includes typical two-wheeled motorcycles, but also
943- // three-wheeled vehicles like motorcycles with side-cars or even
944- // trikes.
940+ // Compared to a car, fewer passive safety features, such as a full
941+ // passenger cell, are typically present.
942+ // This category includes both two-wheeled motorcycles and
943+ // three-wheeled vehicles like motorcycles with side-cars or trikes.
945944 //
946945 // \note Corresponds roughly with UNECE [1] categories L1 to L5.
947946 //
@@ -954,8 +953,9 @@ message MovingObject
954953
955954 // A bicycle is a human-powered or motor-assisted, pedal-driven
956955 // vehicle.
957- // This category includes typical two-wheeled bicycles, but
958- // also cargo-bikes and alike with more than two wheels.
956+ // This category includes typical two-wheeled bicycles as well as
957+ // cargo-bikes and other pedal-driven vehicles with more than two
958+ // wheels.
959959 //
960960 // \note Usually considered as a vulnerable road user.
961961 //
@@ -977,18 +977,18 @@ message MovingObject
977977 // The rail infrastructure may fully or partially overlap with
978978 // public road infrastructure.
979979 // In contrast to trains, trams do not have exclusive right-of-way.
980- // Often as a series of connected vehicles.
980+ // A tram often acts as a series of connected vehicles.
981981 //
982982 TYPE_TRAM = 13 ;
983983
984984 // A train is a vehicle designed for the transport of passengers and
985- // freight on rail infrastructure.
985+ // freight on rail infrastructure.
986986 // The rail infrastructure for trains is mostly grade-separated from
987987 // the public road infrastructure as trains have exclusive
988988 // right-of-way.
989989 // Therefore, in case crossings with the road infrastructure occur,
990990 // the exclusive right-of-way is ensured, e.g. by railway barriers.
991- // Often as a series of connected vehicles.
991+ // A train often acts as a series of connected vehicles.
992992 //
993993 TYPE_TRAIN = 14 ;
994994
@@ -1012,40 +1012,41 @@ message MovingObject
10121012 TYPE_STANDUP_SCOOTER = 17 ;
10131013
10141014 // A micro-mobility device is a small, lightweight vehicle for
1015- // short-distance travel like hoverboards or roller skates.
1016- // While bicycles, stand-up scooters and wheelchairs may technically
1017- // fall into this category, the respective detailed categories shall
1018- // be used instead.
1015+ // short-distance travel, like hoverboards or roller skates.
1016+ // While bicycles, stand-up scooters, and wheelchairs may
1017+ // technically fall into this category, the respective detailed
1018+ // categories shall be used instead.
10191019 //
10201020 // \note Usually considered as a vulnerable road user.
10211021 //
10221022 TYPE_MICROMOBILITY_DEVICE = 18 ;
10231023
1024- // A work- machine is a vehicle designed for specific tasks (e.g.,
1024+ // A work machine is a vehicle designed for specific tasks (e.g.,
10251025 // construction equipment, agricultural tractors, forklifts).
10261026 //
10271027 TYPE_WORK_MACHINE = 19 ;
10281028
10291029 // A watercraft is a vehicle designed for travel on water (boats,
10301030 // ships, etc.).
10311031 //
1032- // \note This category is intentionally unspecific and may be
1033- // detailed out in future versions if use-cases require so .
1032+ // \note This category is deliberately generic and may be refined in
1033+ // future versions as needed .
10341034 //
10351035 TYPE_WATERCRAFT = 20 ;
10361036
10371037 // An aircraft is a vehicle designed for flight through the air
10381038 // (airplanes, helicopters, etc.).
10391039 //
1040- // \note This category is intentionally unspecific and may be
1041- // detailed out in future versions if use-cases require so .
1040+ // \note This category is deliberately generic and may be refined in
1041+ // future versions as needed .
10421042 //
10431043 TYPE_AIRCRAFT = 21 ;
10441044
10451045 // A land vehicle is a vehicle designed for travel on land.
10461046 //
1047- // \note This category is intentionally unspecific and may be
1048- // detailed out in future versions if use-cases require so.
1047+ // \note This category is deliberately generic to include land
1048+ // vehicles that do not fall into other categories and may be
1049+ // refined in future versions as needed.
10491050 //
10501051 TYPE_LAND_VEHICLE = 22 ;
10511052 }
0 commit comments