-
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] Enable simulation of procedurally generated robots. (#427)
* [core] Improve efficiency of PGS solver. (#423) * [core] Add contact solver 'tolAbs', 'tolRel' options. (#424) * [core] Enable to initialize 'jiminy::Robot' using dynamics and collision pinocchio model. * [core] Add visual model to 'jiminy::Model'. * [core] Add name getter to 'jiminy::Model'. * [core] Fix wrong computation of external forces. * [core/python] Add method to build reduced model. * [python] Do not rely on 'Robot.urdf_path' anymore. Enable to load hardware config on existing robot. * [python/robot] Check if motors and sensors defined in hardware file can be added successfully. * [python/dynamics] Fix 'compute_freeflyer_state_from_fixed_body' method in fixed body is not provided. * [python/plot] Fix support of matplotlib >= 3.4. * [gym/common] Make sure the provided neutral configuration is valid. * [gym/envs] Tune Cassie PID controllers and model hyperparameters to improve numerical stability. * [gym/envs] Add atlas env with fixed upper body. Tune Cassie and Atlas PID for impulse contact model. * [misc] Stricter gym_jiminy optional deps requirements. (#425) * [misc] Fix documentation generation. * [misc] Fix gym_jiminy wheels deployement on pypi. Co-authored-by: Alexis Duburcq <alexis.duburcq@wandercraft.eu>
- Loading branch information
Showing
63 changed files
with
1,211 additions
and
590 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
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.