-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bullet-featherstone: Support nested models (#574)
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]>
- Loading branch information
1 parent
ea90ada
commit 18e0dad
Showing
12 changed files
with
1,065 additions
and
264 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.