-
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: fix setting angular velocity (#567)
This fixes the SetFreeGroupWorldAngularVelocity implementation in bullet-featherstone and updates the FreeGroup test in the simulation_features common test with the following changes: * Use FeatureList struct for faster build * Use sphere.sdf instead of shapes.world to avoid initial contact and gravity. * Verify free group pose and velocities in addition to link values. * Use tighter tolerances for velocity expectations. Signed-off-by: Steve Peters <[email protected]>
- Loading branch information
Showing
3 changed files
with
97 additions
and
60 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
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