-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [core] Move init of contact solver in reset instead of setOptions. * [core] Add support of torsional friction and contact normal to impulse contact model. * [core] Better default 'stabilizationFreq' for impulse contact model. * [core] 'engine_options.contacts.stabilizationFreq' only applies to contact constraints. * [core] Refactor 'JointConstraint' to be consistent with 'FixedFrameConstraint'. * [python/robot] Fix support of URDF model with a single link for automatic hardware config generation. * [python/viewer] 'update_floor' method in panda3d now expects numpy array instead of callable to fix serialization issues. * [python/viewer] Add support of contact frames display. And method to render floor based on . * [python/viewer] Add option to enable/disable display of ground profile meshes. * [python/viewer] Speedup rendering of ground profile and improve visual by providing normal to panda3d. * [python/viewer] Add support of ipykernel 6 for meshcat backend interactive display. * [python/simulator] 'replay' now display the ground profile used by the engine. * [python/simulator] Do not reset camera pose if gui already available. * [python/dynamics] Circumvent weird segfault in pinocchio bindings of 'centerOfMass' method. * [python/generator] Add random tile ground profile generator. * [gym/common] Fix automatic telemetry registration of the action. * [gym/rllib] Add temporal barrier regularizer to PPO. * [gym/envs] Set baumgarte frequency for cassie internal constraints. * [misc] Enforce scipy>=1.2.0 to fix buggy optimizer. * [misc] Update 'typing_extensions' required version to fix pylint support for Python 3.6. Co-authored-by: Alexis Duburcq <alexis.duburcq@wandercraft.eu>
- Loading branch information
Showing
31 changed files
with
711 additions
and
342 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
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
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
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.