-
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.
[Gym] Generic locomotion envs - PART III (#197)
* [core] Add new 'successiveIterFailedMax' stepper option. * [core] Fix collision body contact force computation and primitive geometry support. Fix add frame. Fix generic robot envs. * [core] Improve mesh package support. Add meshPackageDirs optional argument to model.initialize method. * [core] Expose sensor data individually. Add sensor __repr__. Expose EngineMultiRobot systems vector in Python. Fix systemData returning unusable robot and controller. * [engine_async] Improve viewer backend management. * [unit_py] Rework the unit test in Python to reduce code duplication. Add dedicated box and sphere testing urdf with collision and visual. * [misc] Reduce static library compile size by removing debugging symbols. * [python/robot] Set controller and sensors update periods. Co-authored-by: Alexis Duburcq <alexis.duburcq@wandercraft.eu>
- Loading branch information
Showing
26 changed files
with
1,499 additions
and
1,035 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
Oops, something went wrong.