Skip to content

Commit

Permalink
Fix import in mujoco.model module
Browse files Browse the repository at this point in the history
  • Loading branch information
flferretti committed Oct 23, 2024
1 parent 490a64f commit ac22357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jaxsim/mujoco/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import numpy.typing as npt
from scipy.spatial.transform import Rotation

from . import MujocoModelHelper
from .model import MujocoModelHelper


def mujoco_data_from_jaxsim(
Expand Down

0 comments on commit ac22357

Please sign in to comment.