Skip to content

Commit 9f762e3

Browse files
authored
Merge pull request #633 from OpenSimulationInterface/feature/WheelData_friction
Extending Wheel Data by Friction Coefficient
2 parents d553d1c + e0741de commit 9f762e3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

osi_object.proto

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -675,6 +675,17 @@ message MovingObject
675675
// 3d models.
676676
//
677677
optional string model_reference = 9;
678+
679+
// The value describes the kinetic friction of the tyre's contact point.
680+
// If different friction coefficients due to more than one contact points are available,
681+
// this value contains the average.
682+
//
683+
// Unit: Dimensionless
684+
//
685+
// \par References:
686+
// [1] Britannica, T. Editors of Encyclopaedia. (2020, June 24). <em>coefficient of friction</em>. Retrieved May 18, 2022, from https://www.britannica.com/science/coefficient-of-friction
687+
//
688+
optional double friction_coefficient = 10;
678689
}
679690
}
680691

0 commit comments

Comments
 (0)