diff --git a/omnigibson/utils/transform_utils_np.py b/omnigibson/utils/transform_utils_np.py index 237d98377..5c4997374 100644 --- a/omnigibson/utils/transform_utils_np.py +++ b/omnigibson/utils/transform_utils_np.py @@ -567,12 +567,6 @@ def _quat2mat(quaternion): return rotation_matrix -# def pose2mat(pose): -# if pose.dtype != np.float32: -# pose = pose.astype(np.float32) -# return _pose2mat(pose) - - @jit(nopython=True) def pose2mat(pose): """