Skip to content

Commit 8c21737

Browse files
paagkamepmai
authored andcommitted
fix(docs): added note to rotation rate
Signed-off-by: Katrin Mehl <katrin.mehl@parson-europe.com>
1 parent 3fdd948 commit 8c21737

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

osi_object.proto

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,15 +510,16 @@ message MovingObject
510510

511511
// Rotation rate of the wheel.
512512
// The rotation rate around the y-axis with respect to the wheel's coordinate.
513-
//
514-
// \image html OSI_RotationRate.svg
515513
//
516514
// Unit: rad/s.
517515
//
518516
// The sign convention is defined using the right-hand rule.
519517
// It is applied on the y-axis of the vehicle's reference system (center of bounding box).
520518
// Counterclockwise is positive and clockwise is negative.
521519
//
520+
// \image html OSI_RotationRate.svg
521+
// \note The vehicle's reference coordinate system is only used to determine the sign convention of the rotation rate.
522+
//
522523
optional double rotation_rate = 8;
523524

524525
// Opaque reference of an associated 3D model of the wheel.

0 commit comments

Comments
 (0)