We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Part of #545.
The //joint/axis*/dynamics/damping and //joint/axis*/dynamics/friction parameters are read from SDFormat by the bullet-featherstone SDFFeatures::ConstructSdfModelImpl method and written to the m_jointDamping and m_jointFriction member variables of btMultibodyLink, but a todo code comment in the btMultibodyLink.h indicates that those variables are not yet used.
m_jointDamping
m_jointFriction
We either need to implement support for these parameters in upstream bullet or implement an explicit joint damping workaround (see gazebo::physics::ODEJoint::ApplyExplicitStiffnessDamping from gazebo-classic for reference).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Part of #545.
Desired behavior
The //joint/axis*/dynamics/damping and //joint/axis*/dynamics/friction parameters are read from SDFormat by the bullet-featherstone SDFFeatures::ConstructSdfModelImpl method and written to the
m_jointDamping
andm_jointFriction
member variables of btMultibodyLink, but a todo code comment in the btMultibodyLink.h indicates that those variables are not yet used.We either need to implement support for these parameters in upstream bullet or implement an explicit joint damping workaround (see gazebo::physics::ODEJoint::ApplyExplicitStiffnessDamping from gazebo-classic for reference).
Alternatives considered
Implementation suggestion
Additional context
The text was updated successfully, but these errors were encountered: