Skip to content

Commit 64e5221

Browse files
authored
Merge branch 'master' into definition/OSI_8855
2 parents 5610dd8 + 3d576dd commit 64e5221

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

osi_landmark.proto

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ message TrafficSign
2121
// The base parameters of the traffic sign.
2222
//
2323
// The orientation of the bounding box \c TrafficSign::base.orientation is defined as:
24-
// \c BaseStationary::orientation x-axis is the vector from bottom to top of the traffic sign's image.
24+
// \c BaseStationary::orientation z-axis is the vector from bottom to top of the traffic sign's image.
2525
// (Normally it is equal to the ground truth z-axis.)
26-
// \c BaseStationary::orientation z-axis is view normal of the traffic sign's image.
27-
// This z-axis points from the traffic sign's image in the direction from where a 'viewer' could see the traffic sign.
26+
// \c BaseStationary::orientation x-axis is view normal of the traffic sign's image.
27+
// This x-axis points from the traffic sign's image in the direction from where a 'viewer' could see the traffic sign.
2828
optional BaseStationary base = 2;
2929

3030
// The type of the traffic sign.
@@ -47,9 +47,9 @@ message TrafficSign
4747
// The arrow points to right resp. left from the viewpoint of a 'normal standing pedestrian' viewing the traffic sign's arrow.
4848
//
4949
// The definition for left and right:
50-
// Build a fictive coord. system.
50+
// Build a fictive coord. system (right hand coord. system).
5151
// z-axis of the fictive coord. system is equal to the GT z-axis.
52-
// x-axis of the fictive coord. system is like the view normal of the traffic sign (\c TrafficSign::base.orientation z-axis).
52+
// x-axis of the fictive coord. system is like the view normal of the traffic sign (\c TrafficSign::base.orientation x-axis).
5353
// Right: direction of the fictive coord. system's y-axis.
5454
// Left: opposite direction of the fictive coord. system's y-axis i.e. -(y-axis),
5555
//
@@ -950,14 +950,14 @@ message RoadMarking
950950
// The base parameters of the road marking.
951951
//
952952
// The orientation of the bounding box \c RoadMarking::base.orientation is defined as:
953-
// \c BaseStationary::orientation x-axis is the vector from 'bottom' to 'top' of the road marking's image.
953+
// \c BaseStationary::orientation z-axis is the vector from 'bottom' to 'top' of the road marking's (i.e. painted traffic sign) image.
954954
// (Normally it is in the ground truth xy-plain.)
955-
// \c BaseStationary::orientation z-axis is view normal of the traffic sign's image.
956-
// This z-axis points normally to the sky.
955+
// \c BaseStationary::orientation x-axis is view normal of the road markings's image.
956+
// Normally this x-axis points to the sky.
957957
//
958958
// \note In case of a unidirectional valid road marking, if the road marking is assigned to the
959959
// host vehicle lane and the driving direction of the host vehice
960-
// is 'equal' to the \c RoadMarking::base.orientation x-axis than the 'driver' has to regard the road marking.
960+
// is 'equal' to the \c RoadMarking::base.orientation z-axis than the 'driver' has to regard the road marking.
961961
optional BaseStationary base = 2;
962962

963963
// The type of the road marking.

0 commit comments

Comments
 (0)