Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jiminy release 1.7.19 #700

Merged
merged 8 commits into from
Jan 30, 2024
Merged

Jiminy release 1.7.19 #700

merged 8 commits into from
Jan 30, 2024

Conversation

duburcqa
Copy link
Owner

@duburcqa duburcqa commented Jan 30, 2024

  • [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.

duburcqa and others added 8 commits January 4, 2024 18:33
* [python/viewer] Detect Apple Silicon GPU to enable high-res shadow for panda3d.
* [misc] Add support of Python 3.12.
* [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.
* [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.
* [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.
@duburcqa duburcqa enabled auto-merge (squash) January 30, 2024 13:24
@duburcqa duburcqa disabled auto-merge January 30, 2024 17:55
@duburcqa duburcqa merged commit ef88d8d into master Jan 30, 2024
31 of 32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant