Skip to content

Commit

Permalink
Update pybullet.py
Browse files Browse the repository at this point in the history
  • Loading branch information
beneisner authored Apr 16, 2024
1 parent 1d88ce3 commit 67efd04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpad/partnet_mobility_utils/render/pybullet.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def __init__(
pluginId = p.loadPlugin(pluginPath=egl.get_filename(),postFix="_eglRendererPlugin",physicsClientId=self.client_id)
else:
pluginId = p.loadPlugin("eglRendererPlugin", physicsClientId=self.client_id)
logging.info("pluginId=",pluginId)
logging.info(f"pluginId={pluginId}")

# Add in a plane.
if with_plane:
Expand Down

0 comments on commit 67efd04

Please sign in to comment.