scene API PR commit
This commit is contained in:
commit
9b9456423c
|
@ -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()
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue