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 @@ -498,15 +498,16 @@ message MovingObject
498498
499499 // Rotation rate of the wheel.
500500 // The rotation rate around the y-axis with respect to the wheel's coordinate.
501- //
502- // \image html OSI_RotationRate.svg
503501 //
504502 // Unit: rad/s.
505503 //
506504 // The sign convention is defined using the right-hand rule.
507505 // It is applied on the y-axis of the vehicle's reference system (center of bounding box).
508506 // Counterclockwise is positive and clockwise is negative.
509507 //
508+ // \image html OSI_RotationRate.svg
509+ // \note The vehicle's reference coordinate system is only used to determine the sign convention of the rotation rate.
510+ //
510511 optional double rotation_rate = 8 ;
511512
512513 // Opaque reference of an associated 3D model of the wheel.
You can’t perform that action at this time.
0 commit comments