Closed tomsilver closed 3 months ago
This is an addendum to #82 . I want to take stock of the current status of the existing unit tests (after converting them into the pytest format).
test_articulation_ik.py
test_articulation_root.py
test_camera_image.py
test_cloth_attach.py
test_custom_message.py
test_debug.py
test_digit.py
test_gelslim.py
test_grasp_pose.py
test_grasp_sim.py
test_heat_map.py
test_humanbody_ik.py
test_image_stream.py
test_label.py
KeyError: 'rgb'
test_light.py
test_load_mesh.py
test_load_urdf_akb.py
test_load_urdf.py
test_object_data.py
test_ompl.py
test_pick_and_place.py
test_ply_render.py
test_point_cloud_with_intrinsic_matrix.py
test_point_cloud.py
test_rigidbody_link.py
test_save_gripper.py
test_save_obj.py
test_scene.py
test_stretch3_move.py
test_tobor_move.py
test_urdf_parameter.py
After getting the tests nominally passing, I would also like to go through and clean them up:
sys.path.append
This is an addendum to #82 . I want to take stock of the current status of the existing unit tests (after converting them into the pytest format).
test_articulation_ik.py
test_articulation_root.py
test_camera_image.py
test_cloth_attach.py
test_custom_message.py
test_debug.py
test_digit.py
test_gelslim.py
test_gelslim.py
test_grasp_pose.py
test_grasp_sim.py
test_heat_map.py
test_humanbody_ik.py
test_image_stream.py
test_label.py
KeyError: 'rgb'
test_light.py
test_load_mesh.py
test_load_urdf_akb.py
test_load_urdf.py
test_object_data.py
test_ompl.py
test_pick_and_place.py
test_ply_render.py
test_point_cloud_with_intrinsic_matrix.py
test_point_cloud.py
test_rigidbody_link.py
test_save_gripper.py
test_save_obj.py
test_scene.py
test_stretch3_move.py
test_tobor_move.py
test_urdf_parameter.py
After getting the tests nominally passing, I would also like to go through and clean them up:
sys.path.append
stuff at the top of some of the files