Document friction parameters for each physics engine #258
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
good first issue
Good for newcomers
We currently support some physics parameters from the SDF spec, as well as some extra ones with custom tags, and it's difficult for users to know what they are and which ones are supported by each physics engine.
To make things more complicated, because of #49, users may observe different behaviours with the same engine and
ign-physics
version, but different Ubuntu versions. See how this block of code is dependent on the DART version:https://github.com/ignitionrobotics/ign-physics/blob/1a98780ca5f6287a650f954ff2e14701bd131fe3/dartsim/src/SDFFeatures.cc#L812-L818
I think friction deserves its own tutorial in the tutorials folder.
Parameters to document:
mu
mu2
slip1
slip2
fdir1
ignition:expressed_in
(see dartsim: fdir1 expressed_in frame from SDFormat #224)This external project comparing friction between Gazebo classic and Ignition Gazebo is relevant: https://github.com/athackst/ignition_vs_gazebo/tree/main/friction
The text was updated successfully, but these errors were encountered: