Skip to content

Commit 4317ac8

Browse files
committed
Fix /note to \note
Signed-off-by: Thomas Bleher <thomas.tb.bleher@bmw.de>
1 parent 806dc54 commit 4317ac8

5 files changed

Lines changed: 6 additions & 6 deletions

osi_detectedlane.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ message DetectedLane
5757
// The parent frame of a detected lane boundary is the virtual sensor coordinate
5858
// system.
5959
//
60-
// /note The virtual sensor coordinate system is relative to the vehicle coordinate
60+
// \note The virtual sensor coordinate system is relative to the vehicle coordinate
6161
// system which has its origin in the center of the rear axle of the ego
6262
// vehicle. This means if virtual sensor mounting position and orientation are
6363
// set to (0,0,0) the virtual sensor coordinate system coincides with the

osi_detectedobject.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ message DetectedItemHeader
100100
// The parent frame of a detected stationary object is the virtual sensor
101101
// coordinate system.
102102
//
103-
// /note The virtual sensor coordinate system is relative to the vehicle coordinate
103+
// \note The virtual sensor coordinate system is relative to the vehicle coordinate
104104
// system which has its origin in the center of the rear axle of the ego
105105
// vehicle. This means if virtual sensor mounting position and orientation are
106106
// set to (0,0,0) the virtual sensor coordinate system coincides with the
@@ -194,7 +194,7 @@ message DetectedStationaryObject
194194
// The parent frame of a detected moving object is the virtual sensor coordinate
195195
// system.
196196
//
197-
// /note The virtual sensor coordinate system is relative to the vehicle coordinate
197+
// \note The virtual sensor coordinate system is relative to the vehicle coordinate
198198
// system which has its origin in the center of the rear axle of the ego
199199
// vehicle. This means if virtual sensor mounting position and orientation are
200200
// set to (0,0,0) the virtual sensor coordinate system coincides with the

osi_detectedroadmarking.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ package osi3;
2323
// The parent frame of a detected road marking is the virtual sensor coordinate
2424
// system.
2525
//
26-
// /note The virtual sensor coordinate system is relative to the vehicle coordinate
26+
// \note The virtual sensor coordinate system is relative to the vehicle coordinate
2727
// system which has its origin in the center of the rear axle of the ego
2828
// vehicle. This means if virtual sensor mounting position and orientation are
2929
// set to (0,0,0) the virtual sensor coordinate system coincides with the

osi_detectedtrafficlight.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ package osi3;
2020
// The parent frame of a detected traffic light is the virtual sensor coordinate
2121
// system.
2222
//
23-
// /note The virtual sensor coordinate system is relative to the vehicle coordinate
23+
// \note The virtual sensor coordinate system is relative to the vehicle coordinate
2424
// system which has its origin in the center of the rear axle of the ego
2525
// vehicle. This means if virtual sensor mounting position and orientation are
2626
// set to (0,0,0) the virtual sensor coordinate system coincides with the

osi_logicaldetectiondata.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ message LogicalDetectionData
3535
// The parent frame of a logical detection is the virtual sensor coordinate
3636
// system specified by \c SensorView::mounting_position .
3737
//
38-
// /note The virtual sensor coordinate system is relative to the vehicle
38+
// \note The virtual sensor coordinate system is relative to the vehicle
3939
// coordinate system which has its origin in the center of the rear axle of
4040
// the ego vehicle. This means if virtual sensor mounting position and
4141
// orientation are set to (0,0,0) the virtual sensor coordinate system

0 commit comments

Comments
 (0)