-
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.4 #769
Merged
Jiminy release 1.8.4 #769
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
Apr 19, 2024
•
edited
Loading
edited
- [core] Fix bias/noise check for EncoderSensor. ([core] Fix bias/noise check for EncoderSensor. #744)
- [core] Fix some symbols not exported by mistake. ([core] Fix some symbols not exported by mistake. #742)
- [core] Catch exception during stepper integration. ([core] Catch exception during stepper integration. #747)
- [core] Clarify terminology: 'Rigid' by 'Mechanical', 'Original' by 'Theoretical', 'Actual' by 'Extended'. ([core] Introduce new terminology: 'Mechanical', 'Theoretical', 'Extended'. #753) ([core] Fix flexible joint names and indices. #762) ([misc] Add python unit test for flexibility API. #763)
- [core] More appropriate tolerance when checking GCD to avoid false positive. ([core] Introduce new terminology: 'Mechanical', 'Theoretical', 'Extended'. #753)
- [core] User is now systematically responsible for serializing constants before telemetry registration. ([core] Introduce new terminology: 'Mechanical', 'Theoretical', 'Extended'. #753)
- [core] Various cleanup and minor improvements. ([core] Introduce new terminology: 'Mechanical', 'Theoretical', 'Extended'. #753)
- [core] Add 'JIMINY' namespace to macros. (namespace macros #755)
- [core] Add methods to get / set all simulation options at once. ([core] Add methods to get / set all simulation options at once. #760)
- [core] More robust set/get options logics. ([core] More robust set/get options logics. #761)
- [core] Add backlash support at motor-level. ( [core] Add backlash support at motor-level. #767)
- [core|python/simulator] Cleanup get/set options for multi-robot simulations. ([core|python/simulator] Cleanup get/set options for multi-robot simulations. #758)
- [core/python] Faster 'array_copyto'. ([core/python] Faster 'array_copyto'. Support Numpy 2.0.0b1. #740)
- [core/python] Do not export bindings. ([core] Fix some symbols not exported by mistake. #742)
- [core/python] Expose more convenience getters. ([core/python] Expose more convenience getters. #748)
- [core/python] Add method to query heightmaps on multiple positions at once. ([gym/common] PD controller targets always satisfy state bounds. #750)
- [python/viewer] Fix arrow maker for negative length with panda3d backend.
- [python/viewer] Fix arrow marker for 'anchor_top=True' with panda3d.
- [python/viewer] Fix viewer automatic closing during repley not working. ([gym/common] Support adding / discarding managed quantities dynamically. #756)
- [python/simulator] First-class multi-robot support. ([python/simulator] First-class multi-robot support. #754) ([python/viewer] Fix multi-robot viewer not refreshed. #766)
- [python/plot] Add multi-robot support. ([gym/common] Decouple PD controller action order adapter from acceleration integration. #764)
- [gym/common] Fix corrupted robot proxy if model changes. ([gym/core] Fix corrupted robot proxy if model changes. #746)
- [gym/common] Introduce new first-class quantity manager. ([gym/common] First draft of quantity manager. #749) ([gym/common] Improve support of dynamic computation graph. #751) ([gym/common] Speedup quantities. #752) ([gym/common] Support adding / discarding managed quantities dynamically. #756)
- [gym/common] Initialize sensor measurements at init. ([gym/common] PD controller targets always satisfy state bounds. #750)
- [gym/common] Plot state, action and features of all pipeline blocks. ([gym/common] PD controller targets always satisfy state bounds. #750)
- [gym/common] PD controller now satisfies position, velocity and acceleration bounds. ([gym/common] PD controller targets always satisfy state bounds. #750) ([gym/common] Fix PD controller bounds. #765) ([gym/common] Fix PD controller for unbounded acceleration. #768)
- [gym/common] Allows PD control with position action. ([gym/common] PD controller targets always satisfy state bounds. #750)
- [gym/common] Remove PD target dead band. ([gym/common] PD controller targets always satisfy state bounds. #750)
- [gym/common] Decouple PD controller action order adapter from acceleration integration. ([gym/common] Decouple PD controller action order adapter from acceleration integration. #764)
- [gym/common] Refactor 'compute_command' to operate in-place. ([gym/common] Decouple PD controller action order adapter from acceleration integration. #764)
- [gym/rllib] Migrate from ray[rllib]==2.5.0 to 2.9.*. ([gym/rllib] Migrate from ray[rllib]==2.5.0 to 2.9.*. #739)
- [misc] Fix documentation formating.
- [misc] Add YAPF formatting configuration (opt-in). ([gym/rllib] Migrate from ray[rllib]==2.5.0 to 2.9.*. #739)
- [misc] More robust build scripts. ([gym/rllib] Migrate from ray[rllib]==2.5.0 to 2.9.*. #739)
- [misc] Allow failure when installing gym_jiminy add-on modules. ([gym/rllib] Migrate from ray[rllib]==2.5.0 to 2.9.*. #739)
- [misc] Run all unit tests for gym jiminy base modules on Python 3.12 and Debug. ([gym/rllib] Migrate from ray[rllib]==2.5.0 to 2.9.*. #739)
- [misc] Support Numpy 2.0.0b1. ([core/python] Faster 'array_copyto'. Support Numpy 2.0.0b1. #740)
- [misc] Upgrade C++ dependencies. ([misc] Upgrade C++ dependencies. #741)
- [misc] Fix compilation on Windows ARM64. ([gym/core] Fix corrupted robot proxy if model changes. #746)
- [misc] Fix numpy version requirement. ([gym/common] PD controller targets always satisfy state bounds. #750)
- [misc] Update documentation. ([gym/common] PD controller targets always satisfy state bounds. #750)
* [gym/common] Minor refactoring. * [gym/rllib] Migrate from ray[rllib]==2.5.0 to 2.9.*. * [misc] Add YAPF formatting configuration (opt-in). * [misc] More robust build scripts. * [misc] Allow failure when installing gym_jiminy add-on modules. * [misc] Run all unit tests for gym jiminy base modules on Python 3.12 and Debug.
* [core/python] Faster 'array_copyto'. * [misc] Support Numpy 2.0.0b1.
Co-authored-by: Alexis Duburcq <alexis.duburcq@wandercraft.eu>
* [core] Fix some symbols not exported by mistake. * [core/python] Do not export bindings. --------- Co-authored-by: Alexis Duburcq <alexis.duburcq@wandercraft.eu>
* [gym/core] Fix corrupted robot proxy if model changes. * [misc] Fix compilation on Windows ARM64.
Co-authored-by: Alexis Duburcq <alexis.duburcq@wandercraft.eu>
* [gym/commnon] First draft of quantity manager.
* [core/python] Add method to query heightmaps on multiple positions at once. * [gym/common] Initialize sensor measurements at init. * [gym/common] Plot state, action and features of all pipeline blocks. * [gym/common] PD control now satisfies position, velocity and acceleration bounds. * [gym/common] Allows PD control with position action. * [gym/common] Remove PD target dead band. * [misc] Fix numpy version requirement. * [misc] Update documentation. --------- Co-authored-by: Alexis Duburcq <alexis.duburcq@wandercraft.eu>
…ded'. (#753) * [core] Clarify terminology: 'Rigid' by 'Mechanical', 'Original' by 'Theoretical', 'Actual' by 'Extended'. * [core] More appropriate tolerance when checking GCD to avoid false positive. * [core] User is now systematically responsible for serializing constants before telemetry registration. * [core] Various cleanup and minor improvements.
Co-authored-by: Grégoire Roussel <gregoire.roussel@wandercraft.eu>
…ly. (#756) * [python/viewer] Fix viewer automatic closing during repley not working. * [gym/common] Support adding / discarding managed quantities dynamically. * [gym/common] Quantity management is now an integral part of `BaseJiminyEnv`.
Co-authored-by: Alexis DUBURCQ <alexis.duburcq@gmail.com>
…ations. (#758) Co-authored-by: Alexis Duburcq <alexis.duburcq@wandercraft.eu>
* [core] Add methods to get / set all simulation options at once. * [core] Stop supporting flat sensor data hierarchy in telemetry. * [core] Remove irrelevant engine telemetry prefix. * [core] Replace controller telemetry prefix by 'controller'. * [core/python] Do not try decoding telemetry constants automatically anymore. * [python/viewer] Fix ground profile rendering. * [misc] Add initialization python unit test. --------- Co-authored-by: Alexis Duburcq <alexis.duburcq@wandercraft.eu>
…ation integration. (#764) * [gym/common] Decouple PD controller action order adapter from acceleration integration. * [gym/common] Refactor 'compute_command' to operate in-place. * [python/plot] Add multi-robot support.
Co-authored-by: Amandine <amandine.chupin@wandercraft.health>
* [gym/common] Fix PD controller. * [core] Add backlash support at motor-level.
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.