-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [core] Refactor random number generator to remove global state. * [core] Fix sensor delay. * [core] Fix sensor measurement at start. * [core] Heightmap discretization now returns a geometry object and support decimation. * [core] Fix broken PeriodicFourierProcess. * [core] 'ForceSensor' measures only contact forces. * [core] Improvement performance of 'swapMatrixRows' utility. * [core] Avoid code duplication in 'swapJoints' utility. * [core] Passing wrong size to 'isPositionValid' does not trigger exception anymore. * [core] Use function pointer type by default for ControllerFunctor. * [python/viewer] Detect Apple Silicon GPU to enable high-res shadow for panda3d. * [python/viewer] Fix camera pose when travelling is enabled with panda3d. * [python/viewer] Implement ground rendering from meshcat. * [gym_jiminy/common] Fix support of empty arrays for 'contains' space utility. * [gym_jiminy/common] More generic sample utility. * [misc] Add core unit tests and cleanup CI scripts. * [misc] Add support of Python 3.12 for jiminy_py. --------- Co-authored-by: Alexis Duburcq <[email protected]>
- Loading branch information
Showing
95 changed files
with
3,607 additions
and
2,052 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
Oops, something went wrong.