Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
flferretti committed Apr 2, 2024
1 parent 48e7403 commit ea5804b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/jaxsim/mujoco/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
import numpy.typing as npt
from scipy.spatial.transform import Rotation

import jaxsim.typing as jtp

HeightmapCallable = Callable[[jtp.FloatLike, jtp.FloatLike], jtp.FloatLike]


Expand Down

0 comments on commit ea5804b

Please sign in to comment.