From f5407b9311dbae87c6b23fe8df8bdca28cd8a8c7 Mon Sep 17 00:00:00 2001 From: pengzhenghao Date: Sun, 15 Dec 2024 13:41:39 -0800 Subject: [PATCH] Trying to fix test --- .../test_functionality/test_first_frame_depth_cam.py | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/metadrive/tests/test_functionality/test_first_frame_depth_cam.py b/metadrive/tests/test_functionality/test_first_frame_depth_cam.py index 259a3790a..be2bd09e8 100644 --- a/metadrive/tests/test_functionality/test_first_frame_depth_cam.py +++ b/metadrive/tests/test_functionality/test_first_frame_depth_cam.py @@ -42,17 +42,14 @@ def test_first_frame_depth_cam(): "camera_height": 1.5, "camera_pitch": None, "camera_fov": 60, - "interface_panel": ["semantic_camera"], + + # "interface_panel": ["semantic_camera"], + # "show_interface": True, "sensors": dict( # semantic_camera=(SemanticCamera, 1600, 900), depth_camera=(DepthCamera, 800, 600), # rgb_camera=(RGBCamera, 800, 600), ), - - # ===== Remove useless items in the images ===== - "show_logo": False, - "show_fps": False, - "show_interface": True, } )