Skip to content

Commit

Permalink
Set log level 1 for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
thisjustin123 committed Dec 9, 2024
1 parent 119c1ad commit acd9b97
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_save_scene.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def test_save_bathing():
def test_save_and_load():
player_path = "pyrcareworld/pyrcareworld/demo/executable/Player/Player.x86_64"

env = RCareWorld(assets=["Collider_Box", "Rigidbody_Sphere"], executable_file=player_path)
env = RCareWorld(assets=["Collider_Box", "Rigidbody_Sphere"], executable_file=player_path, log_level=1)

box1 = env.InstanceObject(name="Collider_Box", attr_type=attr.ColliderAttr, id=1)
box1.SetTransform(position=[-0.5, 0.5, 0], scale=[0.1, 1, 1])
Expand Down

0 comments on commit acd9b97

Please sign in to comment.