Skip to content

Commit c08edc0

Browse files
committed
fix(docs): inserted image rotation rate
Signed-off-by: Katrin Mehl <katrin.mehl@parson-europe.com>
1 parent e3fb437 commit c08edc0

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
optional Orientation3d orientation = 7;
499499

500500
// Rotation rate of the wheel.
501+
// The rotation rate around the y-axis with respect to the wheel's coordinate.
501502
//
503+
// \image html OSI_RotationRate.svg
504+
//
502505
// Unit: rad/s.
503506
//
504507
// The sign convention is defined using the right-hand rule.
505508
// It is applied on the y-axis of the vehicle's reference system (center of bounding box).
506509
// Counterclockwise is positive and clockwise is negative.
507510
//
508-
// Insert picture here.
509-
//
510511
optional double rotation_rate = 8;
511512

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

0 commit comments

Comments
 (0)