You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extended bullet-featurestone implementation to
support these features related to nested models:
* ConstructSdfJoint (limited to creating fixed joints
to the world)
* ConstructSdfNestedModel
* GetNestedModelFromModel
* WorldModelFeature
* RemoveEntities
The nested models are currently added to a single
multibody since bullet-featherstone does not currently
support joints between two different multibodies.
The nested model keeps a shared ptr to the root link's
btMultibody.
With the addition of the above features, more common
tests are now being run using bullet-feathersone plugin.
Closes#546, #547.
Signed-off-by: Shameek Ganguly <[email protected]>
Signed-off-by: Steve Peters <[email protected]>
Signed-off-by: Ian Chen <[email protected]>
Co-authored-by: Shameek Ganguly <[email protected]>
Co-authored-by: Steve Peters <[email protected]>
Part of #545.
Desired behavior
Implement the
gz::physics::sdf::ConstructSdfNestedModel
in bullet-featherstone.Alternatives considered
Implementation suggestion
Reference implementation in the dartsim plugin.
Additional context
The text was updated successfully, but these errors were encountered: