Skip to content

Commit 29362eb

Browse files
author
Kmeid
authored
Update osi_object.proto
@ThomasNaderBMW 1. Update the general description. 2. rad/s instead of Rad/s. 3. Counterclockwise is positive and clockwise is negative, not the other way around. 4. No need to mention the use-case of one wheel (e.g.) bicycle, since the sign of the allocated rotational speed is still done with respect to the "vehicle" coordinate system.
1 parent 2a157c3 commit 29362eb

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

osi_object.proto

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -501,16 +501,12 @@ message MovingObject
501501
//
502502
optional Orientation3d orientation = 7;
503503

504-
// Rotation of the wheel around the axle.
505-
// The wheel frame is the reference system.
504+
// Rotation rate in the wheel's frame of reference (rotation around the wheel axle).
506505
//
507-
// Unit: Rad/s.
506+
// Unit: rad/s.
508507
//
509-
// Regarding positive or negative values, the right hand rule can be used around
510-
// the y-axis of the vehicle frame (helpful: perspective from the mid of the axis).
511-
// Clockwise is positive, counterclockwise negative.
512-
// If there is just one wheel centered in the mid of the vehicle frame/axle (e.g. bicycle),
513-
// the wheel is treated as it would be on the "right" side.
508+
// The sign convention is defined using the right-hand rule with respect to the vehicle's coordinate system (DIN ISO 8855:2013-11):
509+
// Counterclockwise is positive, and clockwise is negative.
514510
//
515511
optional double rotation_rate = 8;
516512

0 commit comments

Comments
 (0)