@@ -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//
514514message 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//
549549message 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//
600600message 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 ;
0 commit comments