Skip to content

Commit c7167c9

Browse files
paagkame0815-code
authored andcommitted
fix(docs): inserted image rotation rate
Signed-off-by: Katrin Mehl <katrin.mehl@parson-europe.com> Signed-off-by: Schloemicher, Thomas AVL,AT <thomas.schloemicher@avl.com>
1 parent ffee8dd commit c7167c9

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

512512
// Rotation rate of the wheel.
513+
// The rotation rate around the y-axis with respect to the wheel's coordinate.
513514
//
515+
// \image html OSI_RotationRate.svg
516+
//
514517
// Unit: rad/s.
515518
//
516519
// The sign convention is defined using the right-hand rule.
517520
// It is applied on the y-axis of the vehicle's reference system (center of bounding box).
518521
// Counterclockwise is positive and clockwise is negative.
519522
//
520-
// Insert picture here.
521-
//
522523
optional double rotation_rate = 8;
523524

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

0 commit comments

Comments
 (0)