scene API PR commit

This commit is contained in:
Frank Yang 2024-07-16 15:55:45 -07:00
commit 9b9456423c
2 changed files with 0 additions and 6 deletions

View File

@ -111,9 +111,6 @@ def camera_pose_test(flatcache):
og.clear()
def test_camera_pose_flatcache_on():
camera_pose_test(True)
if __name__ == "__main__":
test_camera_pose_flatcache_on()

View File

@ -42,6 +42,3 @@ def test_object_in_FOV_of_robot():
og.sim.step()
assert robot.states[ObjectsInFOVOfRobot].get_value() == [robot]
og.clear()
if __name__ == "__main__":
test_camera_semantic_segmentation()