We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3fb437 commit c08edc0Copy full SHA for c08edc0
osi_object.proto
@@ -498,15 +498,16 @@ message MovingObject
498
optional Orientation3d orientation = 7;
499
500
// Rotation rate of the wheel.
501
+ // The rotation rate around the y-axis with respect to the wheel's coordinate.
502
//
503
+ // \image html OSI_RotationRate.svg
504
+ //
505
// Unit: rad/s.
506
507
// The sign convention is defined using the right-hand rule.
508
// It is applied on the y-axis of the vehicle's reference system (center of bounding box).
509
// Counterclockwise is positive and clockwise is negative.
510
- // Insert picture here.
- //
511
optional double rotation_rate = 8;
512
513
// Opaque reference of an associated 3D model of the wheel.
0 commit comments