Skip to content

Commit

Permalink
fix wrong dependency (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paweł Budzianowski authored Jun 13, 2024
1 parent 5b910ba commit 09fbe6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sim/scripts/create_mjcf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
from pathlib import Path
from typing import List, Union

from kol.formats import mjcf

from sim.env import model_dir, stompy_mjcf_path
from sim.scripts import mjcf
from sim.stompy.joints import MjcfStompy, StompyFixed

logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 09fbe6a

Please sign in to comment.