Skip to content

Commit 8fb64c1

Browse files
thomassedlmayerpmai
authored andcommitted
Add note tags to coordinate system descriptions
Signed-off-by: Thomas Sedlmayer <tsedlmayer@pmsfit.de>
1 parent 6b47614 commit 8fb64c1

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

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-
// 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
@@ -96,7 +96,7 @@ message DetectedItemHeader
9696
// The parent frame of a detected stationary object is the virtual sensor
9797
// coordinate system.
9898
//
99-
// The virtual sensor coordinate system is relative to the vehicle coordinate
99+
// /note The virtual sensor coordinate system is relative to the vehicle coordinate
100100
// system which has its origin in the center of the rear axle of the ego
101101
// vehicle. This means if virtual sensor mounting position and orientation are
102102
// set to (0,0,0) the virtual sensor coordinate system coincides with the
@@ -187,7 +187,7 @@ message DetectedStationaryObject
187187
// The parent frame of a detected moving object is the virtual sensor coordinate
188188
// system.
189189
//
190-
// The virtual sensor coordinate system is relative to the vehicle coordinate
190+
// /note The virtual sensor coordinate system is relative to the vehicle coordinate
191191
// system which has its origin in the center of the rear axle of the ego
192192
// vehicle. This means if virtual sensor mounting position and orientation are
193193
// 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-
// 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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ package osi3;
1313
//
1414
// \image html OSI_DetectedTrafficLight.svg
1515
//
16+
// One detected traffic light message defines a single 'bulb' and not a box of
17+
// several bulbs, e.g. red, yellow, green are three separate detected traffic
18+
// lights.
19+
//
1620
// The parent frame of a detected traffic light is the virtual sensor coordinate
1721
// system.
1822
//
19-
// The virtual sensor coordinate system is relative to the vehicle coordinate
23+
// /note The virtual sensor coordinate system is relative to the vehicle coordinate
2024
// system which has its origin in the center of the rear axle of the ego
2125
// vehicle. This means if virtual sensor mounting position and orientation are
2226
// set to (0,0,0) the virtual sensor coordinate system coincides with the
2327
// vehicle coordinate system.
2428
//
25-
// One detected traffic light message defines a single 'bulb' and not a box of
26-
// several bulbs, e.g. red, yellow, green are three separate detected traffic
27-
// lights.
28-
//
2929
message DetectedTrafficLight
3030
{
3131
// Common information of one detected item.

osi_detectedtrafficsign.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ package osi3;
1616
// The parent frame of a detected traffic sign is the virtual sensor coordinate
1717
// system.
1818
//
19-
// The virtual sensor coordinate system is relative to the vehicle coordinate
19+
// \note The virtual sensor coordinate system is relative to the vehicle coordinate
2020
// system which has its origin in the center of the rear axle of the ego
2121
// vehicle. This means if virtual sensor mounting position and orientation are
2222
// 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
@@ -31,7 +31,7 @@ message LogicalDetectionData
3131
// The parent frame of a logical detection is the virtual sensor coordinate
3232
// system specified by \c SensorView::mounting_position .
3333
//
34-
// The virtual sensor coordinate system is relative to the vehicle
34+
// /note The virtual sensor coordinate system is relative to the vehicle
3535
// coordinate system which has its origin in the center of the rear axle of
3636
// the ego vehicle. This means if virtual sensor mounting position and
3737
// orientation are set to (0,0,0) the virtual sensor coordinate system

0 commit comments

Comments
 (0)