Skip to content

Commit

Permalink
[gym/common] Get around some memory alignment issue with Boost < 1.78. (
Browse files Browse the repository at this point in the history
  • Loading branch information
duburcqa authored May 14, 2024
1 parent 7745744 commit 6ed6e5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ class and all their constructor keyword-arguments
# Robot for which the quantity must be evaluated
self.robot = jiminy.Robot()
self.pinocchio_model = pin.Model()
self.pinocchio_data = pin.Data()
self.pinocchio_data = self.pinocchio_model.createData()

def initialize(self) -> None:
# Call base implementation
Expand Down
Binary file modified python/gym_jiminy/unit_py/data/anymal_trajectory.hdf5
Binary file not shown.

0 comments on commit 6ed6e5e

Please sign in to comment.