-
Notifications
You must be signed in to change notification settings - Fork 26
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.8.3 #738
Merged
Jiminy release 1.8.3 #738
Conversation
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
Owner
duburcqa
commented
Mar 7, 2024
•
edited
Loading
edited
- [core] Make visual and collision models optional. ([core/python] Allow 'Model' instantiation from Python. #730)
- [core] Throw exception when trying to alter hardware or controller internals during simulation. ([core/python] Allow 'Model' instantiation from Python. #730)
- [core] Mark src-local functions as static. ([core/python] Allow 'Model' instantiation from Python. #730)
- [core] Add some missing bad control flow checks. ([core/python] Allow 'Model' instantiation from Python. #730)
- [core] Print warnings even for release build type. ([gym/envs] Fix broken 'Ant' environment. #731)
- [core] Fix broken 'getRigidVelocityFromFlexible'. ([gym/common] Add 'DeformationEstimator' block. #732)
- [core/python] 'Model' can now be instantiated from Python. ([core/python] Allow 'Model' instantiation from Python. #730)
- [core/python] Fix partially broken 'FunctionalController' bindings. ([core/python] Allow 'Model' instantiation from Python. #730)
- [core/python] Avoid visitor pattern when irrelevant. ([core/python] Allow 'Model' instantiation from Python. #730)
- [core/python] Expose more methods for 'Model'. ([gym/envs] Fix broken 'Ant' environment. #731)
- [core/python] Fix multiple typos. ([gym/envs] Fix broken 'Ant' environment. #731)
- [python/simulator] Fix 'robot' and 'robot_state' corrupted if robot is replaced. ([gym/envs] Fix broken 'Ant' environment. #731)
- [gym/common] Add 'compute_tilt_from_quat', 'swing_from_vector', and 'remove_twist_from_quat'. ([gym/envs] Fix broken 'Ant' environment. #731)
- [gym/common] Fix 'refresh_observation' being called before 'initialize_buffers' at simulation start. ([gym/envs] Fix broken 'Ant' environment. #731)
- [gym/common] Fix broken mahony filter for 'twist_time_constant != None'. ([gym/envs] Fix broken 'Ant' environment. #731)
- [gym/common] Fix support of non-batched mode for generic math. ([gym/envs] Fix broken 'Ant' environment. #731)
- [gym/common] Fix 'matrix_to_rpy' to be consistent with 'pin.matrixToRpy'. ([gym/envs] Fix broken 'Ant' environment. #731)
- [gym/common] Add 'DeformationEstimator' block. ([gym/common] Add 'DeformationEstimator' block. #732)
- [gym/common] Allow negative block update period to match env step. ([gym/common] Allow negative block update period to match env step. #734)
- [gym/common|gym/toolbox] Promote generic SE3 math utilities from toolbox to common module. ([gym/envs] Fix broken 'Ant' environment. #731)
- [gym/envs] Fix broken 'Ant' environment. ([gym/envs] Fix broken 'Ant' environment. #731)
- [misc] Update documentation. ([misc] Add documentation. #736)
* [core] Make visual and collision models optional. * [core] Throw exception when trying to alter hardware or controller internals during simulation. * [core] Mark src-local functions as static. * [core] Add some missing bad control flow checks. * [core/python] 'Model' can now be instantiated from Python. * [core/python] Fix partially broken 'FunctionalController' bindings. * [core/python] Avoid visitor pattern when irrelevant.
* [core] Print warnings even for release build type. * [core/python] Expose more methods for 'Model'. * [core/python] Fix multiple typos. * [python/simulator] Fix 'robot' and 'robot_state' corrupted if robot is replaced. * [gym/common|gym/toolbox] Promote generic SE3 math utilities from toolbox to common module. * [gym/common] Add 'compute_tilt_from_quat', 'swing_from_vector', and 'remove_twist_from_quat'. * [gym/common] Fix 'refresh_observation' being called before 'initialize_buffers' at simulation start. * [gym/common] Fix broken mahony filter for 'twist_time_constant != None'. * [gym/common] Fix support of non-batched mode for generic math. * [gym/common] Fix 'matrix_to_rpy' to be consistent with 'pin.matrixToRpy'. * [gym/envs] Fix broken 'Ant' environment.
* [core] Fix broken 'getRigidVelocityFromFlexible'. * [gym/common] Add 'DeformationEstimator' block.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.