File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -675,6 +675,21 @@ message MovingObject
675675 // 3d models.
676676 //
677677 optional string model_reference = 9 ;
678+
679+ // Dry friction is a force that opposes the relative lateral motion of two solid surfaces
680+ // in contact. It is subdivided into static friction between non-moving surfaces and kinetic
681+ // friction between moving surfaces.
682+ // Used here is the dry friction coefficient of the paired materials (see reference).
683+ // Dimensionless.
684+ //
685+ // The value describes the average friction of the tyre's contact points.
686+ //
687+ // Unit: []
688+ //
689+ // \par References:
690+ // - http://adaptivemap.ma.psu.edu/websites/6_friction/dry_friction/dryfriction.html
691+ //
692+ optional double kinetic_friction_coefficient = 10 ;
678693 }
679694 }
680695
You can’t perform that action at this time.
0 commit comments