Skip to content

Commit

Permalink
Add missing free joint arg.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinzakka committed Feb 21, 2024
1 parent 45aae44 commit 98b7a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion obj2mjcf/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def process_obj(filename: Path, args: Args) -> None:

# Build an MJCF.
builder = MJCFBuilder(filename, mesh, mtls, decomp_success=decomp_success)
builder.build()
builder.build(add_free_joint=args.add_free_joint)

# Compile and step the physics to check for any errors.
if args.compile_model:
Expand Down

0 comments on commit 98b7a4d

Please sign in to comment.