From 67efd04c6e65596894d467f2ab890087436daf69 Mon Sep 17 00:00:00 2001 From: Ben Eisner Date: Tue, 16 Apr 2024 14:13:07 -0400 Subject: [PATCH] Update pybullet.py --- src/rpad/partnet_mobility_utils/render/pybullet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rpad/partnet_mobility_utils/render/pybullet.py b/src/rpad/partnet_mobility_utils/render/pybullet.py index 1a237c1..166bb41 100644 --- a/src/rpad/partnet_mobility_utils/render/pybullet.py +++ b/src/rpad/partnet_mobility_utils/render/pybullet.py @@ -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: