Skip to content

Commit 5089639

Browse files
Update osi_object.proto
Deleting sentences about coordinate systems, since it is redundant information.
1 parent 2c25478 commit 5089639

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

osi_object.proto

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -844,8 +844,7 @@ message MovingObject
844844
//
845845
message PedestrianClassification
846846
{
847-
// The head pose describes the pedestrian's head orientation. In ground truth / traffic update it is relative to
848-
// the global ground truth frame. In sensordata (detected pedestrians) it is relative to the host vehicle frame.
847+
// The head pose describes the pedestrian's head orientation.
849848
// The x-axis of the right-handed head frame is pointing along the
850849
// pedestrian's straight ahead viewing direction (anterior), the y-axis lateral to the left,
851850
// and the z-axis is pointing upwards (superior) [1].
@@ -862,8 +861,7 @@ message MovingObject
862861
//
863862
optional Orientation3d head_pose = 1;
864863

865-
// The upper body pose describes the pedestrian's upper body orientation. In ground truth / traffic update it is relative to
866-
// the global ground truth frame. In sensordata (detected pedestrians) it is relative to the host vehicle frame.
864+
// The upper body pose describes the pedestrian's upper body orientation.
867865
// The x-axis of the right-handed upper body frame is pointing along the
868866
// pedestrian's upper body ventral (anterior) direction (i.e. usually
869867
// pedestrian's intended moving direction), the y-axis lateral to the left,

0 commit comments

Comments
 (0)