Skip to content

Commit 9a5786a

Browse files
ClemensLinnhoffpmai
authored andcommitted
Fix typos in proto files
Signed-off-by: ClemensLinnhoff <clemens.linnhoff@partner.bmw.de>
1 parent 77587cf commit 9a5786a

13 files changed

+45
-45
lines changed

osi_common.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ message Dimension3d
159159
// \f$ Rotation_{yaw,pitch,roll} =
160160
// Rotation_{yaw}*Rotation_{pitch}*Rotation_{roll} \f$
161161
//
162-
// \f$ vector_{gobal coord system} := Rotation_{yaw, pitch, roll} * vector_{local coord system} +local_{origin::position} \f$
162+
// \f$ vector_{global coord system} := Rotation_{yaw, pitch, roll} * vector_{local coord system} +local_{origin::position} \f$
163163
//
164164
// \attention This definition changed in OSI version 3.0.0. Previous OSI
165165
// versions (V2.xx) had an other definition.
@@ -195,7 +195,7 @@ message Orientation3d
195195
// truth, the identifier of an item (object, lane, sign, etc.) must remain
196196
// stable over its lifetime. \c Identifier values may be only be reused if the
197197
// available address space is exhausted and the specific values have not been in
198-
// use for several timesteps. Sensor specific tracking IDs have no restrictions
198+
// use for several time steps. Sensor specific tracking IDs have no restrictions
199199
// and should behave according to the sensor specifications.
200200
//
201201
// The value MAX(uint64) = 2^(64) -1 =
@@ -250,7 +250,7 @@ message ExternalReference
250250
// The external identifier reference value.
251251
//
252252
// The repeated string is chosen as a common description of the external
253-
// identifier, because a variety of identificatier types could be
253+
// identifier, because a variety of identifier types could be
254254
// involved .
255255
//
256256
// For example, referencing a unique lane in OpenDRIVE requires the

osi_detectedobject.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ message DetectedItemHeader
8080
//
8181
MEASUREMENT_STATE_OTHER = 1;
8282

83-
// Entity has been measured by the sensor in the current timestep.
83+
// Entity has been measured by the sensor in the current time step.
8484
//
8585
MEASUREMENT_STATE_MEASURED = 2;
8686

87-
// Entity has not been measured by the sensor in the current timestep.
87+
// Entity has not been measured by the sensor in the current time step.
8888
// Values provided by tracking only.
8989
//
9090
MEASUREMENT_STATE_PREDICTED = 3;

osi_featuredata.proto

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ message FeatureData
3636
//
3737
// \note Required for ultrasonic sensors: Detections will be send by the
3838
// emitting ultrasonic sensor, including all indirect detections received
39-
// by neighbouring sensors.
39+
// by neighboring sensors.
4040
//
4141
repeated UltrasonicDetectionData ultrasonic_sensor = 4;
4242

@@ -332,7 +332,7 @@ message RadarDetection
332332
//
333333
// \note Unambiguous measurements have the ambiguity ID 0.
334334
//
335-
// \note Multiple seperate detections, from e.g. a large object, do not
335+
// \note Multiple separate detections, from e.g. a large object, do not
336336
// necessarily on their own create any ambiguity. Therefore they do not
337337
// usually share an ambiguity ID. They can however be ambiguous
338338
// with other detections.
@@ -509,7 +509,7 @@ message UltrasonicDetectionSpecificHeader
509509
//
510510
// \image html OSI_USSensor.svg
511511
//
512-
// \note Direct detecions lies on circles with the sending sensor as centre.
512+
// \note Direct detections lie on circles with the sending sensor as centre.
513513
//
514514
message UltrasonicDetectionData
515515
{
@@ -544,7 +544,7 @@ message UltrasonicDetectionData
544544
//
545545
// \image html OSI_USSensor_direct.svg
546546
//
547-
// \note Direct detecions lies on circles with the sensor as centre.
547+
// \note Direct detections lie on circles with the sensor as centre.
548548
//
549549
message UltrasonicDetection
550550
{
@@ -594,7 +594,7 @@ message UltrasonicDetection
594594
//
595595
// \image html OSI_USSensor_indirect.svg
596596
//
597-
// \note Indirect detecions lies on ellipses with the sending resp. receiving
597+
// \note Indirect detections lie on ellipses with the sending resp. receiving
598598
// sensor in the focal points.
599599
//
600600
message UltrasonicIndirectDetection
@@ -730,7 +730,7 @@ message CameraDetection
730730
//
731731
optional bool shape_classification_background = 5;
732732

733-
// The defined shape is foregroud.
733+
// The defined shape is foreground.
734734
// The probability for this classification is at least
735735
// \c #shape_classification_probability.
736736
//
@@ -856,7 +856,7 @@ message CameraDetection
856856
//
857857
optional bool shape_classification_pedestrian_rear = 26;
858858

859-
// This probability defines the mininimum probability for each selected
859+
// This probability defines the minimum probability for each selected
860860
// shape classification.
861861
//
862862
// \rules
@@ -989,7 +989,7 @@ message CameraDetection
989989
// Allowed number of referenced points: 2 or 3
990990
//
991991
// Allowed number of referenced points = 2: first and third corner of
992-
// the box. Box is alligned horizontal resp. vertical.
992+
// the box. Box is aligned horizontal resp. vertical.
993993
//
994994
// Allowed number of referenced points = 3: first, second and third
995995
// corner of the box. fourth corner is calculated by first+third-second
@@ -1057,7 +1057,7 @@ message CameraPoint
10571057
//
10581058
optional double existence_probability = 1;
10591059

1060-
// Measured point refered by one camera detection given in spherical
1060+
// Measured point referred by one camera detection given in spherical
10611061
// coordinates in the sensor coordinate system.
10621062
//
10631063
optional Spherical3d point = 2;

osi_hostvehicledata.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ message HostVehicleData
144144
//
145145
OPERATING_STATE_BOARDING = 4;
146146

147-
// Entertainment, navigation or similiar systems can be used by the driver.
147+
// Entertainment, navigation or similar systems can be used by the driver.
148148
// The vehicle can not be driven.
149149
// Usually the driver sits in the vehicle before or after a drive.
150150
//

osi_lane.proto

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ message Lane
5858
//
5959
// For example, to reference a lane defined in an OpenDRIVE map
6060
// the items should be set as follows:
61-
// * reference = URI to map, can remain empty if identical with definiton
61+
// * reference = URI to map, can remain empty if identical with definition
6262
// in \c GroundTruth::map_reference
6363
// * type = "net.asam.opendrive"
6464
// * identifier[0] = id of t_road
@@ -209,8 +209,8 @@ message Lane
209209
// cl: center line
210210
// lb: lane boundary
211211
//
212-
// \attention The points desribing the center line must be set in the
213-
// same ordering (ascending or descending) as the points desribing the
212+
// \attention The points describing the center line must be set in the
213+
// same ordering (ascending or descending) as the points describing the
214214
// lane boundaries. Example: If the points are deducted from a map format,
215215
// the order of points is recommended to be in line with the road coordinate
216216
// (e.g. s-coordinate in OpenDRIVE).
@@ -441,7 +441,7 @@ message Lane
441441
//
442442
SUBTYPE_NORMAL = 2;
443443

444-
// A lane that is designated for bicylists.
444+
// A lane that is designated for bicycles.
445445
//
446446
// Since it is not intended to be used for normal automotive
447447
// driving, it should be used in combination with TYPE_NONDRIVING.

osi_logicallane.proto

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ message LogicalLaneBoundary
318318
// - The red area is the area where \c l1 overlaps \c l2. This is recorded in
319319
// #overlapping_lane of \c l1.
320320
//
321-
// As can be seen in the images, the two highlighted lanes are neighbours for
321+
// As can be seen in the images, the two highlighted lanes are neighbors for
322322
// part of their length, but it makes no sense for them to have the same
323323
// reference line, since they diverge significantly.
324324
//
@@ -347,7 +347,7 @@ message LogicalLane
347347
//
348348
// For example, to reference a lane defined in an OpenDRIVE map
349349
// the items should be set as follows:
350-
// * reference = URI to map, can remain empty if identical with definiton
350+
// * reference = URI to map, can remain empty if identical with definition
351351
// in \c GroundTruth::map_reference
352352
// * type = "net.asam.opendrive"
353353
// * identifier[0] = id of t_road
@@ -420,10 +420,10 @@ message LogicalLane
420420
// not required that the reference line has the same direction as the
421421
// driving direction of the lane.
422422
//
423-
// Neighbouring lanes (i.e. lanes that are neighbours and whose directions
423+
// Neighboring lanes (i.e. lanes that are neighbors and whose directions
424424
// do not diverge significantly) are strongly encouraged to reference the
425425
// same ReferenceLine, so that vehicles that are next to each other on
426-
// neighbouring lanes have comparable S positions.
426+
// neighboring lanes have comparable S positions.
427427
//
428428
// The S coordinate of the reference line makes it easy to find e.g. which
429429
// object is next on a lane, using the LogicalLaneAssignment of the
@@ -616,7 +616,7 @@ message LogicalLane
616616
//
617617
TYPE_NORMAL = 2;
618618

619-
// A lane that is designated for bicylists.
619+
// A lane that is designated for bicycles
620620
// Note that biking lanes that cross the road (e.g. on an intersection)
621621
// are also labeled with this type.
622622
//

osi_object.proto

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ message StationaryObject
252252
//
253253
MATERIAL_STONE = 6;
254254

255-
// Glas structure.
255+
// Glass structure.
256256
//
257257
MATERIAL_GLAS = 7;
258258

@@ -609,7 +609,7 @@ message MovingObject
609609
repeated WheelData wheel_data = 7;
610610

611611
// Angle of the steering wheel.
612-
// Zero means the steering wheel is in its center postion, a positive value
612+
// Zero means the steering wheel is in its center position, a positive value
613613
// means the steering wheel is turned to the left and a negative value
614614
// means the steering wheel is turned to the right of the center position.
615615
//
@@ -752,7 +752,7 @@ message MovingObject
752752
// TYPE_MEDIUM_CAR in OSI.
753753
//
754754
// \note Vehicle type classification is a complex area and there are no
755-
// universally recognised standards. As such, the boundaries between some of the
755+
// universally recognized standards. As such, the boundaries between some of the
756756
// OSI vehicle types are not well-defined. It is left to the implementor to
757757
// decide how to distinguish between them and agree that with any applications which
758758
// make use of that specific interface instance. For example, how to distinguish
@@ -782,7 +782,7 @@ message MovingObject
782782

783783
// Vehicle is a medium car.
784784
//
785-
// Definition: Hatchback or sedan with lenght between 4.5 and 5 m.
785+
// Definition: Hatchback or sedan with length between 4.5 and 5 m.
786786
//
787787
TYPE_MEDIUM_CAR = 4;
788788

osi_referenceline.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ message ReferenceLine
5353
// ReferenceLine is a polyline, where the coordinates of points are
5454
// calculated by projection onto the nearest point on the line.
5555
//
56-
// \attention DEPRECATED: Due to the shortcomings documenten below, this
56+
// \attention DEPRECATED: Due to the shortcomings documented below, this
5757
// type will be removed in 4.0.0.
5858
//
5959
TYPE_POLYLINE = 0;

osi_sensorview.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,15 +301,15 @@ message LidarSensorView
301301

302302
// normal to surface angle.
303303
//
304-
// The normal of the transmitted beam to the object, roadmarking etc
304+
// The normal of the transmitted beam to the object, road marking etc
305305
// encounter. \note data is in Lidar coordinate system
306306
//
307307
// Unit: unit vector
308308
//
309309
optional Vector3d normal_to_surface = 5;
310310

311311
// ID of the detected object this reflection is associated to.
312-
// can be used for raytracing debug
312+
// can be used for ray tracing debug
313313
//
314314
// \note ID = MAX(uint64) indicates no reference to an object.
315315
optional Identifier object_id = 6;

osi_streamingupdate.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ package osi3;
2323
//
2424
// \note The receiver of partial streaming update messages can only rely on the
2525
// most up-to-date information at the corresponding timestamp. E.g. omitting
26-
// objects does not indicate static behaviour but it may be sufficient for the
26+
// objects does not indicate static behavior but it may be sufficient for the
2727
// use case to update certain objects at a later point in time.
2828
//
2929
message StreamingUpdate

0 commit comments

Comments
 (0)