File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -676,20 +676,16 @@ message MovingObject
676676 //
677677 optional string model_reference = 9 ;
678678
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.
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.
686682 //
687683 // Unit: []
688684 //
689685 // \par References:
690- // - http ://adaptivemap.ma.psu.edu/websites/6_friction/dry_friction/dryfriction.html
686+ // - https ://www.britannica.com/science/coefficient-of-friction
691687 //
692- optional double kinetic_friction_coefficient = 10 ;
688+ optional double friction_coefficient = 10 ;
693689 }
694690 }
695691
You can’t perform that action at this time.
0 commit comments