File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -510,15 +510,16 @@ message MovingObject
510510
511511 // Rotation rate of the wheel.
512512 // The rotation rate around the y-axis with respect to the wheel's coordinate.
513- //
514- // \image html OSI_RotationRate.svg
515513 //
516514 // Unit: rad/s.
517515 //
518516 // The sign convention is defined using the right-hand rule.
519517 // It is applied on the y-axis of the vehicle's reference system (center of bounding box).
520518 // Counterclockwise is positive and clockwise is negative.
521519 //
520+ // \image html OSI_RotationRate.svg
521+ // \note The vehicle's reference coordinate system is only used to determine the sign convention of the rotation rate.
522+ //
522523 optional double rotation_rate = 8 ;
523524
524525 // Opaque reference of an associated 3D model of the wheel.
You can’t perform that action at this time.
0 commit comments