Skip to content

Commit

Permalink
typing for 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
budzianowski committed Oct 17, 2024
1 parent 89900b3 commit 03951a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion urdf2mjcf/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ def convert_urdf_to_mjcf(
camera_distance: float = 3.0,
camera_height_offset: float = 0.5,
no_frc_limit: bool = False,
default_position: str | None = None,
default_position: Union[str, None] = None,
) -> None:
"""Convert a URDF file to an MJCF file.
Expand Down

0 comments on commit 03951a1

Please sign in to comment.