Skip to content

Commit f0fb10b

Browse files
committed
fix(docs): added note to rotation rate
Signed-off-by: Katrin Mehl <katrin.mehl@parson-europe.com>
1 parent 6f51029 commit f0fb10b

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
@@ -498,15 +498,16 @@ message MovingObject
498498

499499
// Rotation rate of the wheel.
500500
// The rotation rate around the y-axis with respect to the wheel's coordinate.
501-
//
502-
// \image html OSI_RotationRate.svg
503501
//
504502
// Unit: rad/s.
505503
//
506504
// The sign convention is defined using the right-hand rule.
507505
// It is applied on the y-axis of the vehicle's reference system (center of bounding box).
508506
// Counterclockwise is positive and clockwise is negative.
509507
//
508+
// \image html OSI_RotationRate.svg
509+
// \note The vehicle's reference coordinate system is only used to determine the sign convention of the rotation rate.
510+
//
510511
optional double rotation_rate = 8;
511512

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

0 commit comments

Comments
 (0)