Skip to content

Commit f0b626b

Browse files
authored
Merge pull request #479 from OpenSimulationInterface/feature/steering_wheel_angle
Add steering wheel angle to MovingObject vehicle attributes
2 parents 45dab98 + 8c35f1a commit f0b626b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

osi_object.proto

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,15 @@ message MovingObject
456456
//
457457
repeated WheelData wheel_data = 7;
458458

459+
// Angle of the steering wheel.
460+
// Zero means the steering wheel is in its center postion, a positive value
461+
// means the steering wheel is turned to the left and a negative value
462+
// means the steering wheel is turned to the right of the center position.
463+
//
464+
// Unit: rad
465+
//
466+
optional double steering_wheel_angle = 8;
467+
459468
// \brief Detailed wheel data.
460469
// The focus is on the description of a wheel regarding the perceivable
461470
// information from the outside.

0 commit comments

Comments
 (0)