@@ -67,7 +67,7 @@ message Vector2d
6767//
6868message Timestamp
6969{
70- // The number of seconds since the start of e.g. the simulation / system /
70+ // The number of seconds since the start of e.g.\ the simulation / system /
7171 // vehicle.
7272 //
7373 // Unit: s
@@ -93,7 +93,7 @@ message Timestamp
9393}
9494
9595//
96- // \brief The dimension of a 3D box, e.g. the size of a 3D bounding box or its
96+ // \brief The dimension of a 3D box, e.g.\ the size of a 3D bounding box or its
9797// uncertainties.
9898//
9999// \image html OSI_Dimension3D.svg
@@ -458,14 +458,14 @@ message BoundingBox
458458 //
459459 TYPE_OTHER = 1 ;
460460
461- // The main structure of an object, e.g. a chassis of a vehicle,
461+ // The main structure of an object, e.g.\ a chassis of a vehicle,
462462 // or the central structure of a building, a tree trunk, etc.
463463 //
464464 TYPE_BASE_STRUCTURE = 2 ;
465465
466- // A protruding, integral part of an object, which is not
467- // temporarily attached, e.g. a tree crown, a light pole arm, or a
468- // parking house gate. The protruding structure is meant to be an
466+ // A protruding, integral part of an object, which is not
467+ // temporarily attached, e.g.\ a tree crown, a light pole arm, or a
468+ // parking house gate. The protruding structure is meant to be an
469469 // additional part to a base structure.
470470 //
471471 TYPE_PROTRUDING_STRUCTURE = 3 ;
@@ -503,7 +503,7 @@ message BoundingBox
503503//
504504message BaseStationary
505505{
506- // The 3D dimensions of the stationary object (bounding box), e.g. a
506+ // The 3D dimensions of the stationary object (bounding box), e.g.\ a
507507 // landmark.
508508 //
509509 // \note The \c #dimension must completely enclose the geometry of the
@@ -516,7 +516,7 @@ message BaseStationary
516516 //
517517 optional Vector3d position = 2 ;
518518
519- // The relative orientation of the stationary object w.r.t. its parent
519+ // The relative orientation of the stationary object w.r.t.\ its parent
520520 // frame, noted in the parent frame. The orientation becomes global/absolute
521521 // if the parent frame is inertial (all parent frames up to ground truth).
522522 //
@@ -600,7 +600,7 @@ message BaseMoving
600600 //
601601 optional Vector3d position = 2 ;
602602
603- // The relative orientation of the moving object w.r.t. its parent frame,
603+ // The relative orientation of the moving object w.r.t.\ its parent frame,
604604 // noted in the parent frame. The orientation becomes global/absolute if
605605 // the parent frame is inertial (all parent frames up to ground truth).
606606 //
@@ -614,7 +614,7 @@ message BaseMoving
614614 //
615615 optional Orientation3d orientation = 3 ;
616616
617- // The relative velocity of the moving object w.r.t. the parent frame,
617+ // The relative velocity of the moving object w.r.t.\ the parent frame,
618618 // noted in the parent frame. The velocity becomes global/absolute if
619619 // the parent frame does is inertial (all parent frames up to ground truth).
620620 //
@@ -623,7 +623,7 @@ message BaseMoving
623623 //
624624 optional Vector3d velocity = 4 ;
625625
626- // The relative acceleration of the moving object w.r.t. its parent frame,
626+ // The relative acceleration of the moving object w.r.t.\ its parent frame,
627627 // noted in the parent frame. The acceleration becomes global/absolute if
628628 // the parent frame is inertial (all parent frames up to ground truth).
629629 //
@@ -635,7 +635,7 @@ message BaseMoving
635635 //
636636 optional Vector3d acceleration = 5 ;
637637
638- // The relative orientation rate of the moving object w.r.t. its parent
638+ // The relative orientation rate of the moving object w.r.t.\ its parent
639639 // frame and parent orientation rate in the center point of the bounding box
640640 // (origin of the bounding box frame), noted in the parent frame.
641641 // The orientation becomes global/absolute if the parent frame is inertial
@@ -652,7 +652,7 @@ message BaseMoving
652652 //
653653 optional Orientation3d orientation_rate = 6 ;
654654
655- // The relative orientation acceleration of the moving object w.r.t. its
655+ // The relative orientation acceleration of the moving object w.r.t.\ its
656656 // parent frame and parent orientation acceleration in the center point of
657657 // the bounding box (origin of the bounding box frame), noted in the parent
658658 // frame. The orientation becomes global/absolute if the parent frame is
0 commit comments