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 ffee8dd commit c7167c9Copy full SHA for c7167c9
osi_object.proto
@@ -510,15 +510,16 @@ message MovingObject
510
optional Orientation3d orientation = 7;
511
512
// Rotation rate of the wheel.
513
+ // The rotation rate around the y-axis with respect to the wheel's coordinate.
514
//
515
+ // \image html OSI_RotationRate.svg
516
+ //
517
// Unit: rad/s.
518
519
// The sign convention is defined using the right-hand rule.
520
// It is applied on the y-axis of the vehicle's reference system (center of bounding box).
521
// Counterclockwise is positive and clockwise is negative.
522
- // Insert picture here.
- //
523
optional double rotation_rate = 8;
524
525
// Opaque reference of an associated 3D model of the wheel.
0 commit comments