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.8.3 #738

Merged
merged 9 commits into from
Mar 7, 2024
Merged

Jiminy release 1.8.3 #738

merged 9 commits into from
Mar 7, 2024

Commits on Feb 23, 2024

  1. [core/python] Allow 'Model' instantiation from Python. (#730)

    * [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.
    duburcqa authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    e407446 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. [gym/envs] Fix broken 'Ant' environment. (#731)

    * [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.
    duburcqa authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    509d95b View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. [gym/common] Add 'DeformationEstimator' block. (#732)

    * [core] Fix broken 'getRigidVelocityFromFlexible'.
    * [gym/common] Add 'DeformationEstimator' block.
    duburcqa authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    a23ff22 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    4791add View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1d9956 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    733ea5d View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    62b3bc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e05323 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    dae5edd View commit details
    Browse the repository at this point in the history