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 970ce90 commit 6b6d5c1Copy full SHA for 6b6d5c1
osi_object.proto
@@ -456,6 +456,13 @@ message MovingObject
456
//
457
repeated WheelData wheel_data = 7;
458
459
+ // Angle of the steering wheel.
460
+ // 0=Central (Straight); Left>0; 0>Right.
461
+ //
462
+ // Unit: rad
463
464
+ optional double steering_wheel_angle = 8;
465
+
466
// \brief Detailed wheel data.
467
// The focus is on the description of a wheel regarding the perceivable
468
// information from the outside.
0 commit comments